Shades of Green Spring #ACB098
Tints of Green Spring #ACB098
RGB
CMYK
RGB Variations
Color information
#ACB098 (or 0xACB098) is known color: Green Spring. HEX triplet: AC, B0 and 98. RGB value is (172,176,152). Sum of RGB (Red+Green+Blue) = 172+176+152=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB098 is #534F67. Grayscale: #ACACAC. Windows color (decimal): -5459816 or 10006700. OLE color: 10006700.
HSL color Cylindrical-coordinate representation of color #ACB098: hue angle of 70º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACB098 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 152 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.31 |
| HSL | 70º | 0.13% | 0.64% | - |
| HSV(B) | 70º | 0.14% | 0.69% | - |
| XYZ | 38.21 | 42.09 | 35.82 | - |
| YUV | 172.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 152 | 0.02 | 0 | 0.14 | 0.31 | 70 | 0.13 | 0.64 |
| Hex | AC | B0 | 98 | 2 | 0 | E | 1F | 46 | D | 40 |
| Octal | 254 | 260 | 230 | 2 | 0 | 16 | 37 | 106 | 15 | 100 |
| Binary | 10101100 | 10110000 | 10011000 | 10 | 0 | 1110 | 11111 | 1000110 | 1101 | 1000000 |
Color Harmonies of #ACB098
Complementary color
Monochromatic Colors of #ACB098
Black with #ACB098
Text Example
Text Example
White with #ACB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB098; }
p { color: rgb(172,176,152); }
H1.HeaderClassName
{
color: #ACB098;
}
.AnyTagClassName
{
color: #ACB098;
}
</style>
background-color css
<style>
a { background-color: #ACB098; }
a { background-color: rgb(172,176,152); }
div.DivClassName
{
background-color: #ACB098;
}
.BgClassName
{
background-color: #ACB098;
}
</style>
border-color css
<style>
span { border-color: #ACB098; }
span { border-color: rgb(172,176,152); }
td.TdClassName
{
border-color: #ACB098;
}
.TagClassName
{
border-color: #ACB098;
}
</style>