Shades of Green Spring #ACB39F
Tints of Green Spring #ACB39F
RGB
CMYK
RGB Variations
Color information
#ACB39F (or 0xACB39F) is known color: Green Spring. HEX triplet: AC, B3 and 9F. RGB value is (172,179,159). Sum of RGB (Red+Green+Blue) = 172+179+159=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB39F is #534C60. Grayscale: #AEAEAE. Windows color (decimal): -5459041 or 10466220. OLE color: 10466220.
HSL color Cylindrical-coordinate representation of color #ACB39F: hue angle of 81º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB39F is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 159 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.30 |
| HSL | 81º | 0.12% | 0.66% | - |
| HSV(B) | 81º | 0.11% | 0.7% | - |
| XYZ | 39.39 | 43.51 | 39.12 | - |
| YUV | 174.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 159 | 0.04 | 0 | 0.11 | 0.30 | 81 | 0.12 | 0.66 |
| Hex | AC | B3 | 9F | 4 | 0 | B | 1E | 51 | C | 42 |
| Octal | 254 | 263 | 237 | 4 | 0 | 13 | 36 | 121 | 14 | 102 |
| Binary | 10101100 | 10110011 | 10011111 | 100 | 0 | 1011 | 11110 | 1010001 | 1100 | 1000010 |
Color Harmonies of #ACB39F
Complementary color
Monochromatic Colors of #ACB39F
Black with #ACB39F
Text Example
Text Example
White with #ACB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB39F; }
p { color: rgb(172,179,159); }
H1.HeaderClassName
{
color: #ACB39F;
}
.AnyTagClassName
{
color: #ACB39F;
}
</style>
background-color css
<style>
a { background-color: #ACB39F; }
a { background-color: rgb(172,179,159); }
div.DivClassName
{
background-color: #ACB39F;
}
.BgClassName
{
background-color: #ACB39F;
}
</style>
border-color css
<style>
span { border-color: #ACB39F; }
span { border-color: rgb(172,179,159); }
td.TdClassName
{
border-color: #ACB39F;
}
.TagClassName
{
border-color: #ACB39F;
}
</style>