Shades of Moss Green #A0DEA1
Tints of Moss Green #A0DEA1
RGB
CMYK
RGB Variations
Color information
#A0DEA1 (or 0xA0DEA1) is known color: Moss Green. HEX triplet: A0, DE and A1. RGB value is (160,222,161). Sum of RGB (Red+Green+Blue) = 160+222+161=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DEA1 is #5F215E. Grayscale: #C4C4C4. Windows color (decimal): -6234463 or 10608288. OLE color: 10608288.
HSL color Cylindrical-coordinate representation of color #A0DEA1: hue angle of 120.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DEA1 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 161 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.13 |
| HSL | 120.97º | 0.48% | 0.75% | - |
| HSV(B) | 120.97º | 0.28% | 0.87% | - |
| XYZ | 47.05 | 62.29 | 43.26 | - |
| YUV | 196.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 161 | 0.28 | 0 | 0.27 | 0.13 | 120.97 | 0.48 | 0.75 |
| Hex | A0 | DE | A1 | 1C | 0 | 1B | D | 79 | 30 | 4B |
| Octal | 240 | 336 | 241 | 34 | 0 | 33 | 15 | 171 | 60 | 113 |
| Binary | 10100000 | 11011110 | 10100001 | 11100 | 0 | 11011 | 1101 | 1111001 | 110000 | 1001011 |
Color Harmonies of #A0DEA1
Complementary color
Monochromatic Colors of #A0DEA1
Black with #A0DEA1
Text Example
Text Example
White with #A0DEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEA1; }
p { color: rgb(160,222,161); }
H1.HeaderClassName
{
color: #A0DEA1;
}
.AnyTagClassName
{
color: #A0DEA1;
}
</style>
background-color css
<style>
a { background-color: #A0DEA1; }
a { background-color: rgb(160,222,161); }
div.DivClassName
{
background-color: #A0DEA1;
}
.BgClassName
{
background-color: #A0DEA1;
}
</style>
border-color css
<style>
span { border-color: #A0DEA1; }
span { border-color: rgb(160,222,161); }
td.TdClassName
{
border-color: #A0DEA1;
}
.TagClassName
{
border-color: #A0DEA1;
}
</style>