Shades of Moss Green #A8D8A5
Tints of Moss Green #A8D8A5
RGB
CMYK
RGB Variations
Color information
#A8D8A5 (or 0xA8D8A5) is known color: Moss Green. HEX triplet: A8, D8 and A5. RGB value is (168,216,165). Sum of RGB (Red+Green+Blue) = 168+216+165=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D8A5 is #57275A. Grayscale: #C3C3C3. Windows color (decimal): -5711707 or 10868904. OLE color: 10868904.
HSL color Cylindrical-coordinate representation of color #A8D8A5: hue angle of 116.47º degrees, saturation: 0.4, 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 #A8D8A5 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 165 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.15 |
| HSL | 116.47º | 0.4% | 0.75% | - |
| HSV(B) | 116.47º | 0.24% | 0.85% | - |
| XYZ | 47.5 | 60.15 | 44.7 | - |
| YUV | 195.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 165 | 0.22 | 0 | 0.24 | 0.15 | 116.47 | 0.4 | 0.75 |
| Hex | A8 | D8 | A5 | 16 | 0 | 18 | F | 74 | 28 | 4B |
| Octal | 250 | 330 | 245 | 26 | 0 | 30 | 17 | 164 | 50 | 113 |
| Binary | 10101000 | 11011000 | 10100101 | 10110 | 0 | 11000 | 1111 | 1110100 | 101000 | 1001011 |
Color Harmonies of #A8D8A5
Complementary color
Monochromatic Colors of #A8D8A5
Black with #A8D8A5
Text Example
Text Example
White with #A8D8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8A5; }
p { color: rgb(168,216,165); }
H1.HeaderClassName
{
color: #A8D8A5;
}
.AnyTagClassName
{
color: #A8D8A5;
}
</style>
background-color css
<style>
a { background-color: #A8D8A5; }
a { background-color: rgb(168,216,165); }
div.DivClassName
{
background-color: #A8D8A5;
}
.BgClassName
{
background-color: #A8D8A5;
}
</style>
border-color css
<style>
span { border-color: #A8D8A5; }
span { border-color: rgb(168,216,165); }
td.TdClassName
{
border-color: #A8D8A5;
}
.TagClassName
{
border-color: #A8D8A5;
}
</style>