Shades of Moss Green #A0DCA1
Tints of Moss Green #A0DCA1
RGB
CMYK
RGB Variations
Color information
#A0DCA1 (or 0xA0DCA1) is known color: Moss Green. HEX triplet: A0, DC and A1. RGB value is (160,220,161). Sum of RGB (Red+Green+Blue) = 160+220+161=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DCA1 is #5F235E. Grayscale: #C3C3C3. Windows color (decimal): -6234975 or 10607776. OLE color: 10607776.
HSL color Cylindrical-coordinate representation of color #A0DCA1: hue angle of 121º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCA1 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 161 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.14 |
| HSL | 121º | 0.46% | 0.75% | - |
| HSV(B) | 121º | 0.27% | 0.86% | - |
| XYZ | 46.52 | 61.23 | 43.09 | - |
| YUV | 195.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 161 | 0.27 | 0 | 0.27 | 0.14 | 121 | 0.46 | 0.75 |
| Hex | A0 | DC | A1 | 1B | 0 | 1B | E | 79 | 2E | 4B |
| Octal | 240 | 334 | 241 | 33 | 0 | 33 | 16 | 171 | 56 | 113 |
| Binary | 10100000 | 11011100 | 10100001 | 11011 | 0 | 11011 | 1110 | 1111001 | 101110 | 1001011 |
Color Harmonies of #A0DCA1
Complementary color
Monochromatic Colors of #A0DCA1
Black with #A0DCA1
Text Example
Text Example
White with #A0DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCA1; }
p { color: rgb(160,220,161); }
H1.HeaderClassName
{
color: #A0DCA1;
}
.AnyTagClassName
{
color: #A0DCA1;
}
</style>
background-color css
<style>
a { background-color: #A0DCA1; }
a { background-color: rgb(160,220,161); }
div.DivClassName
{
background-color: #A0DCA1;
}
.BgClassName
{
background-color: #A0DCA1;
}
</style>
border-color css
<style>
span { border-color: #A0DCA1; }
span { border-color: rgb(160,220,161); }
td.TdClassName
{
border-color: #A0DCA1;
}
.TagClassName
{
border-color: #A0DCA1;
}
</style>