#8EC14E

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

Shades of Mantis #8EC14E

Tints of Mantis #8EC14E

Color information

#8EC14E (or 0x8EC14E) is unknown color: approx Mantis. HEX triplet: 8E, C1 and 4E. RGB value is (142,193,78). Sum of RGB (Red+Green+Blue) = 142+193+78=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC14E is #713EB1. Grayscale: #A5A5A5. Windows color (decimal): -7421618 or 5161358. OLE color: 5161358.

HSL color Cylindrical-coordinate representation of color #8EC14E: hue angle of 86.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EC14E is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB14219378-
CMYK0.2600.600.24
HSL86.61º48.12%53.14%-
HSV(B)86.61º59.59%75.69%-
XYZ31.644.4414.12-
YUV164.6479.1111.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 193 (75.78% from 255) = 46.73%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=34.38%
G=46.73%
B=18.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142193780.2600.600.2486.6148.1253.14
Hex8EC14E1A03C18573035
Octal21630111632074301276065
Binary10001110110000011001110110100111100110001010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,193,78); }

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

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

 a { background-color: rgb(142,193,78); }

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

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

 span { border-color: rgb(142,193,78); }

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