#8CC171

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

Shades of Mantis #8CC171

Tints of Mantis #8CC171

Color information

#8CC171 (or 0x8CC171) is unknown color: approx Mantis. HEX triplet: 8C, C1 and 71. RGB value is (140,193,113). Sum of RGB (Red+Green+Blue) = 140+193+113=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC171 is #733E8E. Grayscale: #A8A8A8. Windows color (decimal): -7552655 or 7455116. OLE color: 7455116.

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

Color convert

RGB140193113-
CMYK0.2700.410.24
HSL99.75º39.22%60%-
HSV(B)99.75º41.45%75.69%-
XYZ32.8744.9122.56-
YUV168.0396.94108-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=31.39%
G=43.27%
B=25.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931130.2700.410.2499.7539.2260
Hex8CC1711B0291864273c
Octal21430116133051301444774
Binary10001100110000011110001110110101001110001100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,113); }

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

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

 a { background-color: rgb(140,193,113); }

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

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

 span { border-color: rgb(140,193,113); }

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