Shades of Mantis #8FC156
Tints of Mantis #8FC156
RGB
CMYK
RGB Variations
Color information
#8FC156 (or 0x8FC156) is known color: Mantis. HEX triplet: 8F, C1 and 56. RGB value is (143,193,86). Sum of RGB (Red+Green+Blue) = 143+193+86=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC156 is #703EA9. Grayscale: #A6A6A6. Windows color (decimal): -7356074 or 5685647. OLE color: 5685647.
HSL color Cylindrical-coordinate representation of color #8FC156: hue angle of 88.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FC156 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 86 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.24 |
| HSL | 88.04º | 0.46% | 0.55% | - |
| HSV(B) | 88.04º | 0.55% | 0.76% | - |
| XYZ | 32.08 | 44.65 | 15.73 | - |
| YUV | 165.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 86 | 0.26 | 0 | 0.55 | 0.24 | 88.04 | 0.46 | 0.55 |
| Hex | 8F | C1 | 56 | 1A | 0 | 37 | 18 | 58 | 2E | 37 |
| Octal | 217 | 301 | 126 | 32 | 0 | 67 | 30 | 130 | 56 | 67 |
| Binary | 10001111 | 11000001 | 1010110 | 11010 | 0 | 110111 | 11000 | 1011000 | 101110 | 110111 |
Color Harmonies of #8FC156
Complementary color
Monochromatic Colors of #8FC156
Black with #8FC156
Text Example
Text Example
White with #8FC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC156; }
p { color: rgb(143,193,86); }
H1.HeaderClassName
{
color: #8FC156;
}
.AnyTagClassName
{
color: #8FC156;
}
</style>
background-color css
<style>
a { background-color: #8FC156; }
a { background-color: rgb(143,193,86); }
div.DivClassName
{
background-color: #8FC156;
}
.BgClassName
{
background-color: #8FC156;
}
</style>
border-color css
<style>
span { border-color: #8FC156; }
span { border-color: rgb(143,193,86); }
td.TdClassName
{
border-color: #8FC156;
}
.TagClassName
{
border-color: #8FC156;
}
</style>