Shades of Mantis #8CC162
Tints of Mantis #8CC162
RGB
CMYK
RGB Variations
Color information
#8CC162 (or 0x8CC162) is known color: Mantis. HEX triplet: 8C, C1 and 62. RGB value is (140,193,98). Sum of RGB (Red+Green+Blue) = 140+193+98=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC162 is #733E9D. Grayscale: #A6A6A6. Windows color (decimal): -7552670 or 6472076. OLE color: 6472076.
HSL color Cylindrical-coordinate representation of color #8CC162: hue angle of 93.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CC162 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 98 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.24 |
| HSL | 93.47º | 0.43% | 0.57% | - |
| HSV(B) | 93.47º | 0.49% | 0.76% | - |
| XYZ | 32.09 | 44.6 | 18.47 | - |
| YUV | 166.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 98 | 0.27 | 0 | 0.49 | 0.24 | 93.47 | 0.43 | 0.57 |
| Hex | 8C | C1 | 62 | 1B | 0 | 31 | 18 | 5D | 2B | 39 |
| Octal | 214 | 301 | 142 | 33 | 0 | 61 | 30 | 135 | 53 | 71 |
| Binary | 10001100 | 11000001 | 1100010 | 11011 | 0 | 110001 | 11000 | 1011101 | 101011 | 111001 |
Color Harmonies of #8CC162
Complementary color
Monochromatic Colors of #8CC162
Black with #8CC162
Text Example
Text Example
White with #8CC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC162; }
p { color: rgb(140,193,98); }
H1.HeaderClassName
{
color: #8CC162;
}
.AnyTagClassName
{
color: #8CC162;
}
</style>
background-color css
<style>
a { background-color: #8CC162; }
a { background-color: rgb(140,193,98); }
div.DivClassName
{
background-color: #8CC162;
}
.BgClassName
{
background-color: #8CC162;
}
</style>
border-color css
<style>
span { border-color: #8CC162; }
span { border-color: rgb(140,193,98); }
td.TdClassName
{
border-color: #8CC162;
}
.TagClassName
{
border-color: #8CC162;
}
</style>