Shades of Moss Green #ABDDAB
Tints of Moss Green #ABDDAB
RGB
CMYK
RGB Variations
Color information
#ABDDAB (or 0xABDDAB) is known color: Moss Green. HEX triplet: AB, DD and AB. RGB value is (171,221,171). Sum of RGB (Red+Green+Blue) = 171+221+171=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDAB is #542254. Grayscale: #C8C8C8. Windows color (decimal): -5513813 or 11263403. OLE color: 11263403.
HSL color Cylindrical-coordinate representation of color #ABDDAB: hue angle of 120º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDAB is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 171 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.13 |
| HSL | 120º | 0.42% | 0.77% | - |
| HSV(B) | 120º | 0.23% | 0.87% | - |
| XYZ | 50 | 63.31 | 48.11 | - |
| YUV | 200.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 171 | 0.23 | 0 | 0.23 | 0.13 | 120 | 0.42 | 0.77 |
| Hex | AB | DD | AB | 17 | 0 | 17 | D | 78 | 2A | 4D |
| Octal | 253 | 335 | 253 | 27 | 0 | 27 | 15 | 170 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10101011 | 10111 | 0 | 10111 | 1101 | 1111000 | 101010 | 1001101 |
Color Harmonies of #ABDDAB
Complementary color
Monochromatic Colors of #ABDDAB
Black with #ABDDAB
Text Example
Text Example
White with #ABDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDAB; }
p { color: rgb(171,221,171); }
H1.HeaderClassName
{
color: #ABDDAB;
}
.AnyTagClassName
{
color: #ABDDAB;
}
</style>
background-color css
<style>
a { background-color: #ABDDAB; }
a { background-color: rgb(171,221,171); }
div.DivClassName
{
background-color: #ABDDAB;
}
.BgClassName
{
background-color: #ABDDAB;
}
</style>
border-color css
<style>
span { border-color: #ABDDAB; }
span { border-color: rgb(171,221,171); }
td.TdClassName
{
border-color: #ABDDAB;
}
.TagClassName
{
border-color: #ABDDAB;
}
</style>