Shades of Olive Green #ACAC4E
Tints of Olive Green #ACAC4E
RGB
CMYK
RGB Variations
Color information
#ACAC4E (or 0xACAC4E) is known color: Olive Green. HEX triplet: AC, AC and 4E. RGB value is (172,172,78). Sum of RGB (Red+Green+Blue) = 172+172+78=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC4E is #5353B1. Grayscale: #A1A1A1. Windows color (decimal): -5460914 or 5156012. OLE color: 5156012.
HSL color Cylindrical-coordinate representation of color #ACAC4E: hue angle of 60º 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 #ACAC4E is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 78 | - |
| CMYK | 0 | 0 | 0.55 | 0.33 |
| HSL | 60º | 0.38% | 0.49% | - |
| HSV(B) | 60º | 0.55% | 0.67% | - |
| XYZ | 33.14 | 38.83 | 12.96 | - |
| YUV | 161.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 78 | 0 | 0 | 0.55 | 0.33 | 60 | 0.38 | 0.49 |
| Hex | AC | AC | 4E | 0 | 0 | 37 | 21 | 3C | 26 | 31 |
| Octal | 254 | 254 | 116 | 0 | 0 | 67 | 41 | 74 | 46 | 61 |
| Binary | 10101100 | 10101100 | 1001110 | 0 | 0 | 110111 | 100001 | 111100 | 100110 | 110001 |
Color Harmonies of #ACAC4E
Complementary color
Monochromatic Colors of #ACAC4E
Black with #ACAC4E
Text Example
Text Example
White with #ACAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC4E; }
p { color: rgb(172,172,78); }
H1.HeaderClassName
{
color: #ACAC4E;
}
.AnyTagClassName
{
color: #ACAC4E;
}
</style>
background-color css
<style>
a { background-color: #ACAC4E; }
a { background-color: rgb(172,172,78); }
div.DivClassName
{
background-color: #ACAC4E;
}
.BgClassName
{
background-color: #ACAC4E;
}
</style>
border-color css
<style>
span { border-color: #ACAC4E; }
span { border-color: rgb(172,172,78); }
td.TdClassName
{
border-color: #ACAC4E;
}
.TagClassName
{
border-color: #ACAC4E;
}
</style>