Shades of Mantis #8CC96D
Tints of Mantis #8CC96D
RGB
CMYK
RGB Variations
Color information
#8CC96D (or 0x8CC96D) is known color: Mantis. HEX triplet: 8C, C9 and 6D. RGB value is (140,201,109). Sum of RGB (Red+Green+Blue) = 140+201+109=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC96D is #733692. Grayscale: #ACACAC. Windows color (decimal): -7550611 or 7195020. OLE color: 7195020.
HSL color Cylindrical-coordinate representation of color #8CC96D: hue angle of 99.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CC96D is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 109 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.21 |
| HSL | 99.78º | 0.46% | 0.61% | - |
| HSV(B) | 99.78º | 0.46% | 0.79% | - |
| XYZ | 34.46 | 48.45 | 22 | - |
| YUV | 172.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 109 | 0.30 | 0 | 0.46 | 0.21 | 99.78 | 0.46 | 0.61 |
| Hex | 8C | C9 | 6D | 1E | 0 | 2E | 15 | 64 | 2E | 3D |
| Octal | 214 | 311 | 155 | 36 | 0 | 56 | 25 | 144 | 56 | 75 |
| Binary | 10001100 | 11001001 | 1101101 | 11110 | 0 | 101110 | 10101 | 1100100 | 101110 | 111101 |
Color Harmonies of #8CC96D
Complementary color
Monochromatic Colors of #8CC96D
Black with #8CC96D
Text Example
Text Example
White with #8CC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC96D; }
p { color: rgb(140,201,109); }
H1.HeaderClassName
{
color: #8CC96D;
}
.AnyTagClassName
{
color: #8CC96D;
}
</style>
background-color css
<style>
a { background-color: #8CC96D; }
a { background-color: rgb(140,201,109); }
div.DivClassName
{
background-color: #8CC96D;
}
.BgClassName
{
background-color: #8CC96D;
}
</style>
border-color css
<style>
span { border-color: #8CC96D; }
span { border-color: rgb(140,201,109); }
td.TdClassName
{
border-color: #8CC96D;
}
.TagClassName
{
border-color: #8CC96D;
}
</style>