Shades of Moss Green #A8D0AA
Tints of Moss Green #A8D0AA
RGB
CMYK
RGB Variations
Color information
#A8D0AA (or 0xA8D0AA) is known color: Moss Green. HEX triplet: A8, D0 and AA. RGB value is (168,208,170). Sum of RGB (Red+Green+Blue) = 168+208+170=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D0AA is #572F55. Grayscale: #BFBFBF. Windows color (decimal): -5713750 or 11194536. OLE color: 11194536.
HSL color Cylindrical-coordinate representation of color #A8D0AA: hue angle of 123º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8D0AA is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 170 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.18 |
| HSL | 123º | 0.3% | 0.74% | - |
| HSV(B) | 123º | 0.19% | 0.82% | - |
| XYZ | 45.96 | 56.34 | 46.48 | - |
| YUV | 191.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 170 | 0.19 | 0 | 0.18 | 0.18 | 123 | 0.3 | 0.74 |
| Hex | A8 | D0 | AA | 13 | 0 | 12 | 12 | 7B | 1E | 4A |
| Octal | 250 | 320 | 252 | 23 | 0 | 22 | 22 | 173 | 36 | 112 |
| Binary | 10101000 | 11010000 | 10101010 | 10011 | 0 | 10010 | 10010 | 1111011 | 11110 | 1001010 |
Color Harmonies of #A8D0AA
Complementary color
Monochromatic Colors of #A8D0AA
Black with #A8D0AA
Text Example
Text Example
White with #A8D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0AA; }
p { color: rgb(168,208,170); }
H1.HeaderClassName
{
color: #A8D0AA;
}
.AnyTagClassName
{
color: #A8D0AA;
}
</style>
background-color css
<style>
a { background-color: #A8D0AA; }
a { background-color: rgb(168,208,170); }
div.DivClassName
{
background-color: #A8D0AA;
}
.BgClassName
{
background-color: #A8D0AA;
}
</style>
border-color css
<style>
span { border-color: #A8D0AA; }
span { border-color: rgb(168,208,170); }
td.TdClassName
{
border-color: #A8D0AA;
}
.TagClassName
{
border-color: #A8D0AA;
}
</style>