Shades of Moss Green #A8D9AA
Tints of Moss Green #A8D9AA
RGB
CMYK
RGB Variations
Color information
#A8D9AA (or 0xA8D9AA) is known color: Moss Green. HEX triplet: A8, D9 and AA. RGB value is (168,217,170). Sum of RGB (Red+Green+Blue) = 168+217+170=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D9AA is #572655. Grayscale: #C5C5C5. Windows color (decimal): -5711446 or 11196840. OLE color: 11196840.
HSL color Cylindrical-coordinate representation of color #A8D9AA: hue angle of 122.45º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9AA is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 170 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.15 |
| HSL | 122.45º | 0.39% | 0.75% | - |
| HSV(B) | 122.45º | 0.23% | 0.85% | - |
| XYZ | 48.22 | 60.85 | 47.23 | - |
| YUV | 196.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 170 | 0.23 | 0 | 0.22 | 0.15 | 122.45 | 0.39 | 0.75 |
| Hex | A8 | D9 | AA | 17 | 0 | 16 | F | 7A | 27 | 4B |
| Octal | 250 | 331 | 252 | 27 | 0 | 26 | 17 | 172 | 47 | 113 |
| Binary | 10101000 | 11011001 | 10101010 | 10111 | 0 | 10110 | 1111 | 1111010 | 100111 | 1001011 |
Color Harmonies of #A8D9AA
Complementary color
Monochromatic Colors of #A8D9AA
Black with #A8D9AA
Text Example
Text Example
White with #A8D9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9AA; }
p { color: rgb(168,217,170); }
H1.HeaderClassName
{
color: #A8D9AA;
}
.AnyTagClassName
{
color: #A8D9AA;
}
</style>
background-color css
<style>
a { background-color: #A8D9AA; }
a { background-color: rgb(168,217,170); }
div.DivClassName
{
background-color: #A8D9AA;
}
.BgClassName
{
background-color: #A8D9AA;
}
</style>
border-color css
<style>
span { border-color: #A8D9AA; }
span { border-color: rgb(168,217,170); }
td.TdClassName
{
border-color: #A8D9AA;
}
.TagClassName
{
border-color: #A8D9AA;
}
</style>