Shades of Earls Green #ADA917
Tints of Earls Green #ADA917
RGB
CMYK
RGB Variations
Color information
#ADA917 (or 0xADA917) is known color: Earls Green. HEX triplet: AD, A9 and 17. RGB value is (173,169,23). Sum of RGB (Red+Green+Blue) = 173+169+23=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA917 is #5256E8. Grayscale: #9A9A9A. Windows color (decimal): -5396201 or 1550765. OLE color: 1550765.
HSL color Cylindrical-coordinate representation of color #ADA917: hue angle of 58.4º 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 #ADA917 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 23 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.32 |
| HSL | 58.4º | 0.77% | 0.38% | - |
| HSV(B) | 58.4º | 0.87% | 0.68% | - |
| XYZ | 31.58 | 37.32 | 6.35 | - |
| YUV | 153.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 23 | 0 | 0.02 | 0.87 | 0.32 | 58.4 | 0.77 | 0.38 |
| Hex | AD | A9 | 17 | 0 | 2 | 57 | 20 | 3A | 4D | 26 |
| Octal | 255 | 251 | 27 | 0 | 2 | 127 | 40 | 72 | 115 | 46 |
| Binary | 10101101 | 10101001 | 10111 | 0 | 10 | 1010111 | 100000 | 111010 | 1001101 | 100110 |
Color Harmonies of #ADA917
Complementary color
Monochromatic Colors of #ADA917
Black with #ADA917
Text Example
Text Example
White with #ADA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA917; }
p { color: rgb(173,169,23); }
H1.HeaderClassName
{
color: #ADA917;
}
.AnyTagClassName
{
color: #ADA917;
}
</style>
background-color css
<style>
a { background-color: #ADA917; }
a { background-color: rgb(173,169,23); }
div.DivClassName
{
background-color: #ADA917;
}
.BgClassName
{
background-color: #ADA917;
}
</style>
border-color css
<style>
span { border-color: #ADA917; }
span { border-color: rgb(173,169,23); }
td.TdClassName
{
border-color: #ADA917;
}
.TagClassName
{
border-color: #ADA917;
}
</style>