Shades of Moss Green #A4DDA2
Tints of Moss Green #A4DDA2
RGB
CMYK
RGB Variations
Color information
#A4DDA2 (or 0xA4DDA2) is known color: Moss Green. HEX triplet: A4, DD and A2. RGB value is (164,221,162). Sum of RGB (Red+Green+Blue) = 164+221+162=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DDA2 is #5B225D. Grayscale: #C5C5C5. Windows color (decimal): -5972574 or 10673572. OLE color: 10673572.
HSL color Cylindrical-coordinate representation of color #A4DDA2: hue angle of 117.97º 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 #A4DDA2 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 162 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.13 |
| HSL | 117.97º | 0.46% | 0.75% | - |
| HSV(B) | 117.97º | 0.27% | 0.87% | - |
| XYZ | 47.69 | 62.21 | 43.68 | - |
| YUV | 197.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 162 | 0.26 | 0 | 0.27 | 0.13 | 117.97 | 0.46 | 0.75 |
| Hex | A4 | DD | A2 | 1A | 0 | 1B | D | 76 | 2E | 4B |
| Octal | 244 | 335 | 242 | 32 | 0 | 33 | 15 | 166 | 56 | 113 |
| Binary | 10100100 | 11011101 | 10100010 | 11010 | 0 | 11011 | 1101 | 1110110 | 101110 | 1001011 |
Color Harmonies of #A4DDA2
Complementary color
Monochromatic Colors of #A4DDA2
Black with #A4DDA2
Text Example
Text Example
White with #A4DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDA2; }
p { color: rgb(164,221,162); }
H1.HeaderClassName
{
color: #A4DDA2;
}
.AnyTagClassName
{
color: #A4DDA2;
}
</style>
background-color css
<style>
a { background-color: #A4DDA2; }
a { background-color: rgb(164,221,162); }
div.DivClassName
{
background-color: #A4DDA2;
}
.BgClassName
{
background-color: #A4DDA2;
}
</style>
border-color css
<style>
span { border-color: #A4DDA2; }
span { border-color: rgb(164,221,162); }
td.TdClassName
{
border-color: #A4DDA2;
}
.TagClassName
{
border-color: #A4DDA2;
}
</style>