Shades of Moss Green #A0DAA1
Tints of Moss Green #A0DAA1
RGB
CMYK
RGB Variations
Color information
#A0DAA1 (or 0xA0DAA1) is known color: Moss Green. HEX triplet: A0, DA and A1. RGB value is (160,218,161). Sum of RGB (Red+Green+Blue) = 160+218+161=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DAA1 is #5F255E. Grayscale: #C2C2C2. Windows color (decimal): -6235487 or 10607264. OLE color: 10607264.
HSL color Cylindrical-coordinate representation of color #A0DAA1: hue angle of 121.03º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAA1 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 161 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.15 |
| HSL | 121.03º | 0.44% | 0.74% | - |
| HSV(B) | 121.03º | 0.27% | 0.85% | - |
| XYZ | 46 | 60.19 | 42.91 | - |
| YUV | 194.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 161 | 0.27 | 0 | 0.26 | 0.15 | 121.03 | 0.44 | 0.74 |
| Hex | A0 | DA | A1 | 1B | 0 | 1A | F | 79 | 2C | 4A |
| Octal | 240 | 332 | 241 | 33 | 0 | 32 | 17 | 171 | 54 | 112 |
| Binary | 10100000 | 11011010 | 10100001 | 11011 | 0 | 11010 | 1111 | 1111001 | 101100 | 1001010 |
Color Harmonies of #A0DAA1
Complementary color
Monochromatic Colors of #A0DAA1
Black with #A0DAA1
Text Example
Text Example
White with #A0DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAA1; }
p { color: rgb(160,218,161); }
H1.HeaderClassName
{
color: #A0DAA1;
}
.AnyTagClassName
{
color: #A0DAA1;
}
</style>
background-color css
<style>
a { background-color: #A0DAA1; }
a { background-color: rgb(160,218,161); }
div.DivClassName
{
background-color: #A0DAA1;
}
.BgClassName
{
background-color: #A0DAA1;
}
</style>
border-color css
<style>
span { border-color: #A0DAA1; }
span { border-color: rgb(160,218,161); }
td.TdClassName
{
border-color: #A0DAA1;
}
.TagClassName
{
border-color: #A0DAA1;
}
</style>