Shades of Mantis #8CC069
Tints of Mantis #8CC069
RGB
CMYK
RGB Variations
Color information
#8CC069 (or 0x8CC069) is known color: Mantis. HEX triplet: 8C, C0 and 69. RGB value is (140,192,105). Sum of RGB (Red+Green+Blue) = 140+192+105=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC069 is #733F96. Grayscale: #A6A6A6. Windows color (decimal): -7552919 or 6930572. OLE color: 6930572.
HSL color Cylindrical-coordinate representation of color #8CC069: hue angle of 95.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CC069 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 105 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.25 |
| HSL | 95.86º | 0.41% | 0.58% | - |
| HSV(B) | 95.86º | 0.45% | 0.75% | - |
| XYZ | 32.21 | 44.29 | 20.22 | - |
| YUV | 166.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 105 | 0.27 | 0 | 0.45 | 0.25 | 95.86 | 0.41 | 0.58 |
| Hex | 8C | C0 | 69 | 1B | 0 | 2D | 19 | 60 | 29 | 3A |
| Octal | 214 | 300 | 151 | 33 | 0 | 55 | 31 | 140 | 51 | 72 |
| Binary | 10001100 | 11000000 | 1101001 | 11011 | 0 | 101101 | 11001 | 1100000 | 101001 | 111010 |
Color Harmonies of #8CC069
Complementary color
Monochromatic Colors of #8CC069
Black with #8CC069
Text Example
Text Example
White with #8CC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC069; }
p { color: rgb(140,192,105); }
H1.HeaderClassName
{
color: #8CC069;
}
.AnyTagClassName
{
color: #8CC069;
}
</style>
background-color css
<style>
a { background-color: #8CC069; }
a { background-color: rgb(140,192,105); }
div.DivClassName
{
background-color: #8CC069;
}
.BgClassName
{
background-color: #8CC069;
}
</style>
border-color css
<style>
span { border-color: #8CC069; }
span { border-color: rgb(140,192,105); }
td.TdClassName
{
border-color: #8CC069;
}
.TagClassName
{
border-color: #8CC069;
}
</style>