Shades of Neutral Green #ACAB80
Tints of Neutral Green #ACAB80
RGB
CMYK
RGB Variations
Color information
#ACAB80 (or 0xACAB80) is known color: Neutral Green. HEX triplet: AC, AB and 80. RGB value is (172,171,128). Sum of RGB (Red+Green+Blue) = 172+171+128=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB80 is #53547F. Grayscale: #A6A6A6. Windows color (decimal): -5461120 or 8432556. OLE color: 8432556.
HSL color Cylindrical-coordinate representation of color #ACAB80: hue angle of 58.64º 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 #ACAB80 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 128 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.33 |
| HSL | 58.64º | 0.21% | 0.59% | - |
| HSV(B) | 58.64º | 0.26% | 0.67% | - |
| XYZ | 35.47 | 39.45 | 26.17 | - |
| YUV | 166.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 128 | 0 | 0.01 | 0.26 | 0.33 | 58.64 | 0.21 | 0.59 |
| Hex | AC | AB | 80 | 0 | 1 | 1A | 21 | 3B | 15 | 3B |
| Octal | 254 | 253 | 200 | 0 | 1 | 32 | 41 | 73 | 25 | 73 |
| Binary | 10101100 | 10101011 | 10000000 | 0 | 1 | 11010 | 100001 | 111011 | 10101 | 111011 |
Color Harmonies of #ACAB80
Complementary color
Monochromatic Colors of #ACAB80
Black with #ACAB80
Text Example
Text Example
White with #ACAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB80; }
p { color: rgb(172,171,128); }
H1.HeaderClassName
{
color: #ACAB80;
}
.AnyTagClassName
{
color: #ACAB80;
}
</style>
background-color css
<style>
a { background-color: #ACAB80; }
a { background-color: rgb(172,171,128); }
div.DivClassName
{
background-color: #ACAB80;
}
.BgClassName
{
background-color: #ACAB80;
}
</style>
border-color css
<style>
span { border-color: #ACAB80; }
span { border-color: rgb(172,171,128); }
td.TdClassName
{
border-color: #ACAB80;
}
.TagClassName
{
border-color: #ACAB80;
}
</style>