Shades of Moss Green #AADEAA
Tints of Moss Green #AADEAA
RGB
CMYK
RGB Variations
Color information
#AADEAA (or 0xAADEAA) is known color: Moss Green. HEX triplet: AA, DE and AA. RGB value is (170,222,170). Sum of RGB (Red+Green+Blue) = 170+222+170=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEAA is #552155. Grayscale: #C8C8C8. Windows color (decimal): -5579094 or 11198122. OLE color: 11198122.
HSL color Cylindrical-coordinate representation of color #AADEAA: hue angle of 120º degrees, saturation: 0.44, 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 #AADEAA is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 170 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.13 |
| HSL | 120º | 0.44% | 0.77% | - |
| HSV(B) | 120º | 0.23% | 0.87% | - |
| XYZ | 49.95 | 63.69 | 47.69 | - |
| YUV | 200.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 170 | 0.23 | 0 | 0.23 | 0.13 | 120 | 0.44 | 0.77 |
| Hex | AA | DE | AA | 17 | 0 | 17 | D | 78 | 2C | 4D |
| Octal | 252 | 336 | 252 | 27 | 0 | 27 | 15 | 170 | 54 | 115 |
| Binary | 10101010 | 11011110 | 10101010 | 10111 | 0 | 10111 | 1101 | 1111000 | 101100 | 1001101 |
Color Harmonies of #AADEAA
Complementary color
Monochromatic Colors of #AADEAA
Black with #AADEAA
Text Example
Text Example
White with #AADEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEAA; }
p { color: rgb(170,222,170); }
H1.HeaderClassName
{
color: #AADEAA;
}
.AnyTagClassName
{
color: #AADEAA;
}
</style>
background-color css
<style>
a { background-color: #AADEAA; }
a { background-color: rgb(170,222,170); }
div.DivClassName
{
background-color: #AADEAA;
}
.BgClassName
{
background-color: #AADEAA;
}
</style>
border-color css
<style>
span { border-color: #AADEAA; }
span { border-color: rgb(170,222,170); }
td.TdClassName
{
border-color: #AADEAA;
}
.TagClassName
{
border-color: #AADEAA;
}
</style>