Shades of Moss Green #A9D3AC
Tints of Moss Green #A9D3AC
RGB
CMYK
RGB Variations
Color information
#A9D3AC (or 0xA9D3AC) is known color: Moss Green. HEX triplet: A9, D3 and AC. RGB value is (169,211,172). Sum of RGB (Red+Green+Blue) = 169+211+172=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D3AC is #562C53. Grayscale: #C2C2C2. Windows color (decimal): -5647444 or 11326377. OLE color: 11326377.
HSL color Cylindrical-coordinate representation of color #A9D3AC: hue angle of 124.29º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D3AC is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 211 | 172 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.17 |
| HSL | 124.29º | 0.32% | 0.75% | - |
| HSV(B) | 124.29º | 0.2% | 0.83% | - |
| XYZ | 47.1 | 58 | 47.74 | - |
| YUV | 194 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 211 | 172 | 0.20 | 0 | 0.18 | 0.17 | 124.29 | 0.32 | 0.75 |
| Hex | A9 | D3 | AC | 14 | 0 | 12 | 11 | 7C | 20 | 4B |
| Octal | 251 | 323 | 254 | 24 | 0 | 22 | 21 | 174 | 40 | 113 |
| Binary | 10101001 | 11010011 | 10101100 | 10100 | 0 | 10010 | 10001 | 1111100 | 100000 | 1001011 |
Color Harmonies of #A9D3AC
Complementary color
Monochromatic Colors of #A9D3AC
Black with #A9D3AC
Text Example
Text Example
White with #A9D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D3AC; }
p { color: rgb(169,211,172); }
H1.HeaderClassName
{
color: #A9D3AC;
}
.AnyTagClassName
{
color: #A9D3AC;
}
</style>
background-color css
<style>
a { background-color: #A9D3AC; }
a { background-color: rgb(169,211,172); }
div.DivClassName
{
background-color: #A9D3AC;
}
.BgClassName
{
background-color: #A9D3AC;
}
</style>
border-color css
<style>
span { border-color: #A9D3AC; }
span { border-color: rgb(169,211,172); }
td.TdClassName
{
border-color: #A9D3AC;
}
.TagClassName
{
border-color: #A9D3AC;
}
</style>