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