Shades of Moss Green #A9D8A2
Tints of Moss Green #A9D8A2
RGB
CMYK
RGB Variations
Color information
#A9D8A2 (or 0xA9D8A2) is known color: Moss Green. HEX triplet: A9, D8 and A2. RGB value is (169,216,162). Sum of RGB (Red+Green+Blue) = 169+216+162=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D8A2 is #56275D. Grayscale: #C3C3C3. Windows color (decimal): -5646174 or 10672297. OLE color: 10672297.
HSL color Cylindrical-coordinate representation of color #A9D8A2: hue angle of 112.22º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9D8A2 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 162 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.15 |
| HSL | 112.22º | 0.41% | 0.74% | - |
| HSV(B) | 112.22º | 0.25% | 0.85% | - |
| XYZ | 47.44 | 60.16 | 43.29 | - |
| YUV | 195.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 162 | 0.22 | 0 | 0.25 | 0.15 | 112.22 | 0.41 | 0.74 |
| Hex | A9 | D8 | A2 | 16 | 0 | 19 | F | 70 | 29 | 4A |
| Octal | 251 | 330 | 242 | 26 | 0 | 31 | 17 | 160 | 51 | 112 |
| Binary | 10101001 | 11011000 | 10100010 | 10110 | 0 | 11001 | 1111 | 1110000 | 101001 | 1001010 |
Color Harmonies of #A9D8A2
Complementary color
Monochromatic Colors of #A9D8A2
Black with #A9D8A2
Text Example
Text Example
White with #A9D8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D8A2; }
p { color: rgb(169,216,162); }
H1.HeaderClassName
{
color: #A9D8A2;
}
.AnyTagClassName
{
color: #A9D8A2;
}
</style>
background-color css
<style>
a { background-color: #A9D8A2; }
a { background-color: rgb(169,216,162); }
div.DivClassName
{
background-color: #A9D8A2;
}
.BgClassName
{
background-color: #A9D8A2;
}
</style>
border-color css
<style>
span { border-color: #A9D8A2; }
span { border-color: rgb(169,216,162); }
td.TdClassName
{
border-color: #A9D8A2;
}
.TagClassName
{
border-color: #A9D8A2;
}
</style>