Shades of Moss Green #A9DCAA
Tints of Moss Green #A9DCAA
RGB
CMYK
RGB Variations
Color information
#A9DCAA (or 0xA9DCAA) is known color: Moss Green. HEX triplet: A9, DC and AA. RGB value is (169,220,170). Sum of RGB (Red+Green+Blue) = 169+220+170=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCAA is #562355. Grayscale: #C7C7C7. Windows color (decimal): -5645142 or 11197609. OLE color: 11197609.
HSL color Cylindrical-coordinate representation of color #A9DCAA: hue angle of 121.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCAA is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 170 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.14 |
| HSL | 121.18º | 0.42% | 0.76% | - |
| HSV(B) | 121.18º | 0.23% | 0.86% | - |
| XYZ | 49.21 | 62.52 | 47.5 | - |
| YUV | 199.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 170 | 0.23 | 0 | 0.23 | 0.14 | 121.18 | 0.42 | 0.76 |
| Hex | A9 | DC | AA | 17 | 0 | 17 | E | 79 | 2A | 4C |
| Octal | 251 | 334 | 252 | 27 | 0 | 27 | 16 | 171 | 52 | 114 |
| Binary | 10101001 | 11011100 | 10101010 | 10111 | 0 | 10111 | 1110 | 1111001 | 101010 | 1001100 |
Color Harmonies of #A9DCAA
Complementary color
Monochromatic Colors of #A9DCAA
Black with #A9DCAA
Text Example
Text Example
White with #A9DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCAA; }
p { color: rgb(169,220,170); }
H1.HeaderClassName
{
color: #A9DCAA;
}
.AnyTagClassName
{
color: #A9DCAA;
}
</style>
background-color css
<style>
a { background-color: #A9DCAA; }
a { background-color: rgb(169,220,170); }
div.DivClassName
{
background-color: #A9DCAA;
}
.BgClassName
{
background-color: #A9DCAA;
}
</style>
border-color css
<style>
span { border-color: #A9DCAA; }
span { border-color: rgb(169,220,170); }
td.TdClassName
{
border-color: #A9DCAA;
}
.TagClassName
{
border-color: #A9DCAA;
}
</style>