Shades of Earls Green #ADAD20
Tints of Earls Green #ADAD20
RGB
CMYK
RGB Variations
Color information
#ADAD20 (or 0xADAD20) is known color: Earls Green. HEX triplet: AD, AD and 20. RGB value is (173,173,32). Sum of RGB (Red+Green+Blue) = 173+173+32=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD20 is #5252DF. Grayscale: #9D9D9D. Windows color (decimal): -5395168 or 2141613. OLE color: 2141613.
HSL color Cylindrical-coordinate representation of color #ADAD20: hue angle of 60º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADAD20 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 32 | - |
| CMYK | 0 | 0 | 0.82 | 0.32 |
| HSL | 60º | 0.69% | 0.4% | - |
| HSV(B) | 60º | 0.82% | 0.68% | - |
| XYZ | 32.44 | 38.88 | 7.16 | - |
| YUV | 156.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 32 | 0 | 0 | 0.82 | 0.32 | 60 | 0.69 | 0.4 |
| Hex | AD | AD | 20 | 0 | 0 | 52 | 20 | 3C | 45 | 28 |
| Octal | 255 | 255 | 40 | 0 | 0 | 122 | 40 | 74 | 105 | 50 |
| Binary | 10101101 | 10101101 | 100000 | 0 | 0 | 1010010 | 100000 | 111100 | 1000101 | 101000 |
Color Harmonies of #ADAD20
Complementary color
Monochromatic Colors of #ADAD20
Black with #ADAD20
Text Example
Text Example
White with #ADAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD20; }
p { color: rgb(173,173,32); }
H1.HeaderClassName
{
color: #ADAD20;
}
.AnyTagClassName
{
color: #ADAD20;
}
</style>
background-color css
<style>
a { background-color: #ADAD20; }
a { background-color: rgb(173,173,32); }
div.DivClassName
{
background-color: #ADAD20;
}
.BgClassName
{
background-color: #ADAD20;
}
</style>
border-color css
<style>
span { border-color: #ADAD20; }
span { border-color: rgb(173,173,32); }
td.TdClassName
{
border-color: #ADAD20;
}
.TagClassName
{
border-color: #ADAD20;
}
</style>