Shades of Neutral Green #ACAB7C
Tints of Neutral Green #ACAB7C
RGB
CMYK
RGB Variations
Color information
#ACAB7C (or 0xACAB7C) is known color: Neutral Green. HEX triplet: AC, AB and 7C. RGB value is (172,171,124). Sum of RGB (Red+Green+Blue) = 172+171+124=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB7C is #535483. Grayscale: #A6A6A6. Windows color (decimal): -5461124 or 8170412. OLE color: 8170412.
HSL color Cylindrical-coordinate representation of color #ACAB7C: hue angle of 58.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACAB7C is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 124 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.33 |
| HSL | 58.75º | 0.22% | 0.58% | - |
| HSV(B) | 58.75º | 0.28% | 0.67% | - |
| XYZ | 35.21 | 39.35 | 24.81 | - |
| YUV | 165.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 124 | 0 | 0.01 | 0.28 | 0.33 | 58.75 | 0.22 | 0.58 |
| Hex | AC | AB | 7C | 0 | 1 | 1C | 21 | 3B | 16 | 3A |
| Octal | 254 | 253 | 174 | 0 | 1 | 34 | 41 | 73 | 26 | 72 |
| Binary | 10101100 | 10101011 | 1111100 | 0 | 1 | 11100 | 100001 | 111011 | 10110 | 111010 |
Color Harmonies of #ACAB7C
Complementary color
Monochromatic Colors of #ACAB7C
Black with #ACAB7C
Text Example
Text Example
White with #ACAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB7C; }
p { color: rgb(172,171,124); }
H1.HeaderClassName
{
color: #ACAB7C;
}
.AnyTagClassName
{
color: #ACAB7C;
}
</style>
background-color css
<style>
a { background-color: #ACAB7C; }
a { background-color: rgb(172,171,124); }
div.DivClassName
{
background-color: #ACAB7C;
}
.BgClassName
{
background-color: #ACAB7C;
}
</style>
border-color css
<style>
span { border-color: #ACAB7C; }
span { border-color: rgb(172,171,124); }
td.TdClassName
{
border-color: #ACAB7C;
}
.TagClassName
{
border-color: #ACAB7C;
}
</style>