Shades of Moss Green #A5DDA2
Tints of Moss Green #A5DDA2
RGB
CMYK
RGB Variations
Color information
#A5DDA2 (or 0xA5DDA2) is known color: Moss Green. HEX triplet: A5, DD and A2. RGB value is (165,221,162). Sum of RGB (Red+Green+Blue) = 165+221+162=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DDA2 is #5A225D. Grayscale: #C5C5C5. Windows color (decimal): -5907038 or 10673573. OLE color: 10673573.
HSL color Cylindrical-coordinate representation of color #A5DDA2: hue angle of 116.95º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5DDA2 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 162 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.13 |
| HSL | 116.95º | 0.46% | 0.75% | - |
| HSV(B) | 116.95º | 0.27% | 0.87% | - |
| XYZ | 47.9 | 62.32 | 43.69 | - |
| YUV | 197.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 162 | 0.25 | 0 | 0.27 | 0.13 | 116.95 | 0.46 | 0.75 |
| Hex | A5 | DD | A2 | 19 | 0 | 1B | D | 75 | 2E | 4B |
| Octal | 245 | 335 | 242 | 31 | 0 | 33 | 15 | 165 | 56 | 113 |
| Binary | 10100101 | 11011101 | 10100010 | 11001 | 0 | 11011 | 1101 | 1110101 | 101110 | 1001011 |
Color Harmonies of #A5DDA2
Complementary color
Monochromatic Colors of #A5DDA2
Black with #A5DDA2
Text Example
Text Example
White with #A5DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDA2; }
p { color: rgb(165,221,162); }
H1.HeaderClassName
{
color: #A5DDA2;
}
.AnyTagClassName
{
color: #A5DDA2;
}
</style>
background-color css
<style>
a { background-color: #A5DDA2; }
a { background-color: rgb(165,221,162); }
div.DivClassName
{
background-color: #A5DDA2;
}
.BgClassName
{
background-color: #A5DDA2;
}
</style>
border-color css
<style>
span { border-color: #A5DDA2; }
span { border-color: rgb(165,221,162); }
td.TdClassName
{
border-color: #A5DDA2;
}
.TagClassName
{
border-color: #A5DDA2;
}
</style>