Shades of Moss Green #A8D9A5
Tints of Moss Green #A8D9A5
RGB
CMYK
RGB Variations
Color information
#A8D9A5 (or 0xA8D9A5) is known color: Moss Green. HEX triplet: A8, D9 and A5. RGB value is (168,217,165). Sum of RGB (Red+Green+Blue) = 168+217+165=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D9A5 is #57265A. Grayscale: #C4C4C4. Windows color (decimal): -5711451 or 10869160. OLE color: 10869160.
HSL color Cylindrical-coordinate representation of color #A8D9A5: hue angle of 116.54º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D9A5 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 165 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.15 |
| HSL | 116.54º | 0.41% | 0.75% | - |
| HSV(B) | 116.54º | 0.24% | 0.85% | - |
| XYZ | 47.75 | 60.67 | 44.79 | - |
| YUV | 196.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 165 | 0.23 | 0 | 0.24 | 0.15 | 116.54 | 0.41 | 0.75 |
| Hex | A8 | D9 | A5 | 17 | 0 | 18 | F | 75 | 29 | 4B |
| Octal | 250 | 331 | 245 | 27 | 0 | 30 | 17 | 165 | 51 | 113 |
| Binary | 10101000 | 11011001 | 10100101 | 10111 | 0 | 11000 | 1111 | 1110101 | 101001 | 1001011 |
Color Harmonies of #A8D9A5
Complementary color
Monochromatic Colors of #A8D9A5
Black with #A8D9A5
Text Example
Text Example
White with #A8D9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9A5; }
p { color: rgb(168,217,165); }
H1.HeaderClassName
{
color: #A8D9A5;
}
.AnyTagClassName
{
color: #A8D9A5;
}
</style>
background-color css
<style>
a { background-color: #A8D9A5; }
a { background-color: rgb(168,217,165); }
div.DivClassName
{
background-color: #A8D9A5;
}
.BgClassName
{
background-color: #A8D9A5;
}
</style>
border-color css
<style>
span { border-color: #A8D9A5; }
span { border-color: rgb(168,217,165); }
td.TdClassName
{
border-color: #A8D9A5;
}
.TagClassName
{
border-color: #A8D9A5;
}
</style>