Shades of Moss Green #A6DDA4
Tints of Moss Green #A6DDA4
RGB
CMYK
RGB Variations
Color information
#A6DDA4 (or 0xA6DDA4) is known color: Moss Green. HEX triplet: A6, DD and A4. RGB value is (166,221,164). Sum of RGB (Red+Green+Blue) = 166+221+164=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DDA4 is #59225B. Grayscale: #C6C6C6. Windows color (decimal): -5841500 or 10804646. OLE color: 10804646.
HSL color Cylindrical-coordinate representation of color #A6DDA4: hue angle of 117.89º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DDA4 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 164 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.13 |
| HSL | 117.89º | 0.46% | 0.75% | - |
| HSV(B) | 117.89º | 0.26% | 0.87% | - |
| XYZ | 48.28 | 62.5 | 44.64 | - |
| YUV | 198.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 164 | 0.25 | 0 | 0.26 | 0.13 | 117.89 | 0.46 | 0.75 |
| Hex | A6 | DD | A4 | 19 | 0 | 1A | D | 76 | 2E | 4B |
| Octal | 246 | 335 | 244 | 31 | 0 | 32 | 15 | 166 | 56 | 113 |
| Binary | 10100110 | 11011101 | 10100100 | 11001 | 0 | 11010 | 1101 | 1110110 | 101110 | 1001011 |
Color Harmonies of #A6DDA4
Complementary color
Monochromatic Colors of #A6DDA4
Black with #A6DDA4
Text Example
Text Example
White with #A6DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDA4; }
p { color: rgb(166,221,164); }
H1.HeaderClassName
{
color: #A6DDA4;
}
.AnyTagClassName
{
color: #A6DDA4;
}
</style>
background-color css
<style>
a { background-color: #A6DDA4; }
a { background-color: rgb(166,221,164); }
div.DivClassName
{
background-color: #A6DDA4;
}
.BgClassName
{
background-color: #A6DDA4;
}
</style>
border-color css
<style>
span { border-color: #A6DDA4; }
span { border-color: rgb(166,221,164); }
td.TdClassName
{
border-color: #A6DDA4;
}
.TagClassName
{
border-color: #A6DDA4;
}
</style>