Shades of Moss Green #A4D6A6
Tints of Moss Green #A4D6A6
RGB
CMYK
RGB Variations
Color information
#A4D6A6 (or 0xA4D6A6) is known color: Moss Green. HEX triplet: A4, D6 and A6. RGB value is (164,214,166). Sum of RGB (Red+Green+Blue) = 164+214+166=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D6A6 is #5B2959. Grayscale: #C1C1C1. Windows color (decimal): -5974362 or 10933924. OLE color: 10933924.
HSL color Cylindrical-coordinate representation of color #A4D6A6: hue angle of 122.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6A6 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 166 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.16 |
| HSL | 122.4º | 0.38% | 0.74% | - |
| HSV(B) | 122.4º | 0.23% | 0.84% | - |
| XYZ | 46.24 | 58.74 | 44.98 | - |
| YUV | 193.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 166 | 0.23 | 0 | 0.22 | 0.16 | 122.4 | 0.38 | 0.74 |
| Hex | A4 | D6 | A6 | 17 | 0 | 16 | 10 | 7A | 26 | 4A |
| Octal | 244 | 326 | 246 | 27 | 0 | 26 | 20 | 172 | 46 | 112 |
| Binary | 10100100 | 11010110 | 10100110 | 10111 | 0 | 10110 | 10000 | 1111010 | 100110 | 1001010 |
Color Harmonies of #A4D6A6
Complementary color
Monochromatic Colors of #A4D6A6
Black with #A4D6A6
Text Example
Text Example
White with #A4D6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D6A6; }
p { color: rgb(164,214,166); }
H1.HeaderClassName
{
color: #A4D6A6;
}
.AnyTagClassName
{
color: #A4D6A6;
}
</style>
background-color css
<style>
a { background-color: #A4D6A6; }
a { background-color: rgb(164,214,166); }
div.DivClassName
{
background-color: #A4D6A6;
}
.BgClassName
{
background-color: #A4D6A6;
}
</style>
border-color css
<style>
span { border-color: #A4D6A6; }
span { border-color: rgb(164,214,166); }
td.TdClassName
{
border-color: #A4D6A6;
}
.TagClassName
{
border-color: #A4D6A6;
}
</style>