Shades of Moss Green #A6DBA3
Tints of Moss Green #A6DBA3
RGB
CMYK
RGB Variations
Color information
#A6DBA3 (or 0xA6DBA3) is known color: Moss Green. HEX triplet: A6, DB and A3. RGB value is (166,219,163). Sum of RGB (Red+Green+Blue) = 166+219+163=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DBA3 is #59245C. Grayscale: #C4C4C4. Windows color (decimal): -5842013 or 10738598. OLE color: 10738598.
HSL color Cylindrical-coordinate representation of color #A6DBA3: hue angle of 116.79º degrees, saturation: 0.44, 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 #A6DBA3 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 163 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.14 |
| HSL | 116.79º | 0.44% | 0.75% | - |
| HSV(B) | 116.79º | 0.26% | 0.86% | - |
| XYZ | 47.67 | 61.41 | 43.99 | - |
| YUV | 196.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 163 | 0.24 | 0 | 0.26 | 0.14 | 116.79 | 0.44 | 0.75 |
| Hex | A6 | DB | A3 | 18 | 0 | 1A | E | 75 | 2C | 4B |
| Octal | 246 | 333 | 243 | 30 | 0 | 32 | 16 | 165 | 54 | 113 |
| Binary | 10100110 | 11011011 | 10100011 | 11000 | 0 | 11010 | 1110 | 1110101 | 101100 | 1001011 |
Color Harmonies of #A6DBA3
Complementary color
Monochromatic Colors of #A6DBA3
Black with #A6DBA3
Text Example
Text Example
White with #A6DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBA3; }
p { color: rgb(166,219,163); }
H1.HeaderClassName
{
color: #A6DBA3;
}
.AnyTagClassName
{
color: #A6DBA3;
}
</style>
background-color css
<style>
a { background-color: #A6DBA3; }
a { background-color: rgb(166,219,163); }
div.DivClassName
{
background-color: #A6DBA3;
}
.BgClassName
{
background-color: #A6DBA3;
}
</style>
border-color css
<style>
span { border-color: #A6DBA3; }
span { border-color: rgb(166,219,163); }
td.TdClassName
{
border-color: #A6DBA3;
}
.TagClassName
{
border-color: #A6DBA3;
}
</style>