@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#adc93a hex color - Green - Warm color - Information

#adc93a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #adc93a Color code in RGB color code model is created after adding 67.84% red color, 78.82% green color and 22.75% blue color. Hex #adc93a Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 71% yellow and 21.18% black.

Hex #adc93a color code is between #aacc33 web safe hex color code and #bbbb44 web safe hex color code. #aacc33 is the nearest web safe color code. You can see here many more shades of #adc93a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeadc93a#adc93a
RGB Decimal173, 201, 58rgb(173, 201, 58)
RGB Percent68%, 79%, 23%rgb(68%, 79%, 23%)
CSS RGBa173, 201, 58,1rgba(173,201,58,1)
CMYK Modelcmyk(14%,0%,71%,21.18%)
HSL Color Space72,57% ,51%hsl(72,57% ,51%)
HSV Color Space72°, 71%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011100100100111010
Octal25531172
Decimal17320158
Hexadc93a

Different shades of #adc93a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #adc93a
#bed462
Dark Shade of #adc93a
#8ca32d
Saturated Shade of #adc93a
#b5d62d
Desaturated Shade of #adc93a
#a5bc47
Grey scale Shade of #adc93a
#818181
Brighten Shade
#c6e253
Most Readable Shade
#000000

Shades of #adc93a color code

Generate more color scales with scales (color stack) generator.

#adc93a
#99b233
#869c2d
#738626
#606f20
#4c5919
#394313
#262c0c
#131606
#000000

Similar Color like #adc93a color

Find visually similar hex color codes nearing to #adc93a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#aeca3b
#afcb3c
#b0cc3d
#b1cd3e
#b2ce3f
#b3cf40
#b4d041
#b5d142
#b6d243
#b7d344
#b8d445
#b9d546
#bad647
#bbd748
#acc839
#abc738
#aac637
#a9c536
#a8c435
#a7c334
#a6c233
#a5c132
#a4c031
#a3bf30
#a2be2f
#a1bd2e
#a0bc2d
#9fbb2c

Monochromatic Color with #adc93a

#adc93a
#d2f346
#1b1f09
#3f4915
#647421
#889e2e

Tints of #adc93a Color

#adc93a
#b6cf4f
#bfd565
#c8db7b
#d1e191
#dae7a7
#e3edbd
#ecf3d3
#f5f9e9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#adc93a
#563ac9

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#adc93a
#3a66c9
#9d3ac9

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c9ac3a
#c9c83a
#adc93a
#90c93a
#74c93a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#adc93a
#3aadc9
#c93aad

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#adc93a
#3ac99d
#563ac9
#c93a65

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#adc93a
#563ac9
#9d3ac9
#66c93a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #adc93a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#adc93a Color Code Preview on Black Background Color

This is how #adc93a Color will look on black background color. Color contrast ratio is 11.19

#adc93a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#adc93a">Your Example Paragraph content text in with font color #adc93a </p>

Your Example Paragraph content text in with font color #adc93a

HTML with inline CSS

<div style="color:#adc93a">Your Paragraph text in with font color #adc93a </div>

Your Example Paragraph content text in with font color #adc93a

#adc93a color code is use for CSS Background Color

Background color for the above div is #adc93a

HTML with inline CSS

<div style="background-color:#adc93a;"></div>

#adc93a color code is use for CSS Border Color

CSS Border color for the above div is #adc93a

HTML with inline CSS

<div style="border:5px solid #adc93a;"></div>

CSS Border Left color for the above div is #adc93a

HTML with inline CSS

<div style="border-left:5px solid #adc93a;"></div>

CSS Border Right color for the above div is #adc93a

HTML with inline CSS

<div style="border-right:5px solid #adc93a;"></div>

CSS Border Bottom color for the above div is #adc93a

HTML with inline CSS

<div style="border-bottom:5px solid #adc93a;"></div>

CSS Border Top color for the above div is #adc93a

HTML with inline CSS

<div style="border-top:5px solid #adc93a;"></div>

#adc93a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#adc93a; } .examplecolorclass {color:#adc93a; } .examplebordercolor {border:3px solid #adc93a; }

#adc93a Color code Preview on White Background

This is how #adc93a Color code will look on white background color. Color contrast ratio is 1.88

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #adc93a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #adc93a; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(173,201,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(86,58,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,201,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.