Shades of Moss Green #AADDAC
Tints of Moss Green #AADDAC
RGB
CMYK
RGB Variations
Color information
#AADDAC (or 0xAADDAC) is known color: Moss Green. HEX triplet: AA, DD and AC. RGB value is (170,221,172). Sum of RGB (Red+Green+Blue) = 170+221+172=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDAC is #552253. Grayscale: #C8C8C8. Windows color (decimal): -5579348 or 11328938. OLE color: 11328938.
HSL color Cylindrical-coordinate representation of color #AADDAC: hue angle of 122.35º 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 #AADDAC is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 172 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.13 |
| HSL | 122.35º | 0.43% | 0.77% | - |
| HSV(B) | 122.35º | 0.23% | 0.87% | - |
| XYZ | 49.88 | 63.24 | 48.61 | - |
| YUV | 200.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 172 | 0.23 | 0 | 0.22 | 0.13 | 122.35 | 0.43 | 0.77 |
| Hex | AA | DD | AC | 17 | 0 | 16 | D | 7A | 2B | 4D |
| Octal | 252 | 335 | 254 | 27 | 0 | 26 | 15 | 172 | 53 | 115 |
| Binary | 10101010 | 11011101 | 10101100 | 10111 | 0 | 10110 | 1101 | 1111010 | 101011 | 1001101 |
Color Harmonies of #AADDAC
Complementary color
Monochromatic Colors of #AADDAC
Black with #AADDAC
Text Example
Text Example
White with #AADDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDAC; }
p { color: rgb(170,221,172); }
H1.HeaderClassName
{
color: #AADDAC;
}
.AnyTagClassName
{
color: #AADDAC;
}
</style>
background-color css
<style>
a { background-color: #AADDAC; }
a { background-color: rgb(170,221,172); }
div.DivClassName
{
background-color: #AADDAC;
}
.BgClassName
{
background-color: #AADDAC;
}
</style>
border-color css
<style>
span { border-color: #AADDAC; }
span { border-color: rgb(170,221,172); }
td.TdClassName
{
border-color: #AADDAC;
}
.TagClassName
{
border-color: #AADDAC;
}
</style>