#8CC860

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

Shades of Mantis #8CC860

Tints of Mantis #8CC860

Color information

#8CC860 (or 0x8CC860) is unknown color: approx Mantis. HEX triplet: 8C, C8 and 60. RGB value is (140,200,96). Sum of RGB (Red+Green+Blue) = 140+200+96=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC860 is #73379F. Grayscale: #AAAAAA. Windows color (decimal): -7550880 or 6342796. OLE color: 6342796.

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

Color convert

RGB14020096-
CMYK0.300.520.22
HSL94.62º48.6%58.04%-
HSV(B)94.62º52%78.43%-
XYZ33.5847.7318.51-
YUV170.286.12106.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.11%
GREEN value IS 200 (78.52% from 255) = 45.87%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=32.11%
G=45.87%
B=22.02%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal140200960.300.520.2294.6248.658.04
Hex8CC8601E034165f313a
Octal21431014036064261376172
Binary10001100110010001100000111100110100101101011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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