Shades of Moss Green #ACD2AA
Tints of Moss Green #ACD2AA
RGB
CMYK
RGB Variations
Color information
#ACD2AA (or 0xACD2AA) is known color: Moss Green. HEX triplet: AC, D2 and AA. RGB value is (172,210,170). Sum of RGB (Red+Green+Blue) = 172+210+170=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2AA is #532D55. Grayscale: #C2C2C2. Windows color (decimal): -5451094 or 11195052. OLE color: 11195052.
HSL color Cylindrical-coordinate representation of color #ACD2AA: hue angle of 117º degrees, saturation: 0.31, 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 #ACD2AA is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 170 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.18 |
| HSL | 117º | 0.31% | 0.75% | - |
| HSV(B) | 117º | 0.19% | 0.82% | - |
| XYZ | 47.32 | 57.77 | 46.69 | - |
| YUV | 194.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 170 | 0.18 | 0 | 0.19 | 0.18 | 117 | 0.31 | 0.75 |
| Hex | AC | D2 | AA | 12 | 0 | 13 | 12 | 75 | 1F | 4B |
| Octal | 254 | 322 | 252 | 22 | 0 | 23 | 22 | 165 | 37 | 113 |
| Binary | 10101100 | 11010010 | 10101010 | 10010 | 0 | 10011 | 10010 | 1110101 | 11111 | 1001011 |
Color Harmonies of #ACD2AA
Complementary color
Monochromatic Colors of #ACD2AA
Black with #ACD2AA
Text Example
Text Example
White with #ACD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2AA; }
p { color: rgb(172,210,170); }
H1.HeaderClassName
{
color: #ACD2AA;
}
.AnyTagClassName
{
color: #ACD2AA;
}
</style>
background-color css
<style>
a { background-color: #ACD2AA; }
a { background-color: rgb(172,210,170); }
div.DivClassName
{
background-color: #ACD2AA;
}
.BgClassName
{
background-color: #ACD2AA;
}
</style>
border-color css
<style>
span { border-color: #ACD2AA; }
span { border-color: rgb(172,210,170); }
td.TdClassName
{
border-color: #ACD2AA;
}
.TagClassName
{
border-color: #ACD2AA;
}
</style>