Shades of Mantis #8BC160
Tints of Mantis #8BC160
RGB
CMYK
RGB Variations
Color information
#8BC160 (or 0x8BC160) is known color: Mantis. HEX triplet: 8B, C1 and 60. RGB value is (139,193,96). Sum of RGB (Red+Green+Blue) = 139+193+96=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC160 is #743E9F. Grayscale: #A6A6A6. Windows color (decimal): -7618208 or 6341003. OLE color: 6341003.
HSL color Cylindrical-coordinate representation of color #8BC160: hue angle of 93.4º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BC160 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 96 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.24 |
| HSL | 93.4º | 0.44% | 0.57% | - |
| HSV(B) | 93.4º | 0.5% | 0.76% | - |
| XYZ | 31.83 | 44.47 | 17.97 | - |
| YUV | 165.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 96 | 0.28 | 0 | 0.50 | 0.24 | 93.4 | 0.44 | 0.57 |
| Hex | 8B | C1 | 60 | 1C | 0 | 32 | 18 | 5D | 2C | 39 |
| Octal | 213 | 301 | 140 | 34 | 0 | 62 | 30 | 135 | 54 | 71 |
| Binary | 10001011 | 11000001 | 1100000 | 11100 | 0 | 110010 | 11000 | 1011101 | 101100 | 111001 |
Color Harmonies of #8BC160
Complementary color
Monochromatic Colors of #8BC160
Black with #8BC160
Text Example
Text Example
White with #8BC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC160; }
p { color: rgb(139,193,96); }
H1.HeaderClassName
{
color: #8BC160;
}
.AnyTagClassName
{
color: #8BC160;
}
</style>
background-color css
<style>
a { background-color: #8BC160; }
a { background-color: rgb(139,193,96); }
div.DivClassName
{
background-color: #8BC160;
}
.BgClassName
{
background-color: #8BC160;
}
</style>
border-color css
<style>
span { border-color: #8BC160; }
span { border-color: rgb(139,193,96); }
td.TdClassName
{
border-color: #8BC160;
}
.TagClassName
{
border-color: #8BC160;
}
</style>