Shades of Moss Green #A6D3A1
Tints of Moss Green #A6D3A1
RGB
CMYK
RGB Variations
Color information
#A6D3A1 (or 0xA6D3A1) is known color: Moss Green. HEX triplet: A6, D3 and A1. RGB value is (166,211,161). Sum of RGB (Red+Green+Blue) = 166+211+161=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D3A1 is #592C5E. Grayscale: #C0C0C0. Windows color (decimal): -5844063 or 10605478. OLE color: 10605478.
HSL color Cylindrical-coordinate representation of color #A6D3A1: hue angle of 114º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D3A1 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 161 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.17 |
| HSL | 114º | 0.36% | 0.73% | - |
| HSV(B) | 114º | 0.24% | 0.83% | - |
| XYZ | 45.45 | 57.27 | 42.38 | - |
| YUV | 191.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 161 | 0.21 | 0 | 0.24 | 0.17 | 114 | 0.36 | 0.73 |
| Hex | A6 | D3 | A1 | 15 | 0 | 18 | 11 | 72 | 24 | 49 |
| Octal | 246 | 323 | 241 | 25 | 0 | 30 | 21 | 162 | 44 | 111 |
| Binary | 10100110 | 11010011 | 10100001 | 10101 | 0 | 11000 | 10001 | 1110010 | 100100 | 1001001 |
Color Harmonies of #A6D3A1
Complementary color
Monochromatic Colors of #A6D3A1
Black with #A6D3A1
Text Example
Text Example
White with #A6D3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D3A1; }
p { color: rgb(166,211,161); }
H1.HeaderClassName
{
color: #A6D3A1;
}
.AnyTagClassName
{
color: #A6D3A1;
}
</style>
background-color css
<style>
a { background-color: #A6D3A1; }
a { background-color: rgb(166,211,161); }
div.DivClassName
{
background-color: #A6D3A1;
}
.BgClassName
{
background-color: #A6D3A1;
}
</style>
border-color css
<style>
span { border-color: #A6D3A1; }
span { border-color: rgb(166,211,161); }
td.TdClassName
{
border-color: #A6D3A1;
}
.TagClassName
{
border-color: #A6D3A1;
}
</style>