Shades of Moss Green #A5D8A4
Tints of Moss Green #A5D8A4
RGB
CMYK
RGB Variations
Color information
#A5D8A4 (or 0xA5D8A4) is known color: Moss Green. HEX triplet: A5, D8 and A4. RGB value is (165,216,164). Sum of RGB (Red+Green+Blue) = 165+216+164=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D8A4 is #5A275B. Grayscale: #C2C2C2. Windows color (decimal): -5908316 or 10803365. OLE color: 10803365.
HSL color Cylindrical-coordinate representation of color #A5D8A4: hue angle of 118.85º 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 #A5D8A4 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 164 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.15 |
| HSL | 118.85º | 0.4% | 0.75% | - |
| HSV(B) | 118.85º | 0.24% | 0.85% | - |
| XYZ | 46.77 | 59.79 | 44.2 | - |
| YUV | 194.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 164 | 0.24 | 0 | 0.24 | 0.15 | 118.85 | 0.4 | 0.75 |
| Hex | A5 | D8 | A4 | 18 | 0 | 18 | F | 77 | 28 | 4B |
| Octal | 245 | 330 | 244 | 30 | 0 | 30 | 17 | 167 | 50 | 113 |
| Binary | 10100101 | 11011000 | 10100100 | 11000 | 0 | 11000 | 1111 | 1110111 | 101000 | 1001011 |
Color Harmonies of #A5D8A4
Complementary color
Monochromatic Colors of #A5D8A4
Black with #A5D8A4
Text Example
Text Example
White with #A5D8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D8A4; }
p { color: rgb(165,216,164); }
H1.HeaderClassName
{
color: #A5D8A4;
}
.AnyTagClassName
{
color: #A5D8A4;
}
</style>
background-color css
<style>
a { background-color: #A5D8A4; }
a { background-color: rgb(165,216,164); }
div.DivClassName
{
background-color: #A5D8A4;
}
.BgClassName
{
background-color: #A5D8A4;
}
</style>
border-color css
<style>
span { border-color: #A5D8A4; }
span { border-color: rgb(165,216,164); }
td.TdClassName
{
border-color: #A5D8A4;
}
.TagClassName
{
border-color: #A5D8A4;
}
</style>