Shades of Neutral Green #ACAC7E
Tints of Neutral Green #ACAC7E
RGB
CMYK
RGB Variations
Color information
#ACAC7E (or 0xACAC7E) is known color: Neutral Green. HEX triplet: AC, AC and 7E. RGB value is (172,172,126). Sum of RGB (Red+Green+Blue) = 172+172+126=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC7E is #535381. Grayscale: #A6A6A6. Windows color (decimal): -5460866 or 8301740. OLE color: 8301740.
HSL color Cylindrical-coordinate representation of color #ACAC7E: hue angle of 60º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACAC7E is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 126 | - |
CMYK | 0 | 0 | 0.27 | 0.33 |
HSL | 60º | 0.22% | 0.58% | - |
HSV(B) | 60º | 0.27% | 0.67% | - |
XYZ | 35.53 | 39.78 | 25.54 | - |
YUV | 166.76 | 105 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 126 | 0 | 0 | 0.27 | 0.33 | 60 | 0.22 | 0.58 |
Hex | AC | AC | 7E | 0 | 0 | 1B | 21 | 3C | 16 | 3A |
Octal | 254 | 254 | 176 | 0 | 0 | 33 | 41 | 74 | 26 | 72 |
Binary | 10101100 | 10101100 | 1111110 | 0 | 0 | 11011 | 100001 | 111100 | 10110 | 111010 |
Color Harmonies of #ACAC7E
Complementary color
Monochromatic Colors of #ACAC7E
Black with #ACAC7E
Text Example
Text Example
White with #ACAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC7E; }
p { color: rgb(172,172,126); }
H1.HeaderClassName
{
color: #ACAC7E;
}
.AnyTagClassName
{
color: #ACAC7E;
}
</style>
background-color css
<style>
a { background-color: #ACAC7E; }
a { background-color: rgb(172,172,126); }
div.DivClassName
{
background-color: #ACAC7E;
}
.BgClassName
{
background-color: #ACAC7E;
}
</style>
border-color css
<style>
span { border-color: #ACAC7E; }
span { border-color: rgb(172,172,126); }
td.TdClassName
{
border-color: #ACAC7E;
}
.TagClassName
{
border-color: #ACAC7E;
}
</style>