Shades of Moss Green #A5DDA6
Tints of Moss Green #A5DDA6
RGB
CMYK
RGB Variations
Color information
#A5DDA6 (or 0xA5DDA6) is known color: Moss Green. HEX triplet: A5, DD and A6. RGB value is (165,221,166). Sum of RGB (Red+Green+Blue) = 165+221+166=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DDA6 is #5A2259. Grayscale: #C6C6C6. Windows color (decimal): -5907034 or 10935717. OLE color: 10935717.
HSL color Cylindrical-coordinate representation of color #A5DDA6: hue angle of 121.07º 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 #A5DDA6 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 166 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.13 |
| HSL | 121.07º | 0.45% | 0.76% | - |
| HSV(B) | 121.07º | 0.25% | 0.87% | - |
| XYZ | 48.26 | 62.47 | 45.59 | - |
| YUV | 197.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 166 | 0.25 | 0 | 0.25 | 0.13 | 121.07 | 0.45 | 0.76 |
| Hex | A5 | DD | A6 | 19 | 0 | 19 | D | 79 | 2D | 4C |
| Octal | 245 | 335 | 246 | 31 | 0 | 31 | 15 | 171 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10100110 | 11001 | 0 | 11001 | 1101 | 1111001 | 101101 | 1001100 |
Color Harmonies of #A5DDA6
Complementary color
Monochromatic Colors of #A5DDA6
Black with #A5DDA6
Text Example
Text Example
White with #A5DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDA6; }
p { color: rgb(165,221,166); }
H1.HeaderClassName
{
color: #A5DDA6;
}
.AnyTagClassName
{
color: #A5DDA6;
}
</style>
background-color css
<style>
a { background-color: #A5DDA6; }
a { background-color: rgb(165,221,166); }
div.DivClassName
{
background-color: #A5DDA6;
}
.BgClassName
{
background-color: #A5DDA6;
}
</style>
border-color css
<style>
span { border-color: #A5DDA6; }
span { border-color: rgb(165,221,166); }
td.TdClassName
{
border-color: #A5DDA6;
}
.TagClassName
{
border-color: #A5DDA6;
}
</style>