Shades of Moss Green #AADDA2
Tints of Moss Green #AADDA2
RGB
CMYK
RGB Variations
Color information
#AADDA2 (or 0xAADDA2) is known color: Moss Green. HEX triplet: AA, DD and A2. RGB value is (170,221,162). Sum of RGB (Red+Green+Blue) = 170+221+162=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDA2 is #55225D. Grayscale: #C7C7C7. Windows color (decimal): -5579358 or 10673578. OLE color: 10673578.
HSL color Cylindrical-coordinate representation of color #AADDA2: hue angle of 111.86º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AADDA2 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 162 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.13 |
| HSL | 111.86º | 0.46% | 0.75% | - |
| HSV(B) | 111.86º | 0.27% | 0.87% | - |
| XYZ | 48.96 | 62.87 | 43.74 | - |
| YUV | 199.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 162 | 0.23 | 0 | 0.27 | 0.13 | 111.86 | 0.46 | 0.75 |
| Hex | AA | DD | A2 | 17 | 0 | 1B | D | 70 | 2E | 4B |
| Octal | 252 | 335 | 242 | 27 | 0 | 33 | 15 | 160 | 56 | 113 |
| Binary | 10101010 | 11011101 | 10100010 | 10111 | 0 | 11011 | 1101 | 1110000 | 101110 | 1001011 |
Color Harmonies of #AADDA2
Complementary color
Monochromatic Colors of #AADDA2
Black with #AADDA2
Text Example
Text Example
White with #AADDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDA2; }
p { color: rgb(170,221,162); }
H1.HeaderClassName
{
color: #AADDA2;
}
.AnyTagClassName
{
color: #AADDA2;
}
</style>
background-color css
<style>
a { background-color: #AADDA2; }
a { background-color: rgb(170,221,162); }
div.DivClassName
{
background-color: #AADDA2;
}
.BgClassName
{
background-color: #AADDA2;
}
</style>
border-color css
<style>
span { border-color: #AADDA2; }
span { border-color: rgb(170,221,162); }
td.TdClassName
{
border-color: #AADDA2;
}
.TagClassName
{
border-color: #AADDA2;
}
</style>