Shades of Moss Green #A9DCA4
Tints of Moss Green #A9DCA4
RGB
CMYK
RGB Variations
Color information
#A9DCA4 (or 0xA9DCA4) is known color: Moss Green. HEX triplet: A9, DC and A4. RGB value is (169,220,164). Sum of RGB (Red+Green+Blue) = 169+220+164=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCA4 is #56235B. Grayscale: #C6C6C6. Windows color (decimal): -5645148 or 10804393. OLE color: 10804393.
HSL color Cylindrical-coordinate representation of color #A9DCA4: hue angle of 114.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9DCA4 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 164 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.14 |
| HSL | 114.64º | 0.44% | 0.75% | - |
| HSV(B) | 114.64º | 0.25% | 0.86% | - |
| XYZ | 48.66 | 62.3 | 44.58 | - |
| YUV | 198.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 164 | 0.23 | 0 | 0.25 | 0.14 | 114.64 | 0.44 | 0.75 |
| Hex | A9 | DC | A4 | 17 | 0 | 19 | E | 73 | 2C | 4B |
| Octal | 251 | 334 | 244 | 27 | 0 | 31 | 16 | 163 | 54 | 113 |
| Binary | 10101001 | 11011100 | 10100100 | 10111 | 0 | 11001 | 1110 | 1110011 | 101100 | 1001011 |
Color Harmonies of #A9DCA4
Complementary color
Monochromatic Colors of #A9DCA4
Black with #A9DCA4
Text Example
Text Example
White with #A9DCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCA4; }
p { color: rgb(169,220,164); }
H1.HeaderClassName
{
color: #A9DCA4;
}
.AnyTagClassName
{
color: #A9DCA4;
}
</style>
background-color css
<style>
a { background-color: #A9DCA4; }
a { background-color: rgb(169,220,164); }
div.DivClassName
{
background-color: #A9DCA4;
}
.BgClassName
{
background-color: #A9DCA4;
}
</style>
border-color css
<style>
span { border-color: #A9DCA4; }
span { border-color: rgb(169,220,164); }
td.TdClassName
{
border-color: #A9DCA4;
}
.TagClassName
{
border-color: #A9DCA4;
}
</style>