Shades of Earls Green #ADA818
Tints of Earls Green #ADA818
RGB
CMYK
RGB Variations
Color information
#ADA818 (or 0xADA818) is known color: Earls Green. HEX triplet: AD, A8 and 18. RGB value is (173,168,24). Sum of RGB (Red+Green+Blue) = 173+168+24=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA818 is #5257E7. Grayscale: #999999. Windows color (decimal): -5396456 or 1616045. OLE color: 1616045.
HSL color Cylindrical-coordinate representation of color #ADA818: hue angle of 57.99º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADA818 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 24 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.32 |
| HSL | 57.99º | 0.76% | 0.39% | - |
| HSV(B) | 57.99º | 0.86% | 0.68% | - |
| XYZ | 31.4 | 36.96 | 6.34 | - |
| YUV | 153.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 24 | 0 | 0.03 | 0.86 | 0.32 | 57.99 | 0.76 | 0.39 |
| Hex | AD | A8 | 18 | 0 | 3 | 56 | 20 | 3A | 4C | 27 |
| Octal | 255 | 250 | 30 | 0 | 3 | 126 | 40 | 72 | 114 | 47 |
| Binary | 10101101 | 10101000 | 11000 | 0 | 11 | 1010110 | 100000 | 111010 | 1001100 | 100111 |
Color Harmonies of #ADA818
Complementary color
Monochromatic Colors of #ADA818
Black with #ADA818
Text Example
Text Example
White with #ADA818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA818; }
p { color: rgb(173,168,24); }
H1.HeaderClassName
{
color: #ADA818;
}
.AnyTagClassName
{
color: #ADA818;
}
</style>
background-color css
<style>
a { background-color: #ADA818; }
a { background-color: rgb(173,168,24); }
div.DivClassName
{
background-color: #ADA818;
}
.BgClassName
{
background-color: #ADA818;
}
</style>
border-color css
<style>
span { border-color: #ADA818; }
span { border-color: rgb(173,168,24); }
td.TdClassName
{
border-color: #ADA818;
}
.TagClassName
{
border-color: #ADA818;
}
</style>