Shades of Mantis #8DC160
Tints of Mantis #8DC160
RGB
CMYK
RGB Variations
Color information
#8DC160 (or 0x8DC160) is known color: Mantis. HEX triplet: 8D, C1 and 60. RGB value is (141,193,96). Sum of RGB (Red+Green+Blue) = 141+193+96=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC160 is #723E9F. Grayscale: #A6A6A6. Windows color (decimal): -7487136 or 6341005. OLE color: 6341005.
HSL color Cylindrical-coordinate representation of color #8DC160: hue angle of 92.16º 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 #8DC160 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 96 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.24 |
| HSL | 92.16º | 0.44% | 0.57% | - |
| HSV(B) | 92.16º | 0.5% | 0.76% | - |
| XYZ | 32.17 | 44.65 | 17.99 | - |
| YUV | 166.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 96 | 0.27 | 0 | 0.50 | 0.24 | 92.16 | 0.44 | 0.57 |
| Hex | 8D | C1 | 60 | 1B | 0 | 32 | 18 | 5C | 2C | 39 |
| Octal | 215 | 301 | 140 | 33 | 0 | 62 | 30 | 134 | 54 | 71 |
| Binary | 10001101 | 11000001 | 1100000 | 11011 | 0 | 110010 | 11000 | 1011100 | 101100 | 111001 |
Color Harmonies of #8DC160
Complementary color
Monochromatic Colors of #8DC160
Black with #8DC160
Text Example
Text Example
White with #8DC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC160; }
p { color: rgb(141,193,96); }
H1.HeaderClassName
{
color: #8DC160;
}
.AnyTagClassName
{
color: #8DC160;
}
</style>
background-color css
<style>
a { background-color: #8DC160; }
a { background-color: rgb(141,193,96); }
div.DivClassName
{
background-color: #8DC160;
}
.BgClassName
{
background-color: #8DC160;
}
</style>
border-color css
<style>
span { border-color: #8DC160; }
span { border-color: rgb(141,193,96); }
td.TdClassName
{
border-color: #8DC160;
}
.TagClassName
{
border-color: #8DC160;
}
</style>