Shades of Olive Green #AAAC4D
Tints of Olive Green #AAAC4D
RGB
CMYK
RGB Variations
Color information
#AAAC4D (or 0xAAAC4D) is known color: Olive Green. HEX triplet: AA, AC and 4D. RGB value is (170,172,77). Sum of RGB (Red+Green+Blue) = 170+172+77=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC4D is #5553B2. Grayscale: #A0A0A0. Windows color (decimal): -5591987 or 5090474. OLE color: 5090474.
HSL color Cylindrical-coordinate representation of color #AAAC4D: hue angle of 61.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAAC4D is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 77 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.33 |
| HSL | 61.26º | 0.38% | 0.49% | - |
| HSV(B) | 61.26º | 0.55% | 0.67% | - |
| XYZ | 32.67 | 38.59 | 12.75 | - |
| YUV | 160.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 77 | 0.01 | 0 | 0.55 | 0.33 | 61.26 | 0.38 | 0.49 |
| Hex | AA | AC | 4D | 1 | 0 | 37 | 21 | 3D | 26 | 31 |
| Octal | 252 | 254 | 115 | 1 | 0 | 67 | 41 | 75 | 46 | 61 |
| Binary | 10101010 | 10101100 | 1001101 | 1 | 0 | 110111 | 100001 | 111101 | 100110 | 110001 |
Color Harmonies of #AAAC4D
Complementary color
Monochromatic Colors of #AAAC4D
Black with #AAAC4D
Text Example
Text Example
White with #AAAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC4D; }
p { color: rgb(170,172,77); }
H1.HeaderClassName
{
color: #AAAC4D;
}
.AnyTagClassName
{
color: #AAAC4D;
}
</style>
background-color css
<style>
a { background-color: #AAAC4D; }
a { background-color: rgb(170,172,77); }
div.DivClassName
{
background-color: #AAAC4D;
}
.BgClassName
{
background-color: #AAAC4D;
}
</style>
border-color css
<style>
span { border-color: #AAAC4D; }
span { border-color: rgb(170,172,77); }
td.TdClassName
{
border-color: #AAAC4D;
}
.TagClassName
{
border-color: #AAAC4D;
}
</style>