Shades of Moss Green #AADEA4
Tints of Moss Green #AADEA4
RGB
CMYK
RGB Variations
Color information
#AADEA4 (or 0xAADEA4) is known color: Moss Green. HEX triplet: AA, DE and A4. RGB value is (170,222,164). Sum of RGB (Red+Green+Blue) = 170+222+164=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEA4 is #55215B. Grayscale: #C8C8C8. Windows color (decimal): -5579100 or 10804906. OLE color: 10804906.
HSL color Cylindrical-coordinate representation of color #AADEA4: hue angle of 113.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADEA4 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 164 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.13 |
| HSL | 113.79º | 0.47% | 0.76% | - |
| HSV(B) | 113.79º | 0.26% | 0.87% | - |
| XYZ | 49.4 | 63.47 | 44.77 | - |
| YUV | 199.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 164 | 0.23 | 0 | 0.26 | 0.13 | 113.79 | 0.47 | 0.76 |
| Hex | AA | DE | A4 | 17 | 0 | 1A | D | 72 | 2F | 4C |
| Octal | 252 | 336 | 244 | 27 | 0 | 32 | 15 | 162 | 57 | 114 |
| Binary | 10101010 | 11011110 | 10100100 | 10111 | 0 | 11010 | 1101 | 1110010 | 101111 | 1001100 |
Color Harmonies of #AADEA4
Complementary color
Monochromatic Colors of #AADEA4
Black with #AADEA4
Text Example
Text Example
White with #AADEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEA4; }
p { color: rgb(170,222,164); }
H1.HeaderClassName
{
color: #AADEA4;
}
.AnyTagClassName
{
color: #AADEA4;
}
</style>
background-color css
<style>
a { background-color: #AADEA4; }
a { background-color: rgb(170,222,164); }
div.DivClassName
{
background-color: #AADEA4;
}
.BgClassName
{
background-color: #AADEA4;
}
</style>
border-color css
<style>
span { border-color: #AADEA4; }
span { border-color: rgb(170,222,164); }
td.TdClassName
{
border-color: #AADEA4;
}
.TagClassName
{
border-color: #AADEA4;
}
</style>