Shades of Green Spring #ACB099
Tints of Green Spring #ACB099
RGB
CMYK
RGB Variations
Color information
#ACB099 (or 0xACB099) is known color: Green Spring. HEX triplet: AC, B0 and 99. RGB value is (172,176,153). Sum of RGB (Red+Green+Blue) = 172+176+153=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB099 is #534F66. Grayscale: #ACACAC. Windows color (decimal): -5459815 or 10072236. OLE color: 10072236.
HSL color Cylindrical-coordinate representation of color #ACB099: hue angle of 70.43º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB099 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 153 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.31 |
| HSL | 70.43º | 0.13% | 0.65% | - |
| HSV(B) | 70.43º | 0.13% | 0.69% | - |
| XYZ | 38.29 | 42.12 | 36.25 | - |
| YUV | 172.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 153 | 0.02 | 0 | 0.13 | 0.31 | 70.43 | 0.13 | 0.65 |
| Hex | AC | B0 | 99 | 2 | 0 | D | 1F | 46 | D | 41 |
| Octal | 254 | 260 | 231 | 2 | 0 | 15 | 37 | 106 | 15 | 101 |
| Binary | 10101100 | 10110000 | 10011001 | 10 | 0 | 1101 | 11111 | 1000110 | 1101 | 1000001 |
Color Harmonies of #ACB099
Complementary color
Monochromatic Colors of #ACB099
Black with #ACB099
Text Example
Text Example
White with #ACB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB099; }
p { color: rgb(172,176,153); }
H1.HeaderClassName
{
color: #ACB099;
}
.AnyTagClassName
{
color: #ACB099;
}
</style>
background-color css
<style>
a { background-color: #ACB099; }
a { background-color: rgb(172,176,153); }
div.DivClassName
{
background-color: #ACB099;
}
.BgClassName
{
background-color: #ACB099;
}
</style>
border-color css
<style>
span { border-color: #ACB099; }
span { border-color: rgb(172,176,153); }
td.TdClassName
{
border-color: #ACB099;
}
.TagClassName
{
border-color: #ACB099;
}
</style>