Shades of Moss Green #A8D8A1
Tints of Moss Green #A8D8A1
RGB
CMYK
RGB Variations
Color information
#A8D8A1 (or 0xA8D8A1) is known color: Moss Green. HEX triplet: A8, D8 and A1. RGB value is (168,216,161). Sum of RGB (Red+Green+Blue) = 168+216+161=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D8A1 is #57275E. Grayscale: #C3C3C3. Windows color (decimal): -5711711 or 10606760. OLE color: 10606760.
HSL color Cylindrical-coordinate representation of color #A8D8A1: hue angle of 112.36º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8D8A1 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 161 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.15 |
| HSL | 112.36º | 0.41% | 0.74% | - |
| HSV(B) | 112.36º | 0.25% | 0.85% | - |
| XYZ | 47.14 | 60.01 | 42.82 | - |
| YUV | 195.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 161 | 0.22 | 0 | 0.25 | 0.15 | 112.36 | 0.41 | 0.74 |
| Hex | A8 | D8 | A1 | 16 | 0 | 19 | F | 70 | 29 | 4A |
| Octal | 250 | 330 | 241 | 26 | 0 | 31 | 17 | 160 | 51 | 112 |
| Binary | 10101000 | 11011000 | 10100001 | 10110 | 0 | 11001 | 1111 | 1110000 | 101001 | 1001010 |
Color Harmonies of #A8D8A1
Complementary color
Monochromatic Colors of #A8D8A1
Black with #A8D8A1
Text Example
Text Example
White with #A8D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8A1; }
p { color: rgb(168,216,161); }
H1.HeaderClassName
{
color: #A8D8A1;
}
.AnyTagClassName
{
color: #A8D8A1;
}
</style>
background-color css
<style>
a { background-color: #A8D8A1; }
a { background-color: rgb(168,216,161); }
div.DivClassName
{
background-color: #A8D8A1;
}
.BgClassName
{
background-color: #A8D8A1;
}
</style>
border-color css
<style>
span { border-color: #A8D8A1; }
span { border-color: rgb(168,216,161); }
td.TdClassName
{
border-color: #A8D8A1;
}
.TagClassName
{
border-color: #A8D8A1;
}
</style>