Shades of Moss Green #A2D9A2
Tints of Moss Green #A2D9A2
RGB
CMYK
RGB Variations
Color information
#A2D9A2 (or 0xA2D9A2) is known color: Moss Green. HEX triplet: A2, D9 and A2. RGB value is (162,217,162). Sum of RGB (Red+Green+Blue) = 162+217+162=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D9A2 is #5D265D. Grayscale: #C2C2C2. Windows color (decimal): -6104670 or 10672546. OLE color: 10672546.
HSL color Cylindrical-coordinate representation of color #A2D9A2: hue angle of 120º degrees, saturation: 0.42, 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 #A2D9A2 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
RGB | 162 | 217 | 162 | - |
CMYK | 0.25 | 0 | 0.25 | 0.15 |
HSL | 120º | 0.42% | 0.74% | - |
HSV(B) | 120º | 0.25% | 0.85% | - |
XYZ | 46.23 | 59.92 | 43.31 | - |
YUV | 194.29 | 109.78 | 104.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 217 | 162 | 0.25 | 0 | 0.25 | 0.15 | 120 | 0.42 | 0.74 |
Hex | A2 | D9 | A2 | 19 | 0 | 19 | F | 78 | 2A | 4A |
Octal | 242 | 331 | 242 | 31 | 0 | 31 | 17 | 170 | 52 | 112 |
Binary | 10100010 | 11011001 | 10100010 | 11001 | 0 | 11001 | 1111 | 1111000 | 101010 | 1001010 |
Color Harmonies of #A2D9A2
Complementary color
Monochromatic Colors of #A2D9A2
Black with #A2D9A2
Text Example
Text Example
White with #A2D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D9A2; }
p { color: rgb(162,217,162); }
H1.HeaderClassName
{
color: #A2D9A2;
}
.AnyTagClassName
{
color: #A2D9A2;
}
</style>
background-color css
<style>
a { background-color: #A2D9A2; }
a { background-color: rgb(162,217,162); }
div.DivClassName
{
background-color: #A2D9A2;
}
.BgClassName
{
background-color: #A2D9A2;
}
</style>
border-color css
<style>
span { border-color: #A2D9A2; }
span { border-color: rgb(162,217,162); }
td.TdClassName
{
border-color: #A2D9A2;
}
.TagClassName
{
border-color: #A2D9A2;
}
</style>