Shades of Olive Green #ACAA54
Tints of Olive Green #ACAA54
RGB
CMYK
RGB Variations
Color information
#ACAA54 (or 0xACAA54) is known color: Olive Green. HEX triplet: AC, AA and 54. RGB value is (172,170,84). Sum of RGB (Red+Green+Blue) = 172+170+84=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA54 is #5355AB. Grayscale: #A1A1A1. Windows color (decimal): -5461420 or 5548716. OLE color: 5548716.
HSL color Cylindrical-coordinate representation of color #ACAA54: hue angle of 58.64º degrees, saturation: 0.35, 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 #ACAA54 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 84 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 58.64º | 0.35% | 0.5% | - |
| HSV(B) | 58.64º | 0.51% | 0.67% | - |
| XYZ | 32.99 | 38.16 | 14.01 | - |
| YUV | 160.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 84 | 0 | 0.01 | 0.51 | 0.33 | 58.64 | 0.35 | 0.5 |
| Hex | AC | AA | 54 | 0 | 1 | 33 | 21 | 3B | 23 | 32 |
| Octal | 254 | 252 | 124 | 0 | 1 | 63 | 41 | 73 | 43 | 62 |
| Binary | 10101100 | 10101010 | 1010100 | 0 | 1 | 110011 | 100001 | 111011 | 100011 | 110010 |
Color Harmonies of #ACAA54
Complementary color
Monochromatic Colors of #ACAA54
Black with #ACAA54
Text Example
Text Example
White with #ACAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA54; }
p { color: rgb(172,170,84); }
H1.HeaderClassName
{
color: #ACAA54;
}
.AnyTagClassName
{
color: #ACAA54;
}
</style>
background-color css
<style>
a { background-color: #ACAA54; }
a { background-color: rgb(172,170,84); }
div.DivClassName
{
background-color: #ACAA54;
}
.BgClassName
{
background-color: #ACAA54;
}
</style>
border-color css
<style>
span { border-color: #ACAA54; }
span { border-color: rgb(172,170,84); }
td.TdClassName
{
border-color: #ACAA54;
}
.TagClassName
{
border-color: #ACAA54;
}
</style>