Shades of Mantis #8EC65A
Tints of Mantis #8EC65A
RGB
CMYK
RGB Variations
Color information
#8EC65A (or 0x8EC65A) is known color: Mantis. HEX triplet: 8E, C6 and 5A. RGB value is (142,198,90). Sum of RGB (Red+Green+Blue) = 142+198+90=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC65A is #7139A5. Grayscale: #A9A9A9. Windows color (decimal): -7420326 or 5949070. OLE color: 5949070.
HSL color Cylindrical-coordinate representation of color #8EC65A: hue angle of 91.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EC65A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 90 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.22 |
| HSL | 91.11º | 0.49% | 0.56% | - |
| HSV(B) | 91.11º | 0.55% | 0.78% | - |
| XYZ | 33.19 | 46.88 | 16.97 | - |
| YUV | 168.94 | 83.45 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 90 | 0.28 | 0 | 0.55 | 0.22 | 91.11 | 0.49 | 0.56 |
| Hex | 8E | C6 | 5A | 1C | 0 | 37 | 16 | 5B | 31 | 38 |
| Octal | 216 | 306 | 132 | 34 | 0 | 67 | 26 | 133 | 61 | 70 |
| Binary | 10001110 | 11000110 | 1011010 | 11100 | 0 | 110111 | 10110 | 1011011 | 110001 | 111000 |
Color Harmonies of #8EC65A
Complementary color
Monochromatic Colors of #8EC65A
Black with #8EC65A
Text Example
Text Example
White with #8EC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC65A; }
p { color: rgb(142,198,90); }
H1.HeaderClassName
{
color: #8EC65A;
}
.AnyTagClassName
{
color: #8EC65A;
}
</style>
background-color css
<style>
a { background-color: #8EC65A; }
a { background-color: rgb(142,198,90); }
div.DivClassName
{
background-color: #8EC65A;
}
.BgClassName
{
background-color: #8EC65A;
}
</style>
border-color css
<style>
span { border-color: #8EC65A; }
span { border-color: rgb(142,198,90); }
td.TdClassName
{
border-color: #8EC65A;
}
.TagClassName
{
border-color: #8EC65A;
}
</style>