Shades of Olive Green #A9AA54
Tints of Olive Green #A9AA54
RGB
CMYK
RGB Variations
Color information
#A9AA54 (or 0xA9AA54) is known color: Olive Green. HEX triplet: A9, AA and 54. RGB value is (169,170,84). Sum of RGB (Red+Green+Blue) = 169+170+84=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA54 is #5655AB. Grayscale: #A0A0A0. Windows color (decimal): -5658028 or 5548713. OLE color: 5548713.
HSL color Cylindrical-coordinate representation of color #A9AA54: hue angle of 60.7º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9AA54 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 84 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.33 |
| HSL | 60.7º | 0.34% | 0.5% | - |
| HSV(B) | 60.7º | 0.51% | 0.67% | - |
| XYZ | 32.34 | 37.82 | 13.98 | - |
| YUV | 159.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 84 | 0.01 | 0 | 0.51 | 0.33 | 60.7 | 0.34 | 0.5 |
| Hex | A9 | AA | 54 | 1 | 0 | 33 | 21 | 3D | 22 | 32 |
| Octal | 251 | 252 | 124 | 1 | 0 | 63 | 41 | 75 | 42 | 62 |
| Binary | 10101001 | 10101010 | 1010100 | 1 | 0 | 110011 | 100001 | 111101 | 100010 | 110010 |
Color Harmonies of #A9AA54
Complementary color
Monochromatic Colors of #A9AA54
Black with #A9AA54
Text Example
Text Example
White with #A9AA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA54; }
p { color: rgb(169,170,84); }
H1.HeaderClassName
{
color: #A9AA54;
}
.AnyTagClassName
{
color: #A9AA54;
}
</style>
background-color css
<style>
a { background-color: #A9AA54; }
a { background-color: rgb(169,170,84); }
div.DivClassName
{
background-color: #A9AA54;
}
.BgClassName
{
background-color: #A9AA54;
}
</style>
border-color css
<style>
span { border-color: #A9AA54; }
span { border-color: rgb(169,170,84); }
td.TdClassName
{
border-color: #A9AA54;
}
.TagClassName
{
border-color: #A9AA54;
}
</style>