Shades of Moss Green #ACD2AB
Tints of Moss Green #ACD2AB
RGB
CMYK
RGB Variations
Color information
#ACD2AB (or 0xACD2AB) is known color: Moss Green. HEX triplet: AC, D2 and AB. RGB value is (172,210,171). Sum of RGB (Red+Green+Blue) = 172+210+171=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2AB is #532D54. Grayscale: #C2C2C2. Windows color (decimal): -5451093 or 11260588. OLE color: 11260588.
HSL color Cylindrical-coordinate representation of color #ACD2AB: hue angle of 118.46º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD2AB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 171 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.18 |
| HSL | 118.46º | 0.3% | 0.75% | - |
| HSV(B) | 118.46º | 0.19% | 0.82% | - |
| XYZ | 47.41 | 57.8 | 47.19 | - |
| YUV | 194.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 171 | 0.18 | 0 | 0.19 | 0.18 | 118.46 | 0.3 | 0.75 |
| Hex | AC | D2 | AB | 12 | 0 | 13 | 12 | 76 | 1E | 4B |
| Octal | 254 | 322 | 253 | 22 | 0 | 23 | 22 | 166 | 36 | 113 |
| Binary | 10101100 | 11010010 | 10101011 | 10010 | 0 | 10011 | 10010 | 1110110 | 11110 | 1001011 |
Color Harmonies of #ACD2AB
Complementary color
Monochromatic Colors of #ACD2AB
Black with #ACD2AB
Text Example
Text Example
White with #ACD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2AB; }
p { color: rgb(172,210,171); }
H1.HeaderClassName
{
color: #ACD2AB;
}
.AnyTagClassName
{
color: #ACD2AB;
}
</style>
background-color css
<style>
a { background-color: #ACD2AB; }
a { background-color: rgb(172,210,171); }
div.DivClassName
{
background-color: #ACD2AB;
}
.BgClassName
{
background-color: #ACD2AB;
}
</style>
border-color css
<style>
span { border-color: #ACD2AB; }
span { border-color: rgb(172,210,171); }
td.TdClassName
{
border-color: #ACD2AB;
}
.TagClassName
{
border-color: #ACD2AB;
}
</style>