Shades of Moss Green #A8D7AA
Tints of Moss Green #A8D7AA
RGB
CMYK
RGB Variations
Color information
#A8D7AA (or 0xA8D7AA) is known color: Moss Green. HEX triplet: A8, D7 and AA. RGB value is (168,215,170). Sum of RGB (Red+Green+Blue) = 168+215+170=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D7AA is #572855. Grayscale: #C3C3C3. Windows color (decimal): -5711958 or 11196328. OLE color: 11196328.
HSL color Cylindrical-coordinate representation of color #A8D7AA: hue angle of 122.55º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D7AA is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 170 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.16 |
| HSL | 122.55º | 0.37% | 0.75% | - |
| HSV(B) | 122.55º | 0.22% | 0.84% | - |
| XYZ | 47.7 | 59.83 | 47.06 | - |
| YUV | 195.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 170 | 0.22 | 0 | 0.21 | 0.16 | 122.55 | 0.37 | 0.75 |
| Hex | A8 | D7 | AA | 16 | 0 | 15 | 10 | 7B | 25 | 4B |
| Octal | 250 | 327 | 252 | 26 | 0 | 25 | 20 | 173 | 45 | 113 |
| Binary | 10101000 | 11010111 | 10101010 | 10110 | 0 | 10101 | 10000 | 1111011 | 100101 | 1001011 |
Color Harmonies of #A8D7AA
Complementary color
Monochromatic Colors of #A8D7AA
Black with #A8D7AA
Text Example
Text Example
White with #A8D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7AA; }
p { color: rgb(168,215,170); }
H1.HeaderClassName
{
color: #A8D7AA;
}
.AnyTagClassName
{
color: #A8D7AA;
}
</style>
background-color css
<style>
a { background-color: #A8D7AA; }
a { background-color: rgb(168,215,170); }
div.DivClassName
{
background-color: #A8D7AA;
}
.BgClassName
{
background-color: #A8D7AA;
}
</style>
border-color css
<style>
span { border-color: #A8D7AA; }
span { border-color: rgb(168,215,170); }
td.TdClassName
{
border-color: #A8D7AA;
}
.TagClassName
{
border-color: #A8D7AA;
}
</style>