Shades of Moss Green #A8D5A3
Tints of Moss Green #A8D5A3
RGB
CMYK
RGB Variations
Color information
#A8D5A3 (or 0xA8D5A3) is known color: Moss Green. HEX triplet: A8, D5 and A3. RGB value is (168,213,163). Sum of RGB (Red+Green+Blue) = 168+213+163=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5A3 is #572A5C. Grayscale: #C2C2C2. Windows color (decimal): -5712477 or 10737064. OLE color: 10737064.
HSL color Cylindrical-coordinate representation of color #A8D5A3: hue angle of 114º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D5A3 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 163 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.16 |
| HSL | 114º | 0.37% | 0.74% | - |
| HSV(B) | 114º | 0.23% | 0.84% | - |
| XYZ | 46.55 | 58.56 | 43.5 | - |
| YUV | 193.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 163 | 0.21 | 0 | 0.23 | 0.16 | 114 | 0.37 | 0.74 |
| Hex | A8 | D5 | A3 | 15 | 0 | 17 | 10 | 72 | 25 | 4A |
| Octal | 250 | 325 | 243 | 25 | 0 | 27 | 20 | 162 | 45 | 112 |
| Binary | 10101000 | 11010101 | 10100011 | 10101 | 0 | 10111 | 10000 | 1110010 | 100101 | 1001010 |
Color Harmonies of #A8D5A3
Complementary color
Monochromatic Colors of #A8D5A3
Black with #A8D5A3
Text Example
Text Example
White with #A8D5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5A3; }
p { color: rgb(168,213,163); }
H1.HeaderClassName
{
color: #A8D5A3;
}
.AnyTagClassName
{
color: #A8D5A3;
}
</style>
background-color css
<style>
a { background-color: #A8D5A3; }
a { background-color: rgb(168,213,163); }
div.DivClassName
{
background-color: #A8D5A3;
}
.BgClassName
{
background-color: #A8D5A3;
}
</style>
border-color css
<style>
span { border-color: #A8D5A3; }
span { border-color: rgb(168,213,163); }
td.TdClassName
{
border-color: #A8D5A3;
}
.TagClassName
{
border-color: #A8D5A3;
}
</style>