#8CC16F

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

Shades of Mantis #8CC16F

Tints of Mantis #8CC16F

Color information

#8CC16F (or 0x8CC16F) is unknown color: approx Mantis. HEX triplet: 8C, C1 and 6F. RGB value is (140,193,111). Sum of RGB (Red+Green+Blue) = 140+193+111=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC16F is #733E90. Grayscale: #A8A8A8. Windows color (decimal): -7552657 or 7324044. OLE color: 7324044.

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

Color convert

RGB140193111-
CMYK0.2700.420.24
HSL98.78º39.81%59.61%-
HSV(B)98.78º42.49%75.69%-
XYZ32.7544.8621.97-
YUV167.895.94108.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 111 (43.75% from 255) = 25%
R=31.53%
G=43.47%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931110.2700.420.2498.7839.8159.61
Hex8CC16F1B02A1863283c
Octal21430115733052301435074
Binary10001100110000011101111110110101010110001100011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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