Shades of Moss Green #A2DFA4
Tints of Moss Green #A2DFA4
RGB
CMYK
RGB Variations
Color information
#A2DFA4 (or 0xA2DFA4) is known color: Moss Green. HEX triplet: A2, DF and A4. RGB value is (162,223,164). Sum of RGB (Red+Green+Blue) = 162+223+164=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DFA4 is #5D205B. Grayscale: #C6C6C6. Windows color (decimal): -6103132 or 10805154. OLE color: 10805154.
HSL color Cylindrical-coordinate representation of color #A2DFA4: hue angle of 121.97º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFA4 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 164 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.13 |
| HSL | 121.97º | 0.49% | 0.75% | - |
| HSV(B) | 121.97º | 0.27% | 0.87% | - |
| XYZ | 47.99 | 63.14 | 44.78 | - |
| YUV | 198.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 164 | 0.27 | 0 | 0.26 | 0.13 | 121.97 | 0.49 | 0.75 |
| Hex | A2 | DF | A4 | 1B | 0 | 1A | D | 7A | 31 | 4B |
| Octal | 242 | 337 | 244 | 33 | 0 | 32 | 15 | 172 | 61 | 113 |
| Binary | 10100010 | 11011111 | 10100100 | 11011 | 0 | 11010 | 1101 | 1111010 | 110001 | 1001011 |
Color Harmonies of #A2DFA4
Complementary color
Monochromatic Colors of #A2DFA4
Black with #A2DFA4
Text Example
Text Example
White with #A2DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFA4; }
p { color: rgb(162,223,164); }
H1.HeaderClassName
{
color: #A2DFA4;
}
.AnyTagClassName
{
color: #A2DFA4;
}
</style>
background-color css
<style>
a { background-color: #A2DFA4; }
a { background-color: rgb(162,223,164); }
div.DivClassName
{
background-color: #A2DFA4;
}
.BgClassName
{
background-color: #A2DFA4;
}
</style>
border-color css
<style>
span { border-color: #A2DFA4; }
span { border-color: rgb(162,223,164); }
td.TdClassName
{
border-color: #A2DFA4;
}
.TagClassName
{
border-color: #A2DFA4;
}
</style>