Shades of Moss Green #A6D0A4
Tints of Moss Green #A6D0A4
RGB
CMYK
RGB Variations
Color information
#A6D0A4 (or 0xA6D0A4) is known color: Moss Green. HEX triplet: A6, D0 and A4. RGB value is (166,208,164). Sum of RGB (Red+Green+Blue) = 166+208+164=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D0A4 is #592F5B. Grayscale: #BEBEBE. Windows color (decimal): -5844828 or 10801318. OLE color: 10801318.
HSL color Cylindrical-coordinate representation of color #A6D0A4: hue angle of 117.27º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D0A4 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 164 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.18 |
| HSL | 117.27º | 0.32% | 0.73% | - |
| HSV(B) | 117.27º | 0.21% | 0.82% | - |
| XYZ | 44.98 | 55.9 | 43.54 | - |
| YUV | 190.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 164 | 0.20 | 0 | 0.21 | 0.18 | 117.27 | 0.32 | 0.73 |
| Hex | A6 | D0 | A4 | 14 | 0 | 15 | 12 | 75 | 20 | 49 |
| Octal | 246 | 320 | 244 | 24 | 0 | 25 | 22 | 165 | 40 | 111 |
| Binary | 10100110 | 11010000 | 10100100 | 10100 | 0 | 10101 | 10010 | 1110101 | 100000 | 1001001 |
Color Harmonies of #A6D0A4
Complementary color
Monochromatic Colors of #A6D0A4
Black with #A6D0A4
Text Example
Text Example
White with #A6D0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D0A4; }
p { color: rgb(166,208,164); }
H1.HeaderClassName
{
color: #A6D0A4;
}
.AnyTagClassName
{
color: #A6D0A4;
}
</style>
background-color css
<style>
a { background-color: #A6D0A4; }
a { background-color: rgb(166,208,164); }
div.DivClassName
{
background-color: #A6D0A4;
}
.BgClassName
{
background-color: #A6D0A4;
}
</style>
border-color css
<style>
span { border-color: #A6D0A4; }
span { border-color: rgb(166,208,164); }
td.TdClassName
{
border-color: #A6D0A4;
}
.TagClassName
{
border-color: #A6D0A4;
}
</style>