Shades of Moss Green #A1DDA3
Tints of Moss Green #A1DDA3
RGB
CMYK
RGB Variations
Color information
#A1DDA3 (or 0xA1DDA3) is known color: Moss Green. HEX triplet: A1, DD and A3. RGB value is (161,221,163). Sum of RGB (Red+Green+Blue) = 161+221+163=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DDA3 is #5E225C. Grayscale: #C4C4C4. Windows color (decimal): -6169181 or 10739105. OLE color: 10739105.
HSL color Cylindrical-coordinate representation of color #A1DDA3: hue angle of 122º degrees, saturation: 0.47, 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 #A1DDA3 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 163 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.13 |
| HSL | 122º | 0.47% | 0.75% | - |
| HSV(B) | 122º | 0.27% | 0.87% | - |
| XYZ | 47.17 | 61.93 | 44.12 | - |
| YUV | 196.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 163 | 0.27 | 0 | 0.26 | 0.13 | 122 | 0.47 | 0.75 |
| Hex | A1 | DD | A3 | 1B | 0 | 1A | D | 7A | 2F | 4B |
| Octal | 241 | 335 | 243 | 33 | 0 | 32 | 15 | 172 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10100011 | 11011 | 0 | 11010 | 1101 | 1111010 | 101111 | 1001011 |
Color Harmonies of #A1DDA3
Complementary color
Monochromatic Colors of #A1DDA3
Black with #A1DDA3
Text Example
Text Example
White with #A1DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDA3; }
p { color: rgb(161,221,163); }
H1.HeaderClassName
{
color: #A1DDA3;
}
.AnyTagClassName
{
color: #A1DDA3;
}
</style>
background-color css
<style>
a { background-color: #A1DDA3; }
a { background-color: rgb(161,221,163); }
div.DivClassName
{
background-color: #A1DDA3;
}
.BgClassName
{
background-color: #A1DDA3;
}
</style>
border-color css
<style>
span { border-color: #A1DDA3; }
span { border-color: rgb(161,221,163); }
td.TdClassName
{
border-color: #A1DDA3;
}
.TagClassName
{
border-color: #A1DDA3;
}
</style>