Shades of Moss Green #A2DAA1
Tints of Moss Green #A2DAA1
RGB
CMYK
RGB Variations
Color information
#A2DAA1 (or 0xA2DAA1) is known color: Moss Green. HEX triplet: A2, DA and A1. RGB value is (162,218,161). Sum of RGB (Red+Green+Blue) = 162+218+161=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DAA1 is #5D255E. Grayscale: #C2C2C2. Windows color (decimal): -6104415 or 10607266. OLE color: 10607266.
HSL color Cylindrical-coordinate representation of color #A2DAA1: hue angle of 118.95º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DAA1 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 162 | 218 | 161 | - |
CMYK | 0.26 | 0 | 0.26 | 0.15 |
HSL | 118.95º | 0.44% | 0.74% | - |
HSV(B) | 118.95º | 0.26% | 0.85% | - |
XYZ | 46.4 | 60.4 | 42.93 | - |
YUV | 194.76 | 108.95 | 104.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 218 | 161 | 0.26 | 0 | 0.26 | 0.15 | 118.95 | 0.44 | 0.74 |
Hex | A2 | DA | A1 | 1A | 0 | 1A | F | 77 | 2C | 4A |
Octal | 242 | 332 | 241 | 32 | 0 | 32 | 17 | 167 | 54 | 112 |
Binary | 10100010 | 11011010 | 10100001 | 11010 | 0 | 11010 | 1111 | 1110111 | 101100 | 1001010 |
Color Harmonies of #A2DAA1
Complementary color
Monochromatic Colors of #A2DAA1
Black with #A2DAA1
Text Example
Text Example
White with #A2DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAA1; }
p { color: rgb(162,218,161); }
H1.HeaderClassName
{
color: #A2DAA1;
}
.AnyTagClassName
{
color: #A2DAA1;
}
</style>
background-color css
<style>
a { background-color: #A2DAA1; }
a { background-color: rgb(162,218,161); }
div.DivClassName
{
background-color: #A2DAA1;
}
.BgClassName
{
background-color: #A2DAA1;
}
</style>
border-color css
<style>
span { border-color: #A2DAA1; }
span { border-color: rgb(162,218,161); }
td.TdClassName
{
border-color: #A2DAA1;
}
.TagClassName
{
border-color: #A2DAA1;
}
</style>