COLOR #8EC14C

HEX: #8EC14C RGB: (142,193,76)

Color info

#8EC14C contains mainly red and green colors. Web safe color of #8EC14C is #99CC33 (or #9C3).

RGB color model

#8EC14C color RGB value is (142,193,76).

RGB: (142,193,76) (56%, 76%, 30%)

RGB channels and saturation

R 142 of 255 = 56%
G 193 of 255 = 76%
B 76 of 255 = 30%

142
193
76

R + G + B ~ 54%. #8EC14C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 193 + 76 = 411 (100%)
R 142 of 411 ~ 34.55%
G 193 of 411 ~ 46.96%
B 76 of 411 ~ 18.49'%

%34.55
%46.96
%18.49

CMYK color model

#8EC14C color CMYK value is (26,0,61,24).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 60.62%
  • key color value is 24.31%

CMYK: (26,0,61,24)
C26M0Y61K24 (26%, 0%, 61%, 24%)
(0.26 / 0.00 / 0.61 / 0.24)

CMYK percentages

%26.42
%0
%60.62
%24.31

Codes

Color #8EC14C in popluar color models

8E C1 4C
RGB 142 193 76
HSL 86° 48.55% 52.75%
HSB/HSV 86° 60.62% 75.69%
CMYK 26.42% 0.00% 60.62%
24.31%

Color #8EC14C in popluar number systems.

HEX 8E C1 4C
Decimal 142 193 76
Binary 10001110 11000001 1001100
Octal 216 301 114

Shades and tints

Shades of #8EC14C

#8EC14C
(142,193,76)
#82B046
(130,176,70)
#769F40
(118,159,64)
#6A8E3A
(106,142,58)
#5E7D34
(94,125,52)
#526C2E
(82,108,46)
#465B28
(70,91,40)
#3A4A22
(58,74,34)
#2E391C
(46,57,28)
#222816
(34,40,22)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #8EC14C

#8EC14C
(142,193,76)
#98C65C
(152,198,92)
#A2CB6C
(162,203,108)
#ACD07C
(172,208,124)
#B6D58C
(182,213,140)
#C0DA9C
(192,218,156)
#CADFAC
(202,223,172)
#D4E4BC
(212,228,188)
#DEE9CC
(222,233,204)
#E8EEDC
(232,238,220)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC14C color. Also use rgb(142,193,76) instead hex code.

Text Font Color

.myTextColor { color: #8EC14C; }

<p style="color:#8EC14C">This sample text font color is #8EC14C.</p>

This text font color is #8EC14C.

Background Color

.myBgColor { background-color: #8EC14C; }

<div style="background-color:#8EC14C">Inner text</div>

This div background color is #8EC14C.

Border color

.myBorderColor { border: 1px solid #8EC14C; }

<div style="border:3px solid #8EC14C">Div</div>

This div border color is #8EC14C.

Opacity

.myOpacity80 { color: #8EC14C; opacity: 0.8; }

<p style="color:#8EC14C;opacity:0.8;">80%</p>

Text with #8EC14C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8EC14C;}

<p style="text-shadow: 3px 3px 1px #8EC14C">Text here.</p>

This text has shadow with #8EC14C color.


.textShadow {text-shadow: 3px 3px 1px #8EC14C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8EC14C, 5px 5px 20px red">Text here.</p>

This text has shadow with #8EC14C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EC14C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8EC14C, Direction=45, Strength=4)">Text</p>

This text has shadow with #8EC14C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EC14C;
-webkit-box-shadow: 1px 1px 3px 2px #8EC14C;
box-shadow: 1px 1px 3px 2px #8EC14C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EC14C; -webkit-box-shadow: 1px 1px 3px 2px #8EC14C; box-shadow:1px 1px 3px 2px #8EC14C;">
Div content here
</div>

This div box has shadow with color #8EC14C.

Preview

Color preview on black background

This text has color #8EC14C on black background.


Color preview on white background

This text has color #8EC14C on white background.


Black color preview on #8EC14C background

This text has black color on #8EC14C background.


White color preview on #8EC14C background

This text has white color on #8EC14C background.


Related colors

Complementary color

Complementary color for #hex is #713EB3.


I love getcolorcode.com

Triadic colors

1 #4C8EC1 and #C14C8E with #8EC14C are triadic colors.

2 #4CC18E and #C18E4C with #8EC14C are triadic colors.