COLOR #8ECC76

HEX: #8ECC76 RGB: (142,204,118)

Color info

#8ECC76 contains mainly green color. Web safe color of #8ECC76 is #99CC66 (or #9C6).

RGB color model

#8ECC76 color RGB value is (142,204,118).

RGB: (142,204,118) (56%, 80%, 46%)

RGB channels and saturation

R 142 of 255 = 56%
G 204 of 255 = 80%
B 118 of 255 = 46%

142
204
118

R + G + B ~ 61%. #8ECC76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 204 + 118 = 464 (100%)
R 142 of 464 ~ 30.6%
G 204 of 464 ~ 43.97%
B 118 of 464 ~ 25.43'%

%30.6
%43.97
%25.43

CMYK color model

#8ECC76 color CMYK value is (30,0,42,20).

  • cyan value is 30.39%
  • magenta value is 0.00%
  • yellow value is 42.16%
  • key color value is 20.00%

CMYK: (30,0,42,20)
C30M0Y42K20 (30%, 0%, 42%, 20%)
(0.30 / 0.00 / 0.42 / 0.20)

CMYK percentages

%30.39
%0
%42.16
%20

Codes

Color #8ECC76 in popluar color models

8E CC 76
RGB 142 204 118
HSL 103° 45.74% 63.14%
HSB/HSV 103° 42.16% 80.00%
CMYK 30.39% 0.00% 42.16%
20.00%

Color #8ECC76 in popluar number systems.

HEX 8E CC 76
Decimal 142 204 118
Binary 10001110 11001100 1110110
Octal 216 314 166

Shades and tints

Shades of #8ECC76

#8ECC76
(142,204,118)
#82BA6C
(130,186,108)
#76A862
(118,168,98)
#6A9658
(106,150,88)
#5E844E
(94,132,78)
#527244
(82,114,68)
#46603A
(70,96,58)
#3A4E30
(58,78,48)
#2E3C26
(46,60,38)
#222A1C
(34,42,28)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #8ECC76

#8ECC76
(142,204,118)
#98D082
(152,208,130)
#A2D48E
(162,212,142)
#ACD89A
(172,216,154)
#B6DCA6
(182,220,166)
#C0E0B2
(192,224,178)
#CAE4BE
(202,228,190)
#D4E8CA
(212,232,202)
#DEECD6
(222,236,214)
#E8F0E2
(232,240,226)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ECC76; }

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

This text font color is #8ECC76.

Background Color

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

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

This div background color is #8ECC76.

Border color

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

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

This div border color is #8ECC76.

Opacity

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

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

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

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

This text has shadow with #8ECC76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ECC76.

Preview

Color preview on black background

This text has color #8ECC76 on black background.


Color preview on white background

This text has color #8ECC76 on white background.


Black color preview on #8ECC76 background

This text has black color on #8ECC76 background.


White color preview on #8ECC76 background

This text has white color on #8ECC76 background.


Related colors

Complementary color

Complementary color for #hex is #713389.


I love getcolorcode.com

Triadic colors

1 #768ECC and #CC768E with #8ECC76 are triadic colors.

2 #76CC8E and #CC8E76 with #8ECC76 are triadic colors.