Shades of Neutral Green #ACAA73
Tints of Neutral Green #ACAA73
RGB
CMYK
RGB Variations
Color information
#ACAA73 (or 0xACAA73) is known color: Neutral Green. HEX triplet: AC, AA and 73. RGB value is (172,170,115). Sum of RGB (Red+Green+Blue) = 172+170+115=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA73 is #53558C. Grayscale: #A4A4A4. Windows color (decimal): -5461389 or 7580332. OLE color: 7580332.
HSL color Cylindrical-coordinate representation of color #ACAA73: hue angle of 57.89º degrees, saturation: 0.26, 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 #ACAA73 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 115 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.33 |
| HSL | 57.89º | 0.26% | 0.56% | - |
| HSV(B) | 57.89º | 0.33% | 0.67% | - |
| XYZ | 34.48 | 38.76 | 21.88 | - |
| YUV | 164.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 115 | 0 | 0.01 | 0.33 | 0.33 | 57.89 | 0.26 | 0.56 |
| Hex | AC | AA | 73 | 0 | 1 | 21 | 21 | 3A | 1A | 38 |
| Octal | 254 | 252 | 163 | 0 | 1 | 41 | 41 | 72 | 32 | 70 |
| Binary | 10101100 | 10101010 | 1110011 | 0 | 1 | 100001 | 100001 | 111010 | 11010 | 111000 |
Color Harmonies of #ACAA73
Complementary color
Monochromatic Colors of #ACAA73
Black with #ACAA73
Text Example
Text Example
White with #ACAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA73; }
p { color: rgb(172,170,115); }
H1.HeaderClassName
{
color: #ACAA73;
}
.AnyTagClassName
{
color: #ACAA73;
}
</style>
background-color css
<style>
a { background-color: #ACAA73; }
a { background-color: rgb(172,170,115); }
div.DivClassName
{
background-color: #ACAA73;
}
.BgClassName
{
background-color: #ACAA73;
}
</style>
border-color css
<style>
span { border-color: #ACAA73; }
span { border-color: rgb(172,170,115); }
td.TdClassName
{
border-color: #ACAA73;
}
.TagClassName
{
border-color: #ACAA73;
}
</style>