Shades of Moss Green #A8DCA1
Tints of Moss Green #A8DCA1
RGB
CMYK
RGB Variations
Color information
#A8DCA1 (or 0xA8DCA1) is known color: Moss Green. HEX triplet: A8, DC and A1. RGB value is (168,220,161). Sum of RGB (Red+Green+Blue) = 168+220+161=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCA1 is #57235E. Grayscale: #C5C5C5. Windows color (decimal): -5710687 or 10607784. OLE color: 10607784.
HSL color Cylindrical-coordinate representation of color #A8DCA1: hue angle of 112.88º 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 #A8DCA1 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 161 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.14 |
| HSL | 112.88º | 0.46% | 0.75% | - |
| HSV(B) | 112.88º | 0.27% | 0.86% | - |
| XYZ | 48.17 | 62.08 | 43.16 | - |
| YUV | 197.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 161 | 0.24 | 0 | 0.27 | 0.14 | 112.88 | 0.46 | 0.75 |
| Hex | A8 | DC | A1 | 18 | 0 | 1B | E | 71 | 2E | 4B |
| Octal | 250 | 334 | 241 | 30 | 0 | 33 | 16 | 161 | 56 | 113 |
| Binary | 10101000 | 11011100 | 10100001 | 11000 | 0 | 11011 | 1110 | 1110001 | 101110 | 1001011 |
Color Harmonies of #A8DCA1
Complementary color
Monochromatic Colors of #A8DCA1
Black with #A8DCA1
Text Example
Text Example
White with #A8DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCA1; }
p { color: rgb(168,220,161); }
H1.HeaderClassName
{
color: #A8DCA1;
}
.AnyTagClassName
{
color: #A8DCA1;
}
</style>
background-color css
<style>
a { background-color: #A8DCA1; }
a { background-color: rgb(168,220,161); }
div.DivClassName
{
background-color: #A8DCA1;
}
.BgClassName
{
background-color: #A8DCA1;
}
</style>
border-color css
<style>
span { border-color: #A8DCA1; }
span { border-color: rgb(168,220,161); }
td.TdClassName
{
border-color: #A8DCA1;
}
.TagClassName
{
border-color: #A8DCA1;
}
</style>