Shades of Earls Green #ADAD16
Tints of Earls Green #ADAD16
RGB
CMYK
RGB Variations
Color information
#ADAD16 (or 0xADAD16) is known color: Earls Green. HEX triplet: AD, AD and 16. RGB value is (173,173,22). Sum of RGB (Red+Green+Blue) = 173+173+22=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD16 is #5252E9. Grayscale: #9C9C9C. Windows color (decimal): -5395178 or 1486253. OLE color: 1486253.
HSL color Cylindrical-coordinate representation of color #ADAD16: hue angle of 60º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADAD16 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 22 | - |
| CMYK | 0 | 0 | 0.87 | 0.32 |
| HSL | 60º | 0.77% | 0.38% | - |
| HSV(B) | 60º | 0.87% | 0.68% | - |
| XYZ | 32.32 | 38.83 | 6.55 | - |
| YUV | 155.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 22 | 0 | 0 | 0.87 | 0.32 | 60 | 0.77 | 0.38 |
| Hex | AD | AD | 16 | 0 | 0 | 57 | 20 | 3C | 4D | 26 |
| Octal | 255 | 255 | 26 | 0 | 0 | 127 | 40 | 74 | 115 | 46 |
| Binary | 10101101 | 10101101 | 10110 | 0 | 0 | 1010111 | 100000 | 111100 | 1001101 | 100110 |
Color Harmonies of #ADAD16
Complementary color
Monochromatic Colors of #ADAD16
Black with #ADAD16
Text Example
Text Example
White with #ADAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD16; }
p { color: rgb(173,173,22); }
H1.HeaderClassName
{
color: #ADAD16;
}
.AnyTagClassName
{
color: #ADAD16;
}
</style>
background-color css
<style>
a { background-color: #ADAD16; }
a { background-color: rgb(173,173,22); }
div.DivClassName
{
background-color: #ADAD16;
}
.BgClassName
{
background-color: #ADAD16;
}
</style>
border-color css
<style>
span { border-color: #ADAD16; }
span { border-color: rgb(173,173,22); }
td.TdClassName
{
border-color: #ADAD16;
}
.TagClassName
{
border-color: #ADAD16;
}
</style>