Shades of Moss Green #A2DAA2
Tints of Moss Green #A2DAA2
RGB
CMYK
RGB Variations
Color information
#A2DAA2 (or 0xA2DAA2) is known color: Moss Green. HEX triplet: A2, DA and A2. RGB value is (162,218,162). Sum of RGB (Red+Green+Blue) = 162+218+162=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DAA2 is #5D255D. Grayscale: #C3C3C3. Windows color (decimal): -6104414 or 10672802. OLE color: 10672802.
HSL color Cylindrical-coordinate representation of color #A2DAA2: hue angle of 120º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DAA2 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 162 | 218 | 162 | - |
CMYK | 0.26 | 0 | 0.26 | 0.15 |
HSL | 120º | 0.43% | 0.75% | - |
HSV(B) | 120º | 0.26% | 0.85% | - |
XYZ | 46.49 | 60.43 | 43.4 | - |
YUV | 194.87 | 109.45 | 104.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 218 | 162 | 0.26 | 0 | 0.26 | 0.15 | 120 | 0.43 | 0.75 |
Hex | A2 | DA | A2 | 1A | 0 | 1A | F | 78 | 2B | 4B |
Octal | 242 | 332 | 242 | 32 | 0 | 32 | 17 | 170 | 53 | 113 |
Binary | 10100010 | 11011010 | 10100010 | 11010 | 0 | 11010 | 1111 | 1111000 | 101011 | 1001011 |
Color Harmonies of #A2DAA2
Complementary color
Monochromatic Colors of #A2DAA2
Black with #A2DAA2
Text Example
Text Example
White with #A2DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAA2; }
p { color: rgb(162,218,162); }
H1.HeaderClassName
{
color: #A2DAA2;
}
.AnyTagClassName
{
color: #A2DAA2;
}
</style>
background-color css
<style>
a { background-color: #A2DAA2; }
a { background-color: rgb(162,218,162); }
div.DivClassName
{
background-color: #A2DAA2;
}
.BgClassName
{
background-color: #A2DAA2;
}
</style>
border-color css
<style>
span { border-color: #A2DAA2; }
span { border-color: rgb(162,218,162); }
td.TdClassName
{
border-color: #A2DAA2;
}
.TagClassName
{
border-color: #A2DAA2;
}
</style>