Shades of Moss Green #A1DBA3
Tints of Moss Green #A1DBA3
RGB
CMYK
RGB Variations
Color information
#A1DBA3 (or 0xA1DBA3) is known color: Moss Green. HEX triplet: A1, DB and A3. RGB value is (161,219,163). Sum of RGB (Red+Green+Blue) = 161+219+163=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBA3 is #5E245C. Grayscale: #C3C3C3. Windows color (decimal): -6169693 or 10738593. OLE color: 10738593.
HSL color Cylindrical-coordinate representation of color #A1DBA3: hue angle of 122.07º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBA3 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 163 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.14 |
| HSL | 122.07º | 0.45% | 0.75% | - |
| HSV(B) | 122.07º | 0.26% | 0.86% | - |
| XYZ | 46.64 | 60.88 | 43.94 | - |
| YUV | 195.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 163 | 0.26 | 0 | 0.26 | 0.14 | 122.07 | 0.45 | 0.75 |
| Hex | A1 | DB | A3 | 1A | 0 | 1A | E | 7A | 2D | 4B |
| Octal | 241 | 333 | 243 | 32 | 0 | 32 | 16 | 172 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10100011 | 11010 | 0 | 11010 | 1110 | 1111010 | 101101 | 1001011 |
Color Harmonies of #A1DBA3
Complementary color
Monochromatic Colors of #A1DBA3
Black with #A1DBA3
Text Example
Text Example
White with #A1DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBA3; }
p { color: rgb(161,219,163); }
H1.HeaderClassName
{
color: #A1DBA3;
}
.AnyTagClassName
{
color: #A1DBA3;
}
</style>
background-color css
<style>
a { background-color: #A1DBA3; }
a { background-color: rgb(161,219,163); }
div.DivClassName
{
background-color: #A1DBA3;
}
.BgClassName
{
background-color: #A1DBA3;
}
</style>
border-color css
<style>
span { border-color: #A1DBA3; }
span { border-color: rgb(161,219,163); }
td.TdClassName
{
border-color: #A1DBA3;
}
.TagClassName
{
border-color: #A1DBA3;
}
</style>