Shades of Moss Green #A2D8A4
Tints of Moss Green #A2D8A4
RGB
CMYK
RGB Variations
Color information
#A2D8A4 (or 0xA2D8A4) is known color: Moss Green. HEX triplet: A2, D8 and A4. RGB value is (162,216,164). Sum of RGB (Red+Green+Blue) = 162+216+164=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D8A4 is #5D275B. Grayscale: #C2C2C2. Windows color (decimal): -6104924 or 10803362. OLE color: 10803362.
HSL color Cylindrical-coordinate representation of color #A2D8A4: hue angle of 122.22º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D8A4 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 164 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.15 |
| HSL | 122.22º | 0.41% | 0.74% | - |
| HSV(B) | 122.22º | 0.25% | 0.85% | - |
| XYZ | 46.16 | 59.47 | 44.17 | - |
| YUV | 193.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 164 | 0.25 | 0 | 0.24 | 0.15 | 122.22 | 0.41 | 0.74 |
| Hex | A2 | D8 | A4 | 19 | 0 | 18 | F | 7A | 29 | 4A |
| Octal | 242 | 330 | 244 | 31 | 0 | 30 | 17 | 172 | 51 | 112 |
| Binary | 10100010 | 11011000 | 10100100 | 11001 | 0 | 11000 | 1111 | 1111010 | 101001 | 1001010 |
Color Harmonies of #A2D8A4
Complementary color
Monochromatic Colors of #A2D8A4
Black with #A2D8A4
Text Example
Text Example
White with #A2D8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D8A4; }
p { color: rgb(162,216,164); }
H1.HeaderClassName
{
color: #A2D8A4;
}
.AnyTagClassName
{
color: #A2D8A4;
}
</style>
background-color css
<style>
a { background-color: #A2D8A4; }
a { background-color: rgb(162,216,164); }
div.DivClassName
{
background-color: #A2D8A4;
}
.BgClassName
{
background-color: #A2D8A4;
}
</style>
border-color css
<style>
span { border-color: #A2D8A4; }
span { border-color: rgb(162,216,164); }
td.TdClassName
{
border-color: #A2D8A4;
}
.TagClassName
{
border-color: #A2D8A4;
}
</style>