Shades of Moss Green #A6D4A8
Tints of Moss Green #A6D4A8
RGB
CMYK
RGB Variations
Color information
#A6D4A8 (or 0xA6D4A8) is known color: Moss Green. HEX triplet: A6, D4 and A8. RGB value is (166,212,168). Sum of RGB (Red+Green+Blue) = 166+212+168=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D4A8 is #592B57. Grayscale: #C1C1C1. Windows color (decimal): -5843800 or 11064486. OLE color: 11064486.
HSL color Cylindrical-coordinate representation of color #A6D4A8: hue angle of 122.61º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4A8 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 168 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.17 |
| HSL | 122.61º | 0.35% | 0.74% | - |
| HSV(B) | 122.61º | 0.22% | 0.83% | - |
| XYZ | 46.34 | 58.02 | 45.8 | - |
| YUV | 193.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 168 | 0.22 | 0 | 0.21 | 0.17 | 122.61 | 0.35 | 0.74 |
| Hex | A6 | D4 | A8 | 16 | 0 | 15 | 11 | 7B | 23 | 4A |
| Octal | 246 | 324 | 250 | 26 | 0 | 25 | 21 | 173 | 43 | 112 |
| Binary | 10100110 | 11010100 | 10101000 | 10110 | 0 | 10101 | 10001 | 1111011 | 100011 | 1001010 |
Color Harmonies of #A6D4A8
Complementary color
Monochromatic Colors of #A6D4A8
Black with #A6D4A8
Text Example
Text Example
White with #A6D4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D4A8; }
p { color: rgb(166,212,168); }
H1.HeaderClassName
{
color: #A6D4A8;
}
.AnyTagClassName
{
color: #A6D4A8;
}
</style>
background-color css
<style>
a { background-color: #A6D4A8; }
a { background-color: rgb(166,212,168); }
div.DivClassName
{
background-color: #A6D4A8;
}
.BgClassName
{
background-color: #A6D4A8;
}
</style>
border-color css
<style>
span { border-color: #A6D4A8; }
span { border-color: rgb(166,212,168); }
td.TdClassName
{
border-color: #A6D4A8;
}
.TagClassName
{
border-color: #A6D4A8;
}
</style>