Shades of Earls Green #ADAA24
Tints of Earls Green #ADAA24
RGB
CMYK
RGB Variations
Color information
#ADAA24 (or 0xADAA24) is known color: Earls Green. HEX triplet: AD, AA and 24. RGB value is (173,170,36). Sum of RGB (Red+Green+Blue) = 173+170+36=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA24 is #5255DB. Grayscale: #9C9C9C. Windows color (decimal): -5395932 or 2402989. OLE color: 2402989.
HSL color Cylindrical-coordinate representation of color #ADAA24: hue angle of 58.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADAA24 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 36 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.32 |
| HSL | 58.69º | 0.66% | 0.41% | - |
| HSV(B) | 58.69º | 0.79% | 0.68% | - |
| XYZ | 31.93 | 37.76 | 7.27 | - |
| YUV | 155.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 36 | 0 | 0.02 | 0.79 | 0.32 | 58.69 | 0.66 | 0.41 |
| Hex | AD | AA | 24 | 0 | 2 | 4F | 20 | 3B | 42 | 29 |
| Octal | 255 | 252 | 44 | 0 | 2 | 117 | 40 | 73 | 102 | 51 |
| Binary | 10101101 | 10101010 | 100100 | 0 | 10 | 1001111 | 100000 | 111011 | 1000010 | 101001 |
Color Harmonies of #ADAA24
Complementary color
Monochromatic Colors of #ADAA24
Black with #ADAA24
Text Example
Text Example
White with #ADAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA24; }
p { color: rgb(173,170,36); }
H1.HeaderClassName
{
color: #ADAA24;
}
.AnyTagClassName
{
color: #ADAA24;
}
</style>
background-color css
<style>
a { background-color: #ADAA24; }
a { background-color: rgb(173,170,36); }
div.DivClassName
{
background-color: #ADAA24;
}
.BgClassName
{
background-color: #ADAA24;
}
</style>
border-color css
<style>
span { border-color: #ADAA24; }
span { border-color: rgb(173,170,36); }
td.TdClassName
{
border-color: #ADAA24;
}
.TagClassName
{
border-color: #ADAA24;
}
</style>