Shades of Mantis #8CC160
Tints of Mantis #8CC160
RGB
CMYK
RGB Variations
Color information
#8CC160 (or 0x8CC160) is known color: Mantis. HEX triplet: 8C, C1 and 60. RGB value is (140,193,96). Sum of RGB (Red+Green+Blue) = 140+193+96=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC160 is #733E9F. Grayscale: #A6A6A6. Windows color (decimal): -7552672 or 6341004. OLE color: 6341004.
HSL color Cylindrical-coordinate representation of color #8CC160: hue angle of 92.78º 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 #8CC160 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 96 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.24 |
| HSL | 92.78º | 0.44% | 0.57% | - |
| HSV(B) | 92.78º | 0.5% | 0.76% | - |
| XYZ | 32 | 44.56 | 17.98 | - |
| YUV | 166.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 96 | 0.27 | 0 | 0.50 | 0.24 | 92.78 | 0.44 | 0.57 |
| Hex | 8C | C1 | 60 | 1B | 0 | 32 | 18 | 5D | 2C | 39 |
| Octal | 214 | 301 | 140 | 33 | 0 | 62 | 30 | 135 | 54 | 71 |
| Binary | 10001100 | 11000001 | 1100000 | 11011 | 0 | 110010 | 11000 | 1011101 | 101100 | 111001 |
Color Harmonies of #8CC160
Complementary color
Monochromatic Colors of #8CC160
Black with #8CC160
Text Example
Text Example
White with #8CC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC160; }
p { color: rgb(140,193,96); }
H1.HeaderClassName
{
color: #8CC160;
}
.AnyTagClassName
{
color: #8CC160;
}
</style>
background-color css
<style>
a { background-color: #8CC160; }
a { background-color: rgb(140,193,96); }
div.DivClassName
{
background-color: #8CC160;
}
.BgClassName
{
background-color: #8CC160;
}
</style>
border-color css
<style>
span { border-color: #8CC160; }
span { border-color: rgb(140,193,96); }
td.TdClassName
{
border-color: #8CC160;
}
.TagClassName
{
border-color: #8CC160;
}
</style>