#8CC370

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

Shades of Mantis #8CC370

Tints of Mantis #8CC370

Color information

#8CC370 (or 0x8CC370) is unknown color: approx Mantis. HEX triplet: 8C, C3 and 70. RGB value is (140,195,112). Sum of RGB (Red+Green+Blue) = 140+195+112=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC370 is #733C8F. Grayscale: #A9A9A9. Windows color (decimal): -7552144 or 7390092. OLE color: 7390092.

HSL color Cylindrical-coordinate representation of color #8CC370: hue angle of 99.76º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CC370 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB140195112-
CMYK0.2800.430.24
HSL99.76º40.89%60.2%-
HSV(B)99.76º42.56%76.47%-
XYZ33.2545.7822.41-
YUV169.0995.78107.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=31.32%
G=43.62%
B=25.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951120.2800.430.2499.7640.8960.2
Hex8CC3701C02B1864293c
Octal21430316034053301445174
Binary10001100110000111110000111000101011110001100100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,112); }

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

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

 a { background-color: rgb(140,195,112); }

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

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

 span { border-color: rgb(140,195,112); }

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