Shades of Moss Green #A9DAA4
Tints of Moss Green #A9DAA4
RGB
CMYK
RGB Variations
Color information
#A9DAA4 (or 0xA9DAA4) is known color: Moss Green. HEX triplet: A9, DA and A4. RGB value is (169,218,164). Sum of RGB (Red+Green+Blue) = 169+218+164=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DAA4 is #56255B. Grayscale: #C5C5C5. Windows color (decimal): -5645660 or 10803881. OLE color: 10803881.
HSL color Cylindrical-coordinate representation of color #A9DAA4: hue angle of 114.44º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9DAA4 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 164 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.15 |
| HSL | 114.44º | 0.42% | 0.75% | - |
| HSV(B) | 114.44º | 0.25% | 0.85% | - |
| XYZ | 48.13 | 61.26 | 44.41 | - |
| YUV | 197.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 164 | 0.22 | 0 | 0.25 | 0.15 | 114.44 | 0.42 | 0.75 |
| Hex | A9 | DA | A4 | 16 | 0 | 19 | F | 72 | 2A | 4B |
| Octal | 251 | 332 | 244 | 26 | 0 | 31 | 17 | 162 | 52 | 113 |
| Binary | 10101001 | 11011010 | 10100100 | 10110 | 0 | 11001 | 1111 | 1110010 | 101010 | 1001011 |
Color Harmonies of #A9DAA4
Complementary color
Monochromatic Colors of #A9DAA4
Black with #A9DAA4
Text Example
Text Example
White with #A9DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DAA4; }
p { color: rgb(169,218,164); }
H1.HeaderClassName
{
color: #A9DAA4;
}
.AnyTagClassName
{
color: #A9DAA4;
}
</style>
background-color css
<style>
a { background-color: #A9DAA4; }
a { background-color: rgb(169,218,164); }
div.DivClassName
{
background-color: #A9DAA4;
}
.BgClassName
{
background-color: #A9DAA4;
}
</style>
border-color css
<style>
span { border-color: #A9DAA4; }
span { border-color: rgb(169,218,164); }
td.TdClassName
{
border-color: #A9DAA4;
}
.TagClassName
{
border-color: #A9DAA4;
}
</style>