Shades of Earls Green #A9AA1E
Tints of Earls Green #A9AA1E
RGB
CMYK
RGB Variations
Color information
#A9AA1E (or 0xA9AA1E) is known color: Earls Green. HEX triplet: A9, AA and 1E. RGB value is (169,170,30). Sum of RGB (Red+Green+Blue) = 169+170+30=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA1E is #5655E1. Grayscale: #9A9A9A. Windows color (decimal): -5658082 or 2009769. OLE color: 2009769.
HSL color Cylindrical-coordinate representation of color #A9AA1E: hue angle of 60.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9AA1E is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 30 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.33 |
| HSL | 60.43º | 0.7% | 0.39% | - |
| HSV(B) | 60.43º | 0.82% | 0.67% | - |
| XYZ | 30.97 | 37.28 | 6.79 | - |
| YUV | 153.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 30 | 0.01 | 0 | 0.82 | 0.33 | 60.43 | 0.7 | 0.39 |
| Hex | A9 | AA | 1E | 1 | 0 | 52 | 21 | 3C | 46 | 27 |
| Octal | 251 | 252 | 36 | 1 | 0 | 122 | 41 | 74 | 106 | 47 |
| Binary | 10101001 | 10101010 | 11110 | 1 | 0 | 1010010 | 100001 | 111100 | 1000110 | 100111 |
Color Harmonies of #A9AA1E
Complementary color
Monochromatic Colors of #A9AA1E
Black with #A9AA1E
Text Example
Text Example
White with #A9AA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA1E; }
p { color: rgb(169,170,30); }
H1.HeaderClassName
{
color: #A9AA1E;
}
.AnyTagClassName
{
color: #A9AA1E;
}
</style>
background-color css
<style>
a { background-color: #A9AA1E; }
a { background-color: rgb(169,170,30); }
div.DivClassName
{
background-color: #A9AA1E;
}
.BgClassName
{
background-color: #A9AA1E;
}
</style>
border-color css
<style>
span { border-color: #A9AA1E; }
span { border-color: rgb(169,170,30); }
td.TdClassName
{
border-color: #A9AA1E;
}
.TagClassName
{
border-color: #A9AA1E;
}
</style>