Shades of Green Spring #ACB39E
Tints of Green Spring #ACB39E
RGB
CMYK
RGB Variations
Color information
#ACB39E (or 0xACB39E) is known color: Green Spring. HEX triplet: AC, B3 and 9E. RGB value is (172,179,158). Sum of RGB (Red+Green+Blue) = 172+179+158=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB39E is #534C61. Grayscale: #AEAEAE. Windows color (decimal): -5459042 or 10400684. OLE color: 10400684.
HSL color Cylindrical-coordinate representation of color #ACB39E: hue angle of 80º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB39E is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 158 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.30 |
| HSL | 80º | 0.12% | 0.66% | - |
| HSV(B) | 80º | 0.12% | 0.7% | - |
| XYZ | 39.3 | 43.48 | 38.67 | - |
| YUV | 174.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 158 | 0.04 | 0 | 0.12 | 0.30 | 80 | 0.12 | 0.66 |
| Hex | AC | B3 | 9E | 4 | 0 | C | 1E | 50 | C | 42 |
| Octal | 254 | 263 | 236 | 4 | 0 | 14 | 36 | 120 | 14 | 102 |
| Binary | 10101100 | 10110011 | 10011110 | 100 | 0 | 1100 | 11110 | 1010000 | 1100 | 1000010 |
Color Harmonies of #ACB39E
Complementary color
Monochromatic Colors of #ACB39E
Black with #ACB39E
Text Example
Text Example
White with #ACB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB39E; }
p { color: rgb(172,179,158); }
H1.HeaderClassName
{
color: #ACB39E;
}
.AnyTagClassName
{
color: #ACB39E;
}
</style>
background-color css
<style>
a { background-color: #ACB39E; }
a { background-color: rgb(172,179,158); }
div.DivClassName
{
background-color: #ACB39E;
}
.BgClassName
{
background-color: #ACB39E;
}
</style>
border-color css
<style>
span { border-color: #ACB39E; }
span { border-color: rgb(172,179,158); }
td.TdClassName
{
border-color: #ACB39E;
}
.TagClassName
{
border-color: #ACB39E;
}
</style>