Shades of Green Spring #ACB393
Tints of Green Spring #ACB393
RGB
CMYK
RGB Variations
Color information
#ACB393 (or 0xACB393) is known color: Green Spring. HEX triplet: AC, B3 and 93. RGB value is (172,179,147). Sum of RGB (Red+Green+Blue) = 172+179+147=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB393 is #534C6C. Grayscale: #ADADAD. Windows color (decimal): -5459053 or 9679788. OLE color: 9679788.
HSL color Cylindrical-coordinate representation of color #ACB393: hue angle of 73.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB393 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 147 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.30 |
| HSL | 73.13º | 0.17% | 0.64% | - |
| HSV(B) | 73.13º | 0.18% | 0.7% | - |
| XYZ | 38.4 | 43.12 | 33.9 | - |
| YUV | 173.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 147 | 0.04 | 0 | 0.18 | 0.30 | 73.13 | 0.17 | 0.64 |
| Hex | AC | B3 | 93 | 4 | 0 | 12 | 1E | 49 | 11 | 40 |
| Octal | 254 | 263 | 223 | 4 | 0 | 22 | 36 | 111 | 21 | 100 |
| Binary | 10101100 | 10110011 | 10010011 | 100 | 0 | 10010 | 11110 | 1001001 | 10001 | 1000000 |
Color Harmonies of #ACB393
Complementary color
Monochromatic Colors of #ACB393
Black with #ACB393
Text Example
Text Example
White with #ACB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB393; }
p { color: rgb(172,179,147); }
H1.HeaderClassName
{
color: #ACB393;
}
.AnyTagClassName
{
color: #ACB393;
}
</style>
background-color css
<style>
a { background-color: #ACB393; }
a { background-color: rgb(172,179,147); }
div.DivClassName
{
background-color: #ACB393;
}
.BgClassName
{
background-color: #ACB393;
}
</style>
border-color css
<style>
span { border-color: #ACB393; }
span { border-color: rgb(172,179,147); }
td.TdClassName
{
border-color: #ACB393;
}
.TagClassName
{
border-color: #ACB393;
}
</style>