Shades of Moss Green #A1DFA2
Tints of Moss Green #A1DFA2
RGB
CMYK
RGB Variations
Color information
#A1DFA2 (or 0xA1DFA2) is known color: Moss Green. HEX triplet: A1, DF and A2. RGB value is (161,223,162). Sum of RGB (Red+Green+Blue) = 161+223+162=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DFA2 is #5E205D. Grayscale: #C5C5C5. Windows color (decimal): -6168670 or 10674081. OLE color: 10674081.
HSL color Cylindrical-coordinate representation of color #A1DFA2: hue angle of 120.97º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFA2 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 162 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.13 |
| HSL | 120.97º | 0.49% | 0.75% | - |
| HSV(B) | 120.97º | 0.28% | 0.87% | - |
| XYZ | 47.61 | 62.96 | 43.83 | - |
| YUV | 197.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 162 | 0.28 | 0 | 0.27 | 0.13 | 120.97 | 0.49 | 0.75 |
| Hex | A1 | DF | A2 | 1C | 0 | 1B | D | 79 | 31 | 4B |
| Octal | 241 | 337 | 242 | 34 | 0 | 33 | 15 | 171 | 61 | 113 |
| Binary | 10100001 | 11011111 | 10100010 | 11100 | 0 | 11011 | 1101 | 1111001 | 110001 | 1001011 |
Color Harmonies of #A1DFA2
Complementary color
Monochromatic Colors of #A1DFA2
Black with #A1DFA2
Text Example
Text Example
White with #A1DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFA2; }
p { color: rgb(161,223,162); }
H1.HeaderClassName
{
color: #A1DFA2;
}
.AnyTagClassName
{
color: #A1DFA2;
}
</style>
background-color css
<style>
a { background-color: #A1DFA2; }
a { background-color: rgb(161,223,162); }
div.DivClassName
{
background-color: #A1DFA2;
}
.BgClassName
{
background-color: #A1DFA2;
}
</style>
border-color css
<style>
span { border-color: #A1DFA2; }
span { border-color: rgb(161,223,162); }
td.TdClassName
{
border-color: #A1DFA2;
}
.TagClassName
{
border-color: #A1DFA2;
}
</style>