Shades of Green Spring #ACB595
Tints of Green Spring #ACB595
RGB
CMYK
RGB Variations
Color information
#ACB595 (or 0xACB595) is known color: Green Spring. HEX triplet: AC, B5 and 95. RGB value is (172,181,149). Sum of RGB (Red+Green+Blue) = 172+181+149=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB595 is #534A6A. Grayscale: #AEAEAE. Windows color (decimal): -5458539 or 9811372. OLE color: 9811372.
HSL color Cylindrical-coordinate representation of color #ACB595: hue angle of 76.88º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB595 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 149 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.29 |
| HSL | 76.88º | 0.18% | 0.65% | - |
| HSV(B) | 76.88º | 0.18% | 0.71% | - |
| XYZ | 38.96 | 43.99 | 34.87 | - |
| YUV | 174.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 149 | 0.05 | 0 | 0.18 | 0.29 | 76.88 | 0.18 | 0.65 |
| Hex | AC | B5 | 95 | 5 | 0 | 12 | 1D | 4D | 12 | 41 |
| Octal | 254 | 265 | 225 | 5 | 0 | 22 | 35 | 115 | 22 | 101 |
| Binary | 10101100 | 10110101 | 10010101 | 101 | 0 | 10010 | 11101 | 1001101 | 10010 | 1000001 |
Color Harmonies of #ACB595
Complementary color
Monochromatic Colors of #ACB595
Black with #ACB595
Text Example
Text Example
White with #ACB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB595; }
p { color: rgb(172,181,149); }
H1.HeaderClassName
{
color: #ACB595;
}
.AnyTagClassName
{
color: #ACB595;
}
</style>
background-color css
<style>
a { background-color: #ACB595; }
a { background-color: rgb(172,181,149); }
div.DivClassName
{
background-color: #ACB595;
}
.BgClassName
{
background-color: #ACB595;
}
</style>
border-color css
<style>
span { border-color: #ACB595; }
span { border-color: rgb(172,181,149); }
td.TdClassName
{
border-color: #ACB595;
}
.TagClassName
{
border-color: #ACB595;
}
</style>