Shades of Olive Green #ACAC50
Tints of Olive Green #ACAC50
RGB
CMYK
RGB Variations
Color information
#ACAC50 (or 0xACAC50) is known color: Olive Green. HEX triplet: AC, AC and 50. RGB value is (172,172,80). Sum of RGB (Red+Green+Blue) = 172+172+80=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC50 is #5353AF. Grayscale: #A1A1A1. Windows color (decimal): -5460912 or 5287084. OLE color: 5287084.
HSL color Cylindrical-coordinate representation of color #ACAC50: hue angle of 60º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACAC50 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 80 | - |
| CMYK | 0 | 0 | 0.53 | 0.33 |
| HSL | 60º | 0.37% | 0.49% | - |
| HSV(B) | 60º | 0.53% | 0.67% | - |
| XYZ | 33.21 | 38.85 | 13.34 | - |
| YUV | 161.51 | 82 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 80 | 0 | 0 | 0.53 | 0.33 | 60 | 0.37 | 0.49 |
| Hex | AC | AC | 50 | 0 | 0 | 35 | 21 | 3C | 25 | 31 |
| Octal | 254 | 254 | 120 | 0 | 0 | 65 | 41 | 74 | 45 | 61 |
| Binary | 10101100 | 10101100 | 1010000 | 0 | 0 | 110101 | 100001 | 111100 | 100101 | 110001 |
Color Harmonies of #ACAC50
Complementary color
Monochromatic Colors of #ACAC50
Black with #ACAC50
Text Example
Text Example
White with #ACAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC50; }
p { color: rgb(172,172,80); }
H1.HeaderClassName
{
color: #ACAC50;
}
.AnyTagClassName
{
color: #ACAC50;
}
</style>
background-color css
<style>
a { background-color: #ACAC50; }
a { background-color: rgb(172,172,80); }
div.DivClassName
{
background-color: #ACAC50;
}
.BgClassName
{
background-color: #ACAC50;
}
</style>
border-color css
<style>
span { border-color: #ACAC50; }
span { border-color: rgb(172,172,80); }
td.TdClassName
{
border-color: #ACAC50;
}
.TagClassName
{
border-color: #ACAC50;
}
</style>