Shades of Moss Green #A1DCA1
Tints of Moss Green #A1DCA1
RGB
CMYK
RGB Variations
Color information
#A1DCA1 (or 0xA1DCA1) is known color: Moss Green. HEX triplet: A1, DC and A1. RGB value is (161,220,161). Sum of RGB (Red+Green+Blue) = 161+220+161=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCA1 is #5E235E. Grayscale: #C3C3C3. Windows color (decimal): -6169439 or 10607777. OLE color: 10607777.
HSL color Cylindrical-coordinate representation of color #A1DCA1: hue angle of 120º 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 #A1DCA1 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 161 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.14 |
| HSL | 120º | 0.46% | 0.75% | - |
| HSV(B) | 120º | 0.27% | 0.86% | - |
| XYZ | 46.72 | 61.34 | 43.09 | - |
| YUV | 195.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 161 | 0.27 | 0 | 0.27 | 0.14 | 120 | 0.46 | 0.75 |
| Hex | A1 | DC | A1 | 1B | 0 | 1B | E | 78 | 2E | 4B |
| Octal | 241 | 334 | 241 | 33 | 0 | 33 | 16 | 170 | 56 | 113 |
| Binary | 10100001 | 11011100 | 10100001 | 11011 | 0 | 11011 | 1110 | 1111000 | 101110 | 1001011 |
Color Harmonies of #A1DCA1
Complementary color
Monochromatic Colors of #A1DCA1
Black with #A1DCA1
Text Example
Text Example
White with #A1DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCA1; }
p { color: rgb(161,220,161); }
H1.HeaderClassName
{
color: #A1DCA1;
}
.AnyTagClassName
{
color: #A1DCA1;
}
</style>
background-color css
<style>
a { background-color: #A1DCA1; }
a { background-color: rgb(161,220,161); }
div.DivClassName
{
background-color: #A1DCA1;
}
.BgClassName
{
background-color: #A1DCA1;
}
</style>
border-color css
<style>
span { border-color: #A1DCA1; }
span { border-color: rgb(161,220,161); }
td.TdClassName
{
border-color: #A1DCA1;
}
.TagClassName
{
border-color: #A1DCA1;
}
</style>