Shades of Mantis #8CC970
Tints of Mantis #8CC970
RGB
CMYK
RGB Variations
Color information
#8CC970 (or 0x8CC970) is known color: Mantis. HEX triplet: 8C, C9 and 70. RGB value is (140,201,112). Sum of RGB (Red+Green+Blue) = 140+201+112=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC970 is #73368F. Grayscale: #ACACAC. Windows color (decimal): -7550608 or 7391628. OLE color: 7391628.
HSL color Cylindrical-coordinate representation of color #8CC970: hue angle of 101.12º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CC970 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 112 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.21 |
| HSL | 101.12º | 0.45% | 0.61% | - |
| HSV(B) | 101.12º | 0.44% | 0.79% | - |
| XYZ | 34.63 | 48.52 | 22.87 | - |
| YUV | 172.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 112 | 0.30 | 0 | 0.44 | 0.21 | 101.12 | 0.45 | 0.61 |
| Hex | 8C | C9 | 70 | 1E | 0 | 2C | 15 | 65 | 2D | 3D |
| Octal | 214 | 311 | 160 | 36 | 0 | 54 | 25 | 145 | 55 | 75 |
| Binary | 10001100 | 11001001 | 1110000 | 11110 | 0 | 101100 | 10101 | 1100101 | 101101 | 111101 |
Color Harmonies of #8CC970
Complementary color
Monochromatic Colors of #8CC970
Black with #8CC970
Text Example
Text Example
White with #8CC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC970; }
p { color: rgb(140,201,112); }
H1.HeaderClassName
{
color: #8CC970;
}
.AnyTagClassName
{
color: #8CC970;
}
</style>
background-color css
<style>
a { background-color: #8CC970; }
a { background-color: rgb(140,201,112); }
div.DivClassName
{
background-color: #8CC970;
}
.BgClassName
{
background-color: #8CC970;
}
</style>
border-color css
<style>
span { border-color: #8CC970; }
span { border-color: rgb(140,201,112); }
td.TdClassName
{
border-color: #8CC970;
}
.TagClassName
{
border-color: #8CC970;
}
</style>