Shades of Mantis #8EC970
Tints of Mantis #8EC970
RGB
CMYK
RGB Variations
Color information
#8EC970 (or 0x8EC970) is known color: Mantis. HEX triplet: 8E, C9 and 70. RGB value is (142,201,112). Sum of RGB (Red+Green+Blue) = 142+201+112=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC970 is #71368F. Grayscale: #ADADAD. Windows color (decimal): -7419536 or 7391630. OLE color: 7391630.
HSL color Cylindrical-coordinate representation of color #8EC970: hue angle of 99.78º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EC970 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 112 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.21 |
| HSL | 99.78º | 0.45% | 0.61% | - |
| HSV(B) | 99.78º | 0.44% | 0.79% | - |
| XYZ | 34.97 | 48.69 | 22.89 | - |
| YUV | 173.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 112 | 0.29 | 0 | 0.44 | 0.21 | 99.78 | 0.45 | 0.61 |
| Hex | 8E | C9 | 70 | 1D | 0 | 2C | 15 | 64 | 2D | 3D |
| Octal | 216 | 311 | 160 | 35 | 0 | 54 | 25 | 144 | 55 | 75 |
| Binary | 10001110 | 11001001 | 1110000 | 11101 | 0 | 101100 | 10101 | 1100100 | 101101 | 111101 |
Color Harmonies of #8EC970
Complementary color
Monochromatic Colors of #8EC970
Black with #8EC970
Text Example
Text Example
White with #8EC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC970; }
p { color: rgb(142,201,112); }
H1.HeaderClassName
{
color: #8EC970;
}
.AnyTagClassName
{
color: #8EC970;
}
</style>
background-color css
<style>
a { background-color: #8EC970; }
a { background-color: rgb(142,201,112); }
div.DivClassName
{
background-color: #8EC970;
}
.BgClassName
{
background-color: #8EC970;
}
</style>
border-color css
<style>
span { border-color: #8EC970; }
span { border-color: rgb(142,201,112); }
td.TdClassName
{
border-color: #8EC970;
}
.TagClassName
{
border-color: #8EC970;
}
</style>