#8CC86A

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

Shades of Mantis #8CC86A

Tints of Mantis #8CC86A

Color information

#8CC86A (or 0x8CC86A) is unknown color: approx Mantis. HEX triplet: 8C, C8 and 6A. RGB value is (140,200,106). Sum of RGB (Red+Green+Blue) = 140+200+106=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC86A is #733795. Grayscale: #ABABAB. Windows color (decimal): -7550870 or 6998156. OLE color: 6998156.

HSL color Cylindrical-coordinate representation of color #8CC86A: hue angle of 98.3º 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 #8CC86A is Cyan = 0.3, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB140200106-
CMYK0.300.470.22
HSL98.3º46.08%60%-
HSV(B)98.3º47%78.43%-
XYZ34.0747.9221.09-
YUV171.3491.12105.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=31.39%
G=44.84%
B=23.77%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001060.300.470.2298.346.0860
Hex8CC86A1E02F16622e3c
Octal21431015236057261425674
Binary10001100110010001101010111100101111101101100010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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