Shades of Mantis #86C16A
Tints of Mantis #86C16A
RGB
CMYK
RGB Variations
Color information
#86C16A (or 0x86C16A) is known color: Mantis. HEX triplet: 86, C1 and 6A. RGB value is (134,193,106). Sum of RGB (Red+Green+Blue) = 134+193+106=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #86C16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C16A is #793E95. Grayscale: #A5A5A5. Windows color (decimal): -7945878 or 6996358. OLE color: 6996358.
HSL color Cylindrical-coordinate representation of color #86C16A: hue angle of 100.69º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86C16A is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 106 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.24 |
| HSL | 100.69º | 0.41% | 0.59% | - |
| HSV(B) | 100.69º | 0.45% | 0.76% | - |
| XYZ | 31.5 | 44.25 | 20.52 | - |
| YUV | 165.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 106 | 0.31 | 0 | 0.45 | 0.24 | 100.69 | 0.41 | 0.59 |
| Hex | 86 | C1 | 6A | 1F | 0 | 2D | 18 | 65 | 29 | 3B |
| Octal | 206 | 301 | 152 | 37 | 0 | 55 | 30 | 145 | 51 | 73 |
| Binary | 10000110 | 11000001 | 1101010 | 11111 | 0 | 101101 | 11000 | 1100101 | 101001 | 111011 |
Color Harmonies of #86C16A
Complementary color
Monochromatic Colors of #86C16A
Black with #86C16A
Text Example
Text Example
White with #86C16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C16A; }
p { color: rgb(134,193,106); }
H1.HeaderClassName
{
color: #86C16A;
}
.AnyTagClassName
{
color: #86C16A;
}
</style>
background-color css
<style>
a { background-color: #86C16A; }
a { background-color: rgb(134,193,106); }
div.DivClassName
{
background-color: #86C16A;
}
.BgClassName
{
background-color: #86C16A;
}
</style>
border-color css
<style>
span { border-color: #86C16A; }
span { border-color: rgb(134,193,106); }
td.TdClassName
{
border-color: #86C16A;
}
.TagClassName
{
border-color: #86C16A;
}
</style>