Shades of Moss Green #ABEDA5
Tints of Moss Green #ABEDA5
RGB
CMYK
RGB Variations
Color information
#ABEDA5 (or 0xABEDA5) is known color: Moss Green. HEX triplet: AB, ED and A5. RGB value is (171,237,165). Sum of RGB (Red+Green+Blue) = 171+237+165=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEDA5 is #54125A. Grayscale: #D1D1D1. Windows color (decimal): -5509723 or 10874283. OLE color: 10874283.
HSL color Cylindrical-coordinate representation of color #ABEDA5: hue angle of 115º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABEDA5 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 165 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.07 |
| HSL | 115º | 0.67% | 0.79% | - |
| HSV(B) | 115º | 0.3% | 0.93% | - |
| XYZ | 53.87 | 71.94 | 46.64 | - |
| YUV | 209.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 165 | 0.28 | 0 | 0.30 | 0.07 | 115 | 0.67 | 0.79 |
| Hex | AB | ED | A5 | 1C | 0 | 1E | 7 | 73 | 43 | 4F |
| Octal | 253 | 355 | 245 | 34 | 0 | 36 | 7 | 163 | 103 | 117 |
| Binary | 10101011 | 11101101 | 10100101 | 11100 | 0 | 11110 | 111 | 1110011 | 1000011 | 1001111 |
Color Harmonies of #ABEDA5
Complementary color
Monochromatic Colors of #ABEDA5
Black with #ABEDA5
Text Example
Text Example
White with #ABEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDA5; }
p { color: rgb(171,237,165); }
H1.HeaderClassName
{
color: #ABEDA5;
}
.AnyTagClassName
{
color: #ABEDA5;
}
</style>
background-color css
<style>
a { background-color: #ABEDA5; }
a { background-color: rgb(171,237,165); }
div.DivClassName
{
background-color: #ABEDA5;
}
.BgClassName
{
background-color: #ABEDA5;
}
</style>
border-color css
<style>
span { border-color: #ABEDA5; }
span { border-color: rgb(171,237,165); }
td.TdClassName
{
border-color: #ABEDA5;
}
.TagClassName
{
border-color: #ABEDA5;
}
</style>