Shades of Moss Green #A8D3AA
Tints of Moss Green #A8D3AA
RGB
CMYK
RGB Variations
Color information
#A8D3AA (or 0xA8D3AA) is known color: Moss Green. HEX triplet: A8, D3 and AA. RGB value is (168,211,170). Sum of RGB (Red+Green+Blue) = 168+211+170=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D3AA is #572C55. Grayscale: #C1C1C1. Windows color (decimal): -5712982 or 11195304. OLE color: 11195304.
HSL color Cylindrical-coordinate representation of color #A8D3AA: hue angle of 122.79º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D3AA is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 170 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.17 |
| HSL | 122.79º | 0.33% | 0.74% | - |
| HSV(B) | 122.79º | 0.2% | 0.83% | - |
| XYZ | 46.7 | 57.82 | 46.73 | - |
| YUV | 193.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 170 | 0.20 | 0 | 0.19 | 0.17 | 122.79 | 0.33 | 0.74 |
| Hex | A8 | D3 | AA | 14 | 0 | 13 | 11 | 7B | 21 | 4A |
| Octal | 250 | 323 | 252 | 24 | 0 | 23 | 21 | 173 | 41 | 112 |
| Binary | 10101000 | 11010011 | 10101010 | 10100 | 0 | 10011 | 10001 | 1111011 | 100001 | 1001010 |
Color Harmonies of #A8D3AA
Complementary color
Monochromatic Colors of #A8D3AA
Black with #A8D3AA
Text Example
Text Example
White with #A8D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3AA; }
p { color: rgb(168,211,170); }
H1.HeaderClassName
{
color: #A8D3AA;
}
.AnyTagClassName
{
color: #A8D3AA;
}
</style>
background-color css
<style>
a { background-color: #A8D3AA; }
a { background-color: rgb(168,211,170); }
div.DivClassName
{
background-color: #A8D3AA;
}
.BgClassName
{
background-color: #A8D3AA;
}
</style>
border-color css
<style>
span { border-color: #A8D3AA; }
span { border-color: rgb(168,211,170); }
td.TdClassName
{
border-color: #A8D3AA;
}
.TagClassName
{
border-color: #A8D3AA;
}
</style>