Shades of Moss Green #AAEDA1
Tints of Moss Green #AAEDA1
RGB
CMYK
RGB Variations
Color information
#AAEDA1 (or 0xAAEDA1) is known color: Moss Green. HEX triplet: AA, ED and A1. RGB value is (170,237,161). Sum of RGB (Red+Green+Blue) = 170+237+161=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA1 is #55125E. Grayscale: #D0D0D0. Windows color (decimal): -5575263 or 10612138. OLE color: 10612138.
HSL color Cylindrical-coordinate representation of color #AAEDA1: hue angle of 112.89º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEDA1 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 161 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.07 |
| HSL | 112.89º | 0.68% | 0.78% | - |
| HSV(B) | 112.89º | 0.32% | 0.93% | - |
| XYZ | 53.29 | 71.69 | 44.75 | - |
| YUV | 208.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 161 | 0.28 | 0 | 0.32 | 0.07 | 112.89 | 0.68 | 0.78 |
| Hex | AA | ED | A1 | 1C | 0 | 20 | 7 | 71 | 44 | 4E |
| Octal | 252 | 355 | 241 | 34 | 0 | 40 | 7 | 161 | 104 | 116 |
| Binary | 10101010 | 11101101 | 10100001 | 11100 | 0 | 100000 | 111 | 1110001 | 1000100 | 1001110 |
Color Harmonies of #AAEDA1
Complementary color
Monochromatic Colors of #AAEDA1
Black with #AAEDA1
Text Example
Text Example
White with #AAEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDA1; }
p { color: rgb(170,237,161); }
H1.HeaderClassName
{
color: #AAEDA1;
}
.AnyTagClassName
{
color: #AAEDA1;
}
</style>
background-color css
<style>
a { background-color: #AAEDA1; }
a { background-color: rgb(170,237,161); }
div.DivClassName
{
background-color: #AAEDA1;
}
.BgClassName
{
background-color: #AAEDA1;
}
</style>
border-color css
<style>
span { border-color: #AAEDA1; }
span { border-color: rgb(170,237,161); }
td.TdClassName
{
border-color: #AAEDA1;
}
.TagClassName
{
border-color: #AAEDA1;
}
</style>