Shades of Neutral Green #ACAA74
Tints of Neutral Green #ACAA74
RGB
CMYK
RGB Variations
Color information
#ACAA74 (or 0xACAA74) is known color: Neutral Green. HEX triplet: AC, AA and 74. RGB value is (172,170,116). Sum of RGB (Red+Green+Blue) = 172+170+116=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA74 is #53558B. Grayscale: #A4A4A4. Windows color (decimal): -5461388 or 7645868. OLE color: 7645868.
HSL color Cylindrical-coordinate representation of color #ACAA74: hue angle of 57.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACAA74 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 116 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.33 |
| HSL | 57.86º | 0.25% | 0.56% | - |
| HSV(B) | 57.86º | 0.33% | 0.67% | - |
| XYZ | 34.54 | 38.78 | 22.19 | - |
| YUV | 164.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 116 | 0 | 0.01 | 0.33 | 0.33 | 57.86 | 0.25 | 0.56 |
| Hex | AC | AA | 74 | 0 | 1 | 21 | 21 | 3A | 19 | 38 |
| Octal | 254 | 252 | 164 | 0 | 1 | 41 | 41 | 72 | 31 | 70 |
| Binary | 10101100 | 10101010 | 1110100 | 0 | 1 | 100001 | 100001 | 111010 | 11001 | 111000 |
Color Harmonies of #ACAA74
Complementary color
Monochromatic Colors of #ACAA74
Black with #ACAA74
Text Example
Text Example
White with #ACAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA74; }
p { color: rgb(172,170,116); }
H1.HeaderClassName
{
color: #ACAA74;
}
.AnyTagClassName
{
color: #ACAA74;
}
</style>
background-color css
<style>
a { background-color: #ACAA74; }
a { background-color: rgb(172,170,116); }
div.DivClassName
{
background-color: #ACAA74;
}
.BgClassName
{
background-color: #ACAA74;
}
</style>
border-color css
<style>
span { border-color: #ACAA74; }
span { border-color: rgb(172,170,116); }
td.TdClassName
{
border-color: #ACAA74;
}
.TagClassName
{
border-color: #ACAA74;
}
</style>