Shades of Moss Green #A0DBA1
Tints of Moss Green #A0DBA1
RGB
CMYK
RGB Variations
Color information
#A0DBA1 (or 0xA0DBA1) is known color: Moss Green. HEX triplet: A0, DB and A1. RGB value is (160,219,161). Sum of RGB (Red+Green+Blue) = 160+219+161=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DBA1 is #5F245E. Grayscale: #C2C2C2. Windows color (decimal): -6235231 or 10607520. OLE color: 10607520.
HSL color Cylindrical-coordinate representation of color #A0DBA1: hue angle of 121.02º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBA1 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 161 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.14 |
| HSL | 121.02º | 0.45% | 0.74% | - |
| HSV(B) | 121.02º | 0.27% | 0.86% | - |
| XYZ | 46.26 | 60.71 | 43 | - |
| YUV | 194.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 161 | 0.27 | 0 | 0.26 | 0.14 | 121.02 | 0.45 | 0.74 |
| Hex | A0 | DB | A1 | 1B | 0 | 1A | E | 79 | 2D | 4A |
| Octal | 240 | 333 | 241 | 33 | 0 | 32 | 16 | 171 | 55 | 112 |
| Binary | 10100000 | 11011011 | 10100001 | 11011 | 0 | 11010 | 1110 | 1111001 | 101101 | 1001010 |
Color Harmonies of #A0DBA1
Complementary color
Monochromatic Colors of #A0DBA1
Black with #A0DBA1
Text Example
Text Example
White with #A0DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBA1; }
p { color: rgb(160,219,161); }
H1.HeaderClassName
{
color: #A0DBA1;
}
.AnyTagClassName
{
color: #A0DBA1;
}
</style>
background-color css
<style>
a { background-color: #A0DBA1; }
a { background-color: rgb(160,219,161); }
div.DivClassName
{
background-color: #A0DBA1;
}
.BgClassName
{
background-color: #A0DBA1;
}
</style>
border-color css
<style>
span { border-color: #A0DBA1; }
span { border-color: rgb(160,219,161); }
td.TdClassName
{
border-color: #A0DBA1;
}
.TagClassName
{
border-color: #A0DBA1;
}
</style>