Shades of Moss Green #ABDDA5
Tints of Moss Green #ABDDA5
RGB
CMYK
RGB Variations
Color information
#ABDDA5 (or 0xABDDA5) is known color: Moss Green. HEX triplet: AB, DD and A5. RGB value is (171,221,165). Sum of RGB (Red+Green+Blue) = 171+221+165=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDA5 is #54225A. Grayscale: #C7C7C7. Windows color (decimal): -5513819 or 10870187. OLE color: 10870187.
HSL color Cylindrical-coordinate representation of color #ABDDA5: hue angle of 113.57º 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 #ABDDA5 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 165 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.13 |
| HSL | 113.57º | 0.45% | 0.76% | - |
| HSV(B) | 113.57º | 0.25% | 0.87% | - |
| XYZ | 49.44 | 63.09 | 45.17 | - |
| YUV | 199.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 165 | 0.23 | 0 | 0.25 | 0.13 | 113.57 | 0.45 | 0.76 |
| Hex | AB | DD | A5 | 17 | 0 | 19 | D | 72 | 2D | 4C |
| Octal | 253 | 335 | 245 | 27 | 0 | 31 | 15 | 162 | 55 | 114 |
| Binary | 10101011 | 11011101 | 10100101 | 10111 | 0 | 11001 | 1101 | 1110010 | 101101 | 1001100 |
Color Harmonies of #ABDDA5
Complementary color
Monochromatic Colors of #ABDDA5
Black with #ABDDA5
Text Example
Text Example
White with #ABDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDA5; }
p { color: rgb(171,221,165); }
H1.HeaderClassName
{
color: #ABDDA5;
}
.AnyTagClassName
{
color: #ABDDA5;
}
</style>
background-color css
<style>
a { background-color: #ABDDA5; }
a { background-color: rgb(171,221,165); }
div.DivClassName
{
background-color: #ABDDA5;
}
.BgClassName
{
background-color: #ABDDA5;
}
</style>
border-color css
<style>
span { border-color: #ABDDA5; }
span { border-color: rgb(171,221,165); }
td.TdClassName
{
border-color: #ABDDA5;
}
.TagClassName
{
border-color: #ABDDA5;
}
</style>