Shades of Moss Green #A6DAA1
Tints of Moss Green #A6DAA1
RGB
CMYK
RGB Variations
Color information
#A6DAA1 (or 0xA6DAA1) is known color: Moss Green. HEX triplet: A6, DA and A1. RGB value is (166,218,161). Sum of RGB (Red+Green+Blue) = 166+218+161=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DAA1 is #59255E. Grayscale: #C4C4C4. Windows color (decimal): -5842271 or 10607270. OLE color: 10607270.
HSL color Cylindrical-coordinate representation of color #A6DAA1: hue angle of 114.74º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DAA1 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 161 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.15 |
| HSL | 114.74º | 0.44% | 0.74% | - |
| HSV(B) | 114.74º | 0.26% | 0.85% | - |
| XYZ | 47.23 | 60.82 | 42.97 | - |
| YUV | 195.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 161 | 0.24 | 0 | 0.26 | 0.15 | 114.74 | 0.44 | 0.74 |
| Hex | A6 | DA | A1 | 18 | 0 | 1A | F | 73 | 2C | 4A |
| Octal | 246 | 332 | 241 | 30 | 0 | 32 | 17 | 163 | 54 | 112 |
| Binary | 10100110 | 11011010 | 10100001 | 11000 | 0 | 11010 | 1111 | 1110011 | 101100 | 1001010 |
Color Harmonies of #A6DAA1
Complementary color
Monochromatic Colors of #A6DAA1
Black with #A6DAA1
Text Example
Text Example
White with #A6DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAA1; }
p { color: rgb(166,218,161); }
H1.HeaderClassName
{
color: #A6DAA1;
}
.AnyTagClassName
{
color: #A6DAA1;
}
</style>
background-color css
<style>
a { background-color: #A6DAA1; }
a { background-color: rgb(166,218,161); }
div.DivClassName
{
background-color: #A6DAA1;
}
.BgClassName
{
background-color: #A6DAA1;
}
</style>
border-color css
<style>
span { border-color: #A6DAA1; }
span { border-color: rgb(166,218,161); }
td.TdClassName
{
border-color: #A6DAA1;
}
.TagClassName
{
border-color: #A6DAA1;
}
</style>