Shades of Moss Green #ACDDAA
Tints of Moss Green #ACDDAA
RGB
CMYK
RGB Variations
Color information
#ACDDAA (or 0xACDDAA) is known color: Moss Green. HEX triplet: AC, DD and AA. RGB value is (172,221,170). Sum of RGB (Red+Green+Blue) = 172+221+170=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDAA is #532255. Grayscale: #C8C8C8. Windows color (decimal): -5448278 or 11197868. OLE color: 11197868.
HSL color Cylindrical-coordinate representation of color #ACDDAA: hue angle of 117.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDDAA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 170 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.13 |
| HSL | 117.65º | 0.43% | 0.77% | - |
| HSV(B) | 117.65º | 0.23% | 0.87% | - |
| XYZ | 50.13 | 63.39 | 47.62 | - |
| YUV | 200.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 170 | 0.22 | 0 | 0.23 | 0.13 | 117.65 | 0.43 | 0.77 |
| Hex | AC | DD | AA | 16 | 0 | 17 | D | 76 | 2B | 4D |
| Octal | 254 | 335 | 252 | 26 | 0 | 27 | 15 | 166 | 53 | 115 |
| Binary | 10101100 | 11011101 | 10101010 | 10110 | 0 | 10111 | 1101 | 1110110 | 101011 | 1001101 |
Color Harmonies of #ACDDAA
Complementary color
Monochromatic Colors of #ACDDAA
Black with #ACDDAA
Text Example
Text Example
White with #ACDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDAA; }
p { color: rgb(172,221,170); }
H1.HeaderClassName
{
color: #ACDDAA;
}
.AnyTagClassName
{
color: #ACDDAA;
}
</style>
background-color css
<style>
a { background-color: #ACDDAA; }
a { background-color: rgb(172,221,170); }
div.DivClassName
{
background-color: #ACDDAA;
}
.BgClassName
{
background-color: #ACDDAA;
}
</style>
border-color css
<style>
span { border-color: #ACDDAA; }
span { border-color: rgb(172,221,170); }
td.TdClassName
{
border-color: #ACDDAA;
}
.TagClassName
{
border-color: #ACDDAA;
}
</style>