Shades of Moss Green #ABF2A8
Tints of Moss Green #ABF2A8
RGB
CMYK
RGB Variations
Color information
#ABF2A8 (or 0xABF2A8) is known color: Moss Green. HEX triplet: AB, F2 and A8. RGB value is (171,242,168). Sum of RGB (Red+Green+Blue) = 171+242+168=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF2A8 is #540D57. Grayscale: #D4D4D4. Windows color (decimal): -5508440 or 11072171. OLE color: 11072171.
HSL color Cylindrical-coordinate representation of color #ABF2A8: hue angle of 117.57º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF2A8 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 168 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.05 |
| HSL | 117.57º | 0.74% | 0.8% | - |
| HSV(B) | 117.57º | 0.31% | 0.95% | - |
| XYZ | 55.61 | 74.99 | 48.59 | - |
| YUV | 212.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 168 | 0.29 | 0 | 0.31 | 0.05 | 117.57 | 0.74 | 0.8 |
| Hex | AB | F2 | A8 | 1D | 0 | 1F | 5 | 76 | 4A | 50 |
| Octal | 253 | 362 | 250 | 35 | 0 | 37 | 5 | 166 | 112 | 120 |
| Binary | 10101011 | 11110010 | 10101000 | 11101 | 0 | 11111 | 101 | 1110110 | 1001010 | 1010000 |
Color Harmonies of #ABF2A8
Complementary color
Monochromatic Colors of #ABF2A8
Black with #ABF2A8
Text Example
Text Example
White with #ABF2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2A8; }
p { color: rgb(171,242,168); }
H1.HeaderClassName
{
color: #ABF2A8;
}
.AnyTagClassName
{
color: #ABF2A8;
}
</style>
background-color css
<style>
a { background-color: #ABF2A8; }
a { background-color: rgb(171,242,168); }
div.DivClassName
{
background-color: #ABF2A8;
}
.BgClassName
{
background-color: #ABF2A8;
}
</style>
border-color css
<style>
span { border-color: #ABF2A8; }
span { border-color: rgb(171,242,168); }
td.TdClassName
{
border-color: #ABF2A8;
}
.TagClassName
{
border-color: #ABF2A8;
}
</style>