Shades of Moss Green #ABD7A5
Tints of Moss Green #ABD7A5
RGB
CMYK
RGB Variations
Color information
#ABD7A5 (or 0xABD7A5) is known color: Moss Green. HEX triplet: AB, D7 and A5. RGB value is (171,215,165). Sum of RGB (Red+Green+Blue) = 171+215+165=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD7A5 is #54285A. Grayscale: #C4C4C4. Windows color (decimal): -5515355 or 10868651. OLE color: 10868651.
HSL color Cylindrical-coordinate representation of color #ABD7A5: hue angle of 112.8º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD7A5 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 215 | 165 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.16 |
| HSL | 112.8º | 0.38% | 0.75% | - |
| HSV(B) | 112.8º | 0.23% | 0.84% | - |
| XYZ | 47.89 | 59.98 | 44.65 | - |
| YUV | 196.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 215 | 165 | 0.20 | 0 | 0.23 | 0.16 | 112.8 | 0.38 | 0.75 |
| Hex | AB | D7 | A5 | 14 | 0 | 17 | 10 | 71 | 26 | 4B |
| Octal | 253 | 327 | 245 | 24 | 0 | 27 | 20 | 161 | 46 | 113 |
| Binary | 10101011 | 11010111 | 10100101 | 10100 | 0 | 10111 | 10000 | 1110001 | 100110 | 1001011 |
Color Harmonies of #ABD7A5
Complementary color
Monochromatic Colors of #ABD7A5
Black with #ABD7A5
Text Example
Text Example
White with #ABD7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD7A5; }
p { color: rgb(171,215,165); }
H1.HeaderClassName
{
color: #ABD7A5;
}
.AnyTagClassName
{
color: #ABD7A5;
}
</style>
background-color css
<style>
a { background-color: #ABD7A5; }
a { background-color: rgb(171,215,165); }
div.DivClassName
{
background-color: #ABD7A5;
}
.BgClassName
{
background-color: #ABD7A5;
}
</style>
border-color css
<style>
span { border-color: #ABD7A5; }
span { border-color: rgb(171,215,165); }
td.TdClassName
{
border-color: #ABD7A5;
}
.TagClassName
{
border-color: #ABD7A5;
}
</style>