Shades of Neutral Green #ACAC80
Tints of Neutral Green #ACAC80
RGB
CMYK
RGB Variations
Color information
#ACAC80 (or 0xACAC80) is known color: Neutral Green. HEX triplet: AC, AC and 80. RGB value is (172,172,128). Sum of RGB (Red+Green+Blue) = 172+172+128=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC80 is #53537F. Grayscale: #A7A7A7. Windows color (decimal): -5460864 or 8432812. OLE color: 8432812.
HSL color Cylindrical-coordinate representation of color #ACAC80: hue angle of 60º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACAC80 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 128 | - |
| CMYK | 0 | 0 | 0.26 | 0.33 |
| HSL | 60º | 0.21% | 0.59% | - |
| HSV(B) | 60º | 0.26% | 0.67% | - |
| XYZ | 35.66 | 39.83 | 26.23 | - |
| YUV | 166.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 128 | 0 | 0 | 0.26 | 0.33 | 60 | 0.21 | 0.59 |
| Hex | AC | AC | 80 | 0 | 0 | 1A | 21 | 3C | 15 | 3B |
| Octal | 254 | 254 | 200 | 0 | 0 | 32 | 41 | 74 | 25 | 73 |
| Binary | 10101100 | 10101100 | 10000000 | 0 | 0 | 11010 | 100001 | 111100 | 10101 | 111011 |
Color Harmonies of #ACAC80
Complementary color
Monochromatic Colors of #ACAC80
Black with #ACAC80
Text Example
Text Example
White with #ACAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC80; }
p { color: rgb(172,172,128); }
H1.HeaderClassName
{
color: #ACAC80;
}
.AnyTagClassName
{
color: #ACAC80;
}
</style>
background-color css
<style>
a { background-color: #ACAC80; }
a { background-color: rgb(172,172,128); }
div.DivClassName
{
background-color: #ACAC80;
}
.BgClassName
{
background-color: #ACAC80;
}
</style>
border-color css
<style>
span { border-color: #ACAC80; }
span { border-color: rgb(172,172,128); }
td.TdClassName
{
border-color: #ACAC80;
}
.TagClassName
{
border-color: #ACAC80;
}
</style>