Shades of Moss Green #A4DDA6
Tints of Moss Green #A4DDA6
RGB
CMYK
RGB Variations
Color information
#A4DDA6 (or 0xA4DDA6) is known color: Moss Green. HEX triplet: A4, DD and A6. RGB value is (164,221,166). Sum of RGB (Red+Green+Blue) = 164+221+166=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DDA6 is #5B2259. Grayscale: #C5C5C5. Windows color (decimal): -5972570 or 10935716. OLE color: 10935716.
HSL color Cylindrical-coordinate representation of color #A4DDA6: hue angle of 122.11º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDA6 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 166 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.13 |
| HSL | 122.11º | 0.46% | 0.75% | - |
| HSV(B) | 122.11º | 0.26% | 0.87% | - |
| XYZ | 48.05 | 62.36 | 45.58 | - |
| YUV | 197.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 166 | 0.26 | 0 | 0.25 | 0.13 | 122.11 | 0.46 | 0.75 |
| Hex | A4 | DD | A6 | 1A | 0 | 19 | D | 7A | 2E | 4B |
| Octal | 244 | 335 | 246 | 32 | 0 | 31 | 15 | 172 | 56 | 113 |
| Binary | 10100100 | 11011101 | 10100110 | 11010 | 0 | 11001 | 1101 | 1111010 | 101110 | 1001011 |
Color Harmonies of #A4DDA6
Complementary color
Monochromatic Colors of #A4DDA6
Black with #A4DDA6
Text Example
Text Example
White with #A4DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDA6; }
p { color: rgb(164,221,166); }
H1.HeaderClassName
{
color: #A4DDA6;
}
.AnyTagClassName
{
color: #A4DDA6;
}
</style>
background-color css
<style>
a { background-color: #A4DDA6; }
a { background-color: rgb(164,221,166); }
div.DivClassName
{
background-color: #A4DDA6;
}
.BgClassName
{
background-color: #A4DDA6;
}
</style>
border-color css
<style>
span { border-color: #A4DDA6; }
span { border-color: rgb(164,221,166); }
td.TdClassName
{
border-color: #A4DDA6;
}
.TagClassName
{
border-color: #A4DDA6;
}
</style>