Shades of Mantis #8FC86A
Tints of Mantis #8FC86A
RGB
CMYK
RGB Variations
Color information
#8FC86A (or 0x8FC86A) is known color: Mantis. HEX triplet: 8F, C8 and 6A. RGB value is (143,200,106). Sum of RGB (Red+Green+Blue) = 143+200+106=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC86A is #703795. Grayscale: #ACACAC. Windows color (decimal): -7354262 or 6998159. OLE color: 6998159.
HSL color Cylindrical-coordinate representation of color #8FC86A: hue angle of 96.38º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FC86A is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 106 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.22 |
| HSL | 96.38º | 0.46% | 0.6% | - |
| HSV(B) | 96.38º | 0.47% | 0.78% | - |
| XYZ | 34.58 | 48.19 | 21.11 | - |
| YUV | 172.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 106 | 0.28 | 0 | 0.47 | 0.22 | 96.38 | 0.46 | 0.6 |
| Hex | 8F | C8 | 6A | 1C | 0 | 2F | 16 | 60 | 2E | 3C |
| Octal | 217 | 310 | 152 | 34 | 0 | 57 | 26 | 140 | 56 | 74 |
| Binary | 10001111 | 11001000 | 1101010 | 11100 | 0 | 101111 | 10110 | 1100000 | 101110 | 111100 |
Color Harmonies of #8FC86A
Complementary color
Monochromatic Colors of #8FC86A
Black with #8FC86A
Text Example
Text Example
White with #8FC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC86A; }
p { color: rgb(143,200,106); }
H1.HeaderClassName
{
color: #8FC86A;
}
.AnyTagClassName
{
color: #8FC86A;
}
</style>
background-color css
<style>
a { background-color: #8FC86A; }
a { background-color: rgb(143,200,106); }
div.DivClassName
{
background-color: #8FC86A;
}
.BgClassName
{
background-color: #8FC86A;
}
</style>
border-color css
<style>
span { border-color: #8FC86A; }
span { border-color: rgb(143,200,106); }
td.TdClassName
{
border-color: #8FC86A;
}
.TagClassName
{
border-color: #8FC86A;
}
</style>