Shades of Moss Green #A5DDA8
Tints of Moss Green #A5DDA8
RGB
CMYK
RGB Variations
Color information
#A5DDA8 (or 0xA5DDA8) is known color: Moss Green. HEX triplet: A5, DD and A8. RGB value is (165,221,168). Sum of RGB (Red+Green+Blue) = 165+221+168=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DDA8 is #5A2257. Grayscale: #C6C6C6. Windows color (decimal): -5907032 or 11066789. OLE color: 11066789.
HSL color Cylindrical-coordinate representation of color #A5DDA8: hue angle of 123.21º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDA8 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 168 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.13 |
| HSL | 123.21º | 0.45% | 0.76% | - |
| HSV(B) | 123.21º | 0.25% | 0.87% | - |
| XYZ | 48.44 | 62.54 | 46.56 | - |
| YUV | 198.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 168 | 0.25 | 0 | 0.24 | 0.13 | 123.21 | 0.45 | 0.76 |
| Hex | A5 | DD | A8 | 19 | 0 | 18 | D | 7B | 2D | 4C |
| Octal | 245 | 335 | 250 | 31 | 0 | 30 | 15 | 173 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10101000 | 11001 | 0 | 11000 | 1101 | 1111011 | 101101 | 1001100 |
Color Harmonies of #A5DDA8
Complementary color
Monochromatic Colors of #A5DDA8
Black with #A5DDA8
Text Example
Text Example
White with #A5DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDA8; }
p { color: rgb(165,221,168); }
H1.HeaderClassName
{
color: #A5DDA8;
}
.AnyTagClassName
{
color: #A5DDA8;
}
</style>
background-color css
<style>
a { background-color: #A5DDA8; }
a { background-color: rgb(165,221,168); }
div.DivClassName
{
background-color: #A5DDA8;
}
.BgClassName
{
background-color: #A5DDA8;
}
</style>
border-color css
<style>
span { border-color: #A5DDA8; }
span { border-color: rgb(165,221,168); }
td.TdClassName
{
border-color: #A5DDA8;
}
.TagClassName
{
border-color: #A5DDA8;
}
</style>