Shades of Earls Green #A9AA25
Tints of Earls Green #A9AA25
RGB
CMYK
RGB Variations
Color information
#A9AA25 (or 0xA9AA25) is known color: Earls Green. HEX triplet: A9, AA and 25. RGB value is (169,170,37). Sum of RGB (Red+Green+Blue) = 169+170+37=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA25 is #5655DA. Grayscale: #9B9B9B. Windows color (decimal): -5658075 or 2468521. OLE color: 2468521.
HSL color Cylindrical-coordinate representation of color #A9AA25: hue angle of 60.45º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9AA25 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 37 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.33 |
| HSL | 60.45º | 0.64% | 0.41% | - |
| HSV(B) | 60.45º | 0.78% | 0.67% | - |
| XYZ | 31.07 | 37.32 | 7.32 | - |
| YUV | 154.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 37 | 0.01 | 0 | 0.78 | 0.33 | 60.45 | 0.64 | 0.41 |
| Hex | A9 | AA | 25 | 1 | 0 | 4E | 21 | 3C | 40 | 29 |
| Octal | 251 | 252 | 45 | 1 | 0 | 116 | 41 | 74 | 100 | 51 |
| Binary | 10101001 | 10101010 | 100101 | 1 | 0 | 1001110 | 100001 | 111100 | 1000000 | 101001 |
Color Harmonies of #A9AA25
Complementary color
Monochromatic Colors of #A9AA25
Black with #A9AA25
Text Example
Text Example
White with #A9AA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA25; }
p { color: rgb(169,170,37); }
H1.HeaderClassName
{
color: #A9AA25;
}
.AnyTagClassName
{
color: #A9AA25;
}
</style>
background-color css
<style>
a { background-color: #A9AA25; }
a { background-color: rgb(169,170,37); }
div.DivClassName
{
background-color: #A9AA25;
}
.BgClassName
{
background-color: #A9AA25;
}
</style>
border-color css
<style>
span { border-color: #A9AA25; }
span { border-color: rgb(169,170,37); }
td.TdClassName
{
border-color: #A9AA25;
}
.TagClassName
{
border-color: #A9AA25;
}
</style>