Shades of Moss Green #A8D5A1
Tints of Moss Green #A8D5A1
RGB
CMYK
RGB Variations
Color information
#A8D5A1 (or 0xA8D5A1) is known color: Moss Green. HEX triplet: A8, D5 and A1. RGB value is (168,213,161). Sum of RGB (Red+Green+Blue) = 168+213+161=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5A1 is #572A5E. Grayscale: #C1C1C1. Windows color (decimal): -5712479 or 10605992. OLE color: 10605992.
HSL color Cylindrical-coordinate representation of color #A8D5A1: hue angle of 111.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D5A1 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 161 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.16 |
| HSL | 111.92º | 0.38% | 0.73% | - |
| HSV(B) | 111.92º | 0.24% | 0.84% | - |
| XYZ | 46.38 | 58.49 | 42.56 | - |
| YUV | 193.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 161 | 0.21 | 0 | 0.24 | 0.16 | 111.92 | 0.38 | 0.73 |
| Hex | A8 | D5 | A1 | 15 | 0 | 18 | 10 | 70 | 26 | 49 |
| Octal | 250 | 325 | 241 | 25 | 0 | 30 | 20 | 160 | 46 | 111 |
| Binary | 10101000 | 11010101 | 10100001 | 10101 | 0 | 11000 | 10000 | 1110000 | 100110 | 1001001 |
Color Harmonies of #A8D5A1
Complementary color
Monochromatic Colors of #A8D5A1
Black with #A8D5A1
Text Example
Text Example
White with #A8D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5A1; }
p { color: rgb(168,213,161); }
H1.HeaderClassName
{
color: #A8D5A1;
}
.AnyTagClassName
{
color: #A8D5A1;
}
</style>
background-color css
<style>
a { background-color: #A8D5A1; }
a { background-color: rgb(168,213,161); }
div.DivClassName
{
background-color: #A8D5A1;
}
.BgClassName
{
background-color: #A8D5A1;
}
</style>
border-color css
<style>
span { border-color: #A8D5A1; }
span { border-color: rgb(168,213,161); }
td.TdClassName
{
border-color: #A8D5A1;
}
.TagClassName
{
border-color: #A8D5A1;
}
</style>