Shades of Moss Green #A4D5A6
Tints of Moss Green #A4D5A6
RGB
CMYK
RGB Variations
Color information
#A4D5A6 (or 0xA4D5A6) is known color: Moss Green. HEX triplet: A4, D5 and A6. RGB value is (164,213,166). Sum of RGB (Red+Green+Blue) = 164+213+166=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D5A6 is #5B2A59. Grayscale: #C1C1C1. Windows color (decimal): -5974618 or 10933668. OLE color: 10933668.
HSL color Cylindrical-coordinate representation of color #A4D5A6: hue angle of 122.45º degrees, saturation: 0.37, 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 #A4D5A6 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 166 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.16 |
| HSL | 122.45º | 0.37% | 0.74% | - |
| HSV(B) | 122.45º | 0.23% | 0.84% | - |
| XYZ | 45.99 | 58.23 | 44.89 | - |
| YUV | 192.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 166 | 0.23 | 0 | 0.22 | 0.16 | 122.45 | 0.37 | 0.74 |
| Hex | A4 | D5 | A6 | 17 | 0 | 16 | 10 | 7A | 25 | 4A |
| Octal | 244 | 325 | 246 | 27 | 0 | 26 | 20 | 172 | 45 | 112 |
| Binary | 10100100 | 11010101 | 10100110 | 10111 | 0 | 10110 | 10000 | 1111010 | 100101 | 1001010 |
Color Harmonies of #A4D5A6
Complementary color
Monochromatic Colors of #A4D5A6
Black with #A4D5A6
Text Example
Text Example
White with #A4D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D5A6; }
p { color: rgb(164,213,166); }
H1.HeaderClassName
{
color: #A4D5A6;
}
.AnyTagClassName
{
color: #A4D5A6;
}
</style>
background-color css
<style>
a { background-color: #A4D5A6; }
a { background-color: rgb(164,213,166); }
div.DivClassName
{
background-color: #A4D5A6;
}
.BgClassName
{
background-color: #A4D5A6;
}
</style>
border-color css
<style>
span { border-color: #A4D5A6; }
span { border-color: rgb(164,213,166); }
td.TdClassName
{
border-color: #A4D5A6;
}
.TagClassName
{
border-color: #A4D5A6;
}
</style>