Shades of Moss Green #ABD2A6
Tints of Moss Green #ABD2A6
RGB
CMYK
RGB Variations
Color information
#ABD2A6 (or 0xABD2A6) is known color: Moss Green. HEX triplet: AB, D2 and A6. RGB value is (171,210,166). Sum of RGB (Red+Green+Blue) = 171+210+166=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD2A6 is #542D59. Grayscale: #C1C1C1. Windows color (decimal): -5516634 or 10932907. OLE color: 10932907.
HSL color Cylindrical-coordinate representation of color #ABD2A6: hue angle of 113.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD2A6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 166 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.18 |
| HSL | 113.18º | 0.33% | 0.74% | - |
| HSV(B) | 113.18º | 0.21% | 0.82% | - |
| XYZ | 46.72 | 57.5 | 44.71 | - |
| YUV | 193.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 166 | 0.19 | 0 | 0.21 | 0.18 | 113.18 | 0.33 | 0.74 |
| Hex | AB | D2 | A6 | 13 | 0 | 15 | 12 | 71 | 21 | 4A |
| Octal | 253 | 322 | 246 | 23 | 0 | 25 | 22 | 161 | 41 | 112 |
| Binary | 10101011 | 11010010 | 10100110 | 10011 | 0 | 10101 | 10010 | 1110001 | 100001 | 1001010 |
Color Harmonies of #ABD2A6
Complementary color
Monochromatic Colors of #ABD2A6
Black with #ABD2A6
Text Example
Text Example
White with #ABD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD2A6; }
p { color: rgb(171,210,166); }
H1.HeaderClassName
{
color: #ABD2A6;
}
.AnyTagClassName
{
color: #ABD2A6;
}
</style>
background-color css
<style>
a { background-color: #ABD2A6; }
a { background-color: rgb(171,210,166); }
div.DivClassName
{
background-color: #ABD2A6;
}
.BgClassName
{
background-color: #ABD2A6;
}
</style>
border-color css
<style>
span { border-color: #ABD2A6; }
span { border-color: rgb(171,210,166); }
td.TdClassName
{
border-color: #ABD2A6;
}
.TagClassName
{
border-color: #ABD2A6;
}
</style>