Shades of Moss Green #A3DCA6
Tints of Moss Green #A3DCA6
RGB
CMYK
RGB Variations
Color information
#A3DCA6 (or 0xA3DCA6) is known color: Moss Green. HEX triplet: A3, DC and A6. RGB value is (163,220,166). Sum of RGB (Red+Green+Blue) = 163+220+166=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DCA6 is #5C2359. Grayscale: #C4C4C4. Windows color (decimal): -6038362 or 10935459. OLE color: 10935459.
HSL color Cylindrical-coordinate representation of color #A3DCA6: hue angle of 123.16º 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 #A3DCA6 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 166 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.14 |
| HSL | 123.16º | 0.45% | 0.75% | - |
| HSV(B) | 123.16º | 0.26% | 0.86% | - |
| XYZ | 47.58 | 61.73 | 45.48 | - |
| YUV | 196.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 166 | 0.26 | 0 | 0.25 | 0.14 | 123.16 | 0.45 | 0.75 |
| Hex | A3 | DC | A6 | 1A | 0 | 19 | E | 7B | 2D | 4B |
| Octal | 243 | 334 | 246 | 32 | 0 | 31 | 16 | 173 | 55 | 113 |
| Binary | 10100011 | 11011100 | 10100110 | 11010 | 0 | 11001 | 1110 | 1111011 | 101101 | 1001011 |
Color Harmonies of #A3DCA6
Complementary color
Monochromatic Colors of #A3DCA6
Black with #A3DCA6
Text Example
Text Example
White with #A3DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCA6; }
p { color: rgb(163,220,166); }
H1.HeaderClassName
{
color: #A3DCA6;
}
.AnyTagClassName
{
color: #A3DCA6;
}
</style>
background-color css
<style>
a { background-color: #A3DCA6; }
a { background-color: rgb(163,220,166); }
div.DivClassName
{
background-color: #A3DCA6;
}
.BgClassName
{
background-color: #A3DCA6;
}
</style>
border-color css
<style>
span { border-color: #A3DCA6; }
span { border-color: rgb(163,220,166); }
td.TdClassName
{
border-color: #A3DCA6;
}
.TagClassName
{
border-color: #A3DCA6;
}
</style>