Shades of Mantis #8CC166
Tints of Mantis #8CC166
RGB
CMYK
RGB Variations
Color information
#8CC166 (or 0x8CC166) is known color: Mantis. HEX triplet: 8C, C1 and 66. RGB value is (140,193,102). Sum of RGB (Red+Green+Blue) = 140+193+102=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC166 is #733E99. Grayscale: #A7A7A7. Windows color (decimal): -7552666 or 6734220. OLE color: 6734220.
HSL color Cylindrical-coordinate representation of color #8CC166: hue angle of 94.95º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CC166 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 102 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.24 |
| HSL | 94.95º | 0.42% | 0.58% | - |
| HSV(B) | 94.95º | 0.47% | 0.76% | - |
| XYZ | 32.28 | 44.67 | 19.49 | - |
| YUV | 166.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 102 | 0.27 | 0 | 0.47 | 0.24 | 94.95 | 0.42 | 0.58 |
| Hex | 8C | C1 | 66 | 1B | 0 | 2F | 18 | 5F | 2A | 3A |
| Octal | 214 | 301 | 146 | 33 | 0 | 57 | 30 | 137 | 52 | 72 |
| Binary | 10001100 | 11000001 | 1100110 | 11011 | 0 | 101111 | 11000 | 1011111 | 101010 | 111010 |
Color Harmonies of #8CC166
Complementary color
Monochromatic Colors of #8CC166
Black with #8CC166
Text Example
Text Example
White with #8CC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC166; }
p { color: rgb(140,193,102); }
H1.HeaderClassName
{
color: #8CC166;
}
.AnyTagClassName
{
color: #8CC166;
}
</style>
background-color css
<style>
a { background-color: #8CC166; }
a { background-color: rgb(140,193,102); }
div.DivClassName
{
background-color: #8CC166;
}
.BgClassName
{
background-color: #8CC166;
}
</style>
border-color css
<style>
span { border-color: #8CC166; }
span { border-color: rgb(140,193,102); }
td.TdClassName
{
border-color: #8CC166;
}
.TagClassName
{
border-color: #8CC166;
}
</style>