Shades of Earls Green #A9AA20
Tints of Earls Green #A9AA20
RGB
CMYK
RGB Variations
Color information
#A9AA20 (or 0xA9AA20) is known color: Earls Green. HEX triplet: A9, AA and 20. RGB value is (169,170,32). Sum of RGB (Red+Green+Blue) = 169+170+32=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA20 is #5655DF. Grayscale: #9A9A9A. Windows color (decimal): -5658080 or 2140841. OLE color: 2140841.
HSL color Cylindrical-coordinate representation of color #A9AA20: hue angle of 60.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9AA20 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 32 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.33 |
| HSL | 60.43º | 0.68% | 0.4% | - |
| HSV(B) | 60.43º | 0.81% | 0.67% | - |
| XYZ | 31 | 37.29 | 6.93 | - |
| YUV | 153.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 32 | 0.01 | 0 | 0.81 | 0.33 | 60.43 | 0.68 | 0.4 |
| Hex | A9 | AA | 20 | 1 | 0 | 51 | 21 | 3C | 44 | 28 |
| Octal | 251 | 252 | 40 | 1 | 0 | 121 | 41 | 74 | 104 | 50 |
| Binary | 10101001 | 10101010 | 100000 | 1 | 0 | 1010001 | 100001 | 111100 | 1000100 | 101000 |
Color Harmonies of #A9AA20
Complementary color
Monochromatic Colors of #A9AA20
Black with #A9AA20
Text Example
Text Example
White with #A9AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA20; }
p { color: rgb(169,170,32); }
H1.HeaderClassName
{
color: #A9AA20;
}
.AnyTagClassName
{
color: #A9AA20;
}
</style>
background-color css
<style>
a { background-color: #A9AA20; }
a { background-color: rgb(169,170,32); }
div.DivClassName
{
background-color: #A9AA20;
}
.BgClassName
{
background-color: #A9AA20;
}
</style>
border-color css
<style>
span { border-color: #A9AA20; }
span { border-color: rgb(169,170,32); }
td.TdClassName
{
border-color: #A9AA20;
}
.TagClassName
{
border-color: #A9AA20;
}
</style>