Shades of Moss Green #A2DFA5
Tints of Moss Green #A2DFA5
RGB
CMYK
RGB Variations
Color information
#A2DFA5 (or 0xA2DFA5) is known color: Moss Green. HEX triplet: A2, DF and A5. RGB value is (162,223,165). Sum of RGB (Red+Green+Blue) = 162+223+165=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DFA5 is #5D205A. Grayscale: #C6C6C6. Windows color (decimal): -6103131 or 10870690. OLE color: 10870690.
HSL color Cylindrical-coordinate representation of color #A2DFA5: hue angle of 122.95º 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 #A2DFA5 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 165 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.13 |
| HSL | 122.95º | 0.49% | 0.75% | - |
| HSV(B) | 122.95º | 0.27% | 0.87% | - |
| XYZ | 48.08 | 63.17 | 45.26 | - |
| YUV | 198.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 165 | 0.27 | 0 | 0.26 | 0.13 | 122.95 | 0.49 | 0.75 |
| Hex | A2 | DF | A5 | 1B | 0 | 1A | D | 7B | 31 | 4B |
| Octal | 242 | 337 | 245 | 33 | 0 | 32 | 15 | 173 | 61 | 113 |
| Binary | 10100010 | 11011111 | 10100101 | 11011 | 0 | 11010 | 1101 | 1111011 | 110001 | 1001011 |
Color Harmonies of #A2DFA5
Complementary color
Monochromatic Colors of #A2DFA5
Black with #A2DFA5
Text Example
Text Example
White with #A2DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFA5; }
p { color: rgb(162,223,165); }
H1.HeaderClassName
{
color: #A2DFA5;
}
.AnyTagClassName
{
color: #A2DFA5;
}
</style>
background-color css
<style>
a { background-color: #A2DFA5; }
a { background-color: rgb(162,223,165); }
div.DivClassName
{
background-color: #A2DFA5;
}
.BgClassName
{
background-color: #A2DFA5;
}
</style>
border-color css
<style>
span { border-color: #A2DFA5; }
span { border-color: rgb(162,223,165); }
td.TdClassName
{
border-color: #A2DFA5;
}
.TagClassName
{
border-color: #A2DFA5;
}
</style>