Shades of Moss Green #ABEFA5
Tints of Moss Green #ABEFA5
RGB
CMYK
RGB Variations
Color information
#ABEFA5 (or 0xABEFA5) is known color: Moss Green. HEX triplet: AB, EF and A5. RGB value is (171,239,165). Sum of RGB (Red+Green+Blue) = 171+239+165=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEFA5 is #54105A. Grayscale: #D2D2D2. Windows color (decimal): -5509211 or 10874795. OLE color: 10874795.
HSL color Cylindrical-coordinate representation of color #ABEFA5: hue angle of 115.14º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABEFA5 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 165 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.06 |
| HSL | 115.14º | 0.7% | 0.79% | - |
| HSV(B) | 115.14º | 0.31% | 0.94% | - |
| XYZ | 54.45 | 73.11 | 46.84 | - |
| YUV | 210.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 165 | 0.28 | 0 | 0.31 | 0.06 | 115.14 | 0.7 | 0.79 |
| Hex | AB | EF | A5 | 1C | 0 | 1F | 6 | 73 | 46 | 4F |
| Octal | 253 | 357 | 245 | 34 | 0 | 37 | 6 | 163 | 106 | 117 |
| Binary | 10101011 | 11101111 | 10100101 | 11100 | 0 | 11111 | 110 | 1110011 | 1000110 | 1001111 |
Color Harmonies of #ABEFA5
Complementary color
Monochromatic Colors of #ABEFA5
Black with #ABEFA5
Text Example
Text Example
White with #ABEFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFA5; }
p { color: rgb(171,239,165); }
H1.HeaderClassName
{
color: #ABEFA5;
}
.AnyTagClassName
{
color: #ABEFA5;
}
</style>
background-color css
<style>
a { background-color: #ABEFA5; }
a { background-color: rgb(171,239,165); }
div.DivClassName
{
background-color: #ABEFA5;
}
.BgClassName
{
background-color: #ABEFA5;
}
</style>
border-color css
<style>
span { border-color: #ABEFA5; }
span { border-color: rgb(171,239,165); }
td.TdClassName
{
border-color: #ABEFA5;
}
.TagClassName
{
border-color: #ABEFA5;
}
</style>