Shades of Moss Green #A6DDA6
Tints of Moss Green #A6DDA6
RGB
CMYK
RGB Variations
Color information
#A6DDA6 (or 0xA6DDA6) is known color: Moss Green. HEX triplet: A6, DD and A6. RGB value is (166,221,166). Sum of RGB (Red+Green+Blue) = 166+221+166=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DDA6 is #592259. Grayscale: #C6C6C6. Windows color (decimal): -5841498 or 10935718. OLE color: 10935718.
HSL color Cylindrical-coordinate representation of color #A6DDA6: hue angle of 120º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDA6 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
RGB | 166 | 221 | 166 | - |
CMYK | 0.25 | 0 | 0.25 | 0.13 |
HSL | 120º | 0.45% | 0.76% | - |
HSV(B) | 120º | 0.25% | 0.87% | - |
XYZ | 48.47 | 62.57 | 45.6 | - |
YUV | 198.29 | 109.78 | 104.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 221 | 166 | 0.25 | 0 | 0.25 | 0.13 | 120 | 0.45 | 0.76 |
Hex | A6 | DD | A6 | 19 | 0 | 19 | D | 78 | 2D | 4C |
Octal | 246 | 335 | 246 | 31 | 0 | 31 | 15 | 170 | 55 | 114 |
Binary | 10100110 | 11011101 | 10100110 | 11001 | 0 | 11001 | 1101 | 1111000 | 101101 | 1001100 |
Color Harmonies of #A6DDA6
Complementary color
Monochromatic Colors of #A6DDA6
Black with #A6DDA6
Text Example
Text Example
White with #A6DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDA6; }
p { color: rgb(166,221,166); }
H1.HeaderClassName
{
color: #A6DDA6;
}
.AnyTagClassName
{
color: #A6DDA6;
}
</style>
background-color css
<style>
a { background-color: #A6DDA6; }
a { background-color: rgb(166,221,166); }
div.DivClassName
{
background-color: #A6DDA6;
}
.BgClassName
{
background-color: #A6DDA6;
}
</style>
border-color css
<style>
span { border-color: #A6DDA6; }
span { border-color: rgb(166,221,166); }
td.TdClassName
{
border-color: #A6DDA6;
}
.TagClassName
{
border-color: #A6DDA6;
}
</style>