Shades of Moss Green #A2DAA3
Tints of Moss Green #A2DAA3
RGB
CMYK
RGB Variations
Color information
#A2DAA3 (or 0xA2DAA3) is known color: Moss Green. HEX triplet: A2, DA and A3. RGB value is (162,218,163). Sum of RGB (Red+Green+Blue) = 162+218+163=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DAA3 is #5D255C. Grayscale: #C3C3C3. Windows color (decimal): -6104413 or 10738338. OLE color: 10738338.
HSL color Cylindrical-coordinate representation of color #A2DAA3: hue angle of 121.07º 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 #A2DAA3 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 163 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.15 |
| HSL | 121.07º | 0.43% | 0.75% | - |
| HSV(B) | 121.07º | 0.26% | 0.85% | - |
| XYZ | 46.58 | 60.47 | 43.87 | - |
| YUV | 194.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 163 | 0.26 | 0 | 0.25 | 0.15 | 121.07 | 0.43 | 0.75 |
| Hex | A2 | DA | A3 | 1A | 0 | 19 | F | 79 | 2B | 4B |
| Octal | 242 | 332 | 243 | 32 | 0 | 31 | 17 | 171 | 53 | 113 |
| Binary | 10100010 | 11011010 | 10100011 | 11010 | 0 | 11001 | 1111 | 1111001 | 101011 | 1001011 |
Color Harmonies of #A2DAA3
Complementary color
Monochromatic Colors of #A2DAA3
Black with #A2DAA3
Text Example
Text Example
White with #A2DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAA3; }
p { color: rgb(162,218,163); }
H1.HeaderClassName
{
color: #A2DAA3;
}
.AnyTagClassName
{
color: #A2DAA3;
}
</style>
background-color css
<style>
a { background-color: #A2DAA3; }
a { background-color: rgb(162,218,163); }
div.DivClassName
{
background-color: #A2DAA3;
}
.BgClassName
{
background-color: #A2DAA3;
}
</style>
border-color css
<style>
span { border-color: #A2DAA3; }
span { border-color: rgb(162,218,163); }
td.TdClassName
{
border-color: #A2DAA3;
}
.TagClassName
{
border-color: #A2DAA3;
}
</style>