Shades of Moss Green #A9DCA8
Tints of Moss Green #A9DCA8
RGB
CMYK
RGB Variations
Color information
#A9DCA8 (or 0xA9DCA8) is known color: Moss Green. HEX triplet: A9, DC and A8. RGB value is (169,220,168). Sum of RGB (Red+Green+Blue) = 169+220+168=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCA8 is #562357. Grayscale: #C6C6C6. Windows color (decimal): -5645144 or 11066537. OLE color: 11066537.
HSL color Cylindrical-coordinate representation of color #A9DCA8: hue angle of 118.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DCA8 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 168 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.14 |
| HSL | 118.85º | 0.43% | 0.76% | - |
| HSV(B) | 118.85º | 0.24% | 0.86% | - |
| XYZ | 49.02 | 62.45 | 46.52 | - |
| YUV | 198.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 168 | 0.23 | 0 | 0.24 | 0.14 | 118.85 | 0.43 | 0.76 |
| Hex | A9 | DC | A8 | 17 | 0 | 18 | E | 77 | 2B | 4C |
| Octal | 251 | 334 | 250 | 27 | 0 | 30 | 16 | 167 | 53 | 114 |
| Binary | 10101001 | 11011100 | 10101000 | 10111 | 0 | 11000 | 1110 | 1110111 | 101011 | 1001100 |
Color Harmonies of #A9DCA8
Complementary color
Monochromatic Colors of #A9DCA8
Black with #A9DCA8
Text Example
Text Example
White with #A9DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCA8; }
p { color: rgb(169,220,168); }
H1.HeaderClassName
{
color: #A9DCA8;
}
.AnyTagClassName
{
color: #A9DCA8;
}
</style>
background-color css
<style>
a { background-color: #A9DCA8; }
a { background-color: rgb(169,220,168); }
div.DivClassName
{
background-color: #A9DCA8;
}
.BgClassName
{
background-color: #A9DCA8;
}
</style>
border-color css
<style>
span { border-color: #A9DCA8; }
span { border-color: rgb(169,220,168); }
td.TdClassName
{
border-color: #A9DCA8;
}
.TagClassName
{
border-color: #A9DCA8;
}
</style>