Shades of Earls Green #ADAD1F
Tints of Earls Green #ADAD1F
RGB
CMYK
RGB Variations
Color information
#ADAD1F (or 0xADAD1F) is known color: Earls Green. HEX triplet: AD, AD and 1F. RGB value is (173,173,31). Sum of RGB (Red+Green+Blue) = 173+173+31=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD1F is #5252E0. Grayscale: #9D9D9D. Windows color (decimal): -5395169 or 2076077. OLE color: 2076077.
HSL color Cylindrical-coordinate representation of color #ADAD1F: hue angle of 60º degrees, saturation: 0.7, 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 #ADAD1F is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 31 | - |
| CMYK | 0 | 0 | 0.82 | 0.32 |
| HSL | 60º | 0.7% | 0.4% | - |
| HSV(B) | 60º | 0.82% | 0.68% | - |
| XYZ | 32.42 | 38.87 | 7.09 | - |
| YUV | 156.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 31 | 0 | 0 | 0.82 | 0.32 | 60 | 0.7 | 0.4 |
| Hex | AD | AD | 1F | 0 | 0 | 52 | 20 | 3C | 46 | 28 |
| Octal | 255 | 255 | 37 | 0 | 0 | 122 | 40 | 74 | 106 | 50 |
| Binary | 10101101 | 10101101 | 11111 | 0 | 0 | 1010010 | 100000 | 111100 | 1000110 | 101000 |
Color Harmonies of #ADAD1F
Complementary color
Monochromatic Colors of #ADAD1F
Black with #ADAD1F
Text Example
Text Example
White with #ADAD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD1F; }
p { color: rgb(173,173,31); }
H1.HeaderClassName
{
color: #ADAD1F;
}
.AnyTagClassName
{
color: #ADAD1F;
}
</style>
background-color css
<style>
a { background-color: #ADAD1F; }
a { background-color: rgb(173,173,31); }
div.DivClassName
{
background-color: #ADAD1F;
}
.BgClassName
{
background-color: #ADAD1F;
}
</style>
border-color css
<style>
span { border-color: #ADAD1F; }
span { border-color: rgb(173,173,31); }
td.TdClassName
{
border-color: #ADAD1F;
}
.TagClassName
{
border-color: #ADAD1F;
}
</style>