COLOR #8EC076

HEX: #8EC076 RGB: (142,192,118)

Color info

#8EC076 contains mainly red and green colors. Web safe color of #8EC076 is #99CC66 (or #9C6).

RGB color model

#8EC076 color RGB value is (142,192,118).

RGB: (142,192,118) (56%, 75%, 46%)

RGB channels and saturation

R 142 of 255 = 56%
G 192 of 255 = 75%
B 118 of 255 = 46%

142
192
118

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

Portions of RGB colors in percentages

R + G + B = 142 + 192 + 118 = 452 (100%)
R 142 of 452 ~ 31.42%
G 192 of 452 ~ 42.48%
B 118 of 452 ~ 26.11'%

%31.42
%42.48
%26.11

CMYK color model

#8EC076 color CMYK value is (26,0,39,25).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 24.71%

CMYK: (26,0,39,25)
C26M0Y39K25 (26%, 0%, 39%, 25%)
(0.26 / 0.00 / 0.39 / 0.25)

CMYK percentages

%26.04
%0
%38.54
%24.71

Codes

Color #8EC076 in popluar color models

8E C0 76
RGB 142 192 118
HSL 101° 37.00% 60.78%
HSB/HSV 101° 38.54% 75.29%
CMYK 26.04% 0.00% 38.54%
24.71%

Color #8EC076 in popluar number systems.

HEX 8E C0 76
Decimal 142 192 118
Binary 10001110 11000000 1110110
Octal 216 300 166

Shades and tints

Shades of #8EC076

#8EC076
(142,192,118)
#82AF6C
(130,175,108)
#769E62
(118,158,98)
#6A8D58
(106,141,88)
#5E7C4E
(94,124,78)
#526B44
(82,107,68)
#465A3A
(70,90,58)
#3A4930
(58,73,48)
#2E3826
(46,56,38)
#22271C
(34,39,28)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #8EC076

#8EC076
(142,192,118)
#98C582
(152,197,130)
#A2CA8E
(162,202,142)
#ACCF9A
(172,207,154)
#B6D4A6
(182,212,166)
#C0D9B2
(192,217,178)
#CADEBE
(202,222,190)
#D4E3CA
(212,227,202)
#DEE8D6
(222,232,214)
#E8EDE2
(232,237,226)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC076 color. Also use rgb(142,192,118) instead hex code.

Text Font Color

.myTextColor { color: #8EC076; }

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

This text font color is #8EC076.

Background Color

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

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

This div background color is #8EC076.

Border color

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

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

This div border color is #8EC076.

Opacity

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

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

Text with #8EC076 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 #8EC076;}

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

This text has shadow with #8EC076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC076.

Preview

Color preview on black background

This text has color #8EC076 on black background.


Color preview on white background

This text has color #8EC076 on white background.


Black color preview on #8EC076 background

This text has black color on #8EC076 background.


White color preview on #8EC076 background

This text has white color on #8EC076 background.


Related colors

Complementary color

Complementary color for #hex is #713F89.


I love getcolorcode.com

Triadic colors

1 #768EC0 and #C0768E with #8EC076 are triadic colors.

2 #76C08E and #C08E76 with #8EC076 are triadic colors.