#8CC86B

Color #8CC86B Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8CC86B

Tints of Mantis #8CC86B

Color information

#8CC86B (or 0x8CC86B) is unknown color: approx Mantis. HEX triplet: 8C, C8 and 6B. RGB value is (140,200,107). Sum of RGB (Red+Green+Blue) = 140+200+107=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC86B is #733794. Grayscale: #ABABAB. Windows color (decimal): -7550869 or 7063692. OLE color: 7063692.

HSL color Cylindrical-coordinate representation of color #8CC86B: hue angle of 98.71º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CC86B is Cyan = 0.3, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB140200107-
CMYK0.300.460.22
HSL98.71º45.81%60.2%-
HSV(B)98.71º46.5%78.43%-
XYZ34.1247.9521.37-
YUV171.4691.62105.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=31.32%
G=44.74%
B=23.94%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001070.300.460.2298.7145.8160.2
Hex8CC86B1E02E16632e3c
Octal21431015336056261435674
Binary10001100110010001101011111100101110101101100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CC86B; }

 p { color: rgb(140,200,107); }

 H1.HeaderClassName
 {
   color: #8CC86B;
 }
 .AnyTagClassName
 {
   color: #8CC86B;
 }
</style>
background-color css

<style>
 a { background-color: #8CC86B; }

 a { background-color: rgb(140,200,107); }

 div.DivClassName
 {
   background-color: #8CC86B;
 }
 .BgClassName
 {
   background-color: #8CC86B;
 }
</style>
border-color css

<style>
 span { border-color: #8CC86B; }

 span { border-color: rgb(140,200,107); }

 td.TdClassName
 {
   border-color: #8CC86B;
 }
 .TagClassName
 {
   border-color: #8CC86B;
 }
</style>