Shades of Mantis #8ED96A
Tints of Mantis #8ED96A
RGB
CMYK
RGB Variations
Color information
#8ED96A (or 0x8ED96A) is known color: Mantis. HEX triplet: 8E, D9 and 6A. RGB value is (142,217,106). Sum of RGB (Red+Green+Blue) = 142+217+106=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED96A is #712695. Grayscale: #B6B6B6. Windows color (decimal): -7415446 or 7002510. OLE color: 7002510.
HSL color Cylindrical-coordinate representation of color #8ED96A: hue angle of 100.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8ED96A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 217 | 106 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.15 |
| HSL | 100.54º | 0.59% | 0.63% | - |
| HSV(B) | 100.54º | 0.51% | 0.85% | - |
| XYZ | 38.57 | 56.42 | 22.49 | - |
| YUV | 181.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 217 | 106 | 0.35 | 0 | 0.51 | 0.15 | 100.54 | 0.59 | 0.63 |
| Hex | 8E | D9 | 6A | 23 | 0 | 33 | F | 65 | 3B | 3F |
| Octal | 216 | 331 | 152 | 43 | 0 | 63 | 17 | 145 | 73 | 77 |
| Binary | 10001110 | 11011001 | 1101010 | 100011 | 0 | 110011 | 1111 | 1100101 | 111011 | 111111 |
Color Harmonies of #8ED96A
Complementary color
Monochromatic Colors of #8ED96A
Black with #8ED96A
Text Example
Text Example
White with #8ED96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED96A; }
p { color: rgb(142,217,106); }
H1.HeaderClassName
{
color: #8ED96A;
}
.AnyTagClassName
{
color: #8ED96A;
}
</style>
background-color css
<style>
a { background-color: #8ED96A; }
a { background-color: rgb(142,217,106); }
div.DivClassName
{
background-color: #8ED96A;
}
.BgClassName
{
background-color: #8ED96A;
}
</style>
border-color css
<style>
span { border-color: #8ED96A; }
span { border-color: rgb(142,217,106); }
td.TdClassName
{
border-color: #8ED96A;
}
.TagClassName
{
border-color: #8ED96A;
}
</style>