Shades of Moss Green #A9D8AC
Tints of Moss Green #A9D8AC
RGB
CMYK
RGB Variations
Color information
#A9D8AC (or 0xA9D8AC) is known color: Moss Green. HEX triplet: A9, D8 and AC. RGB value is (169,216,172). Sum of RGB (Red+Green+Blue) = 169+216+172=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D8AC is #562753. Grayscale: #C5C5C5. Windows color (decimal): -5646164 or 11327657. OLE color: 11327657.
HSL color Cylindrical-coordinate representation of color #A9D8AC: hue angle of 123.83º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D8AC is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 172 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.15 |
| HSL | 123.83º | 0.38% | 0.75% | - |
| HSV(B) | 123.83º | 0.22% | 0.85% | - |
| XYZ | 48.36 | 60.53 | 48.16 | - |
| YUV | 196.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 172 | 0.22 | 0 | 0.20 | 0.15 | 123.83 | 0.38 | 0.75 |
| Hex | A9 | D8 | AC | 16 | 0 | 14 | F | 7C | 26 | 4B |
| Octal | 251 | 330 | 254 | 26 | 0 | 24 | 17 | 174 | 46 | 113 |
| Binary | 10101001 | 11011000 | 10101100 | 10110 | 0 | 10100 | 1111 | 1111100 | 100110 | 1001011 |
Color Harmonies of #A9D8AC
Complementary color
Monochromatic Colors of #A9D8AC
Black with #A9D8AC
Text Example
Text Example
White with #A9D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D8AC; }
p { color: rgb(169,216,172); }
H1.HeaderClassName
{
color: #A9D8AC;
}
.AnyTagClassName
{
color: #A9D8AC;
}
</style>
background-color css
<style>
a { background-color: #A9D8AC; }
a { background-color: rgb(169,216,172); }
div.DivClassName
{
background-color: #A9D8AC;
}
.BgClassName
{
background-color: #A9D8AC;
}
</style>
border-color css
<style>
span { border-color: #A9D8AC; }
span { border-color: rgb(169,216,172); }
td.TdClassName
{
border-color: #A9D8AC;
}
.TagClassName
{
border-color: #A9D8AC;
}
</style>