COLOR #8EC074

HEX: #8EC074 RGB: (142,192,116)

Color info

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

RGB color model

#8EC074 color RGB value is (142,192,116).

RGB: (142,192,116) (56%, 75%, 45%)

RGB channels and saturation

R 142 of 255 = 56%
G 192 of 255 = 75%
B 116 of 255 = 45%

142
192
116

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

Portions of RGB colors in percentages

R + G + B = 142 + 192 + 116 = 450 (100%)
R 142 of 450 ~ 31.56%
G 192 of 450 ~ 42.67%
B 116 of 450 ~ 25.78'%

%31.56
%42.67
%25.78

CMYK color model

#8EC074 color CMYK value is (26,0,40,25).

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

CMYK: (26,0,40,25)
C26M0Y40K25 (26%, 0%, 40%, 25%)
(0.26 / 0.00 / 0.40 / 0.25)

CMYK percentages

%26.04
%0
%39.58
%24.71

Codes

Color #8EC074 in popluar color models

8E C0 74
RGB 142 192 116
HSL 99° 37.62% 60.39%
HSB/HSV 99° 39.58% 75.29%
CMYK 26.04% 0.00% 39.58%
24.71%

Color #8EC074 in popluar number systems.

HEX 8E C0 74
Decimal 142 192 116
Binary 10001110 11000000 1110100
Octal 216 300 164

Shades and tints

Shades of #8EC074

#8EC074
(142,192,116)
#82AF6A
(130,175,106)
#769E60
(118,158,96)
#6A8D56
(106,141,86)
#5E7C4C
(94,124,76)
#526B42
(82,107,66)
#465A38
(70,90,56)
#3A492E
(58,73,46)
#2E3824
(46,56,36)
#22271A
(34,39,26)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #8EC074

#8EC074
(142,192,116)
#98C580
(152,197,128)
#A2CA8C
(162,202,140)
#ACCF98
(172,207,152)
#B6D4A4
(182,212,164)
#C0D9B0
(192,217,176)
#CADEBC
(202,222,188)
#D4E3C8
(212,227,200)
#DEE8D4
(222,232,212)
#E8EDE0
(232,237,224)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC074; }

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

This text font color is #8EC074.

Background Color

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

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

This div background color is #8EC074.

Border color

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

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

This div border color is #8EC074.

Opacity

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

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

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

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

This text has shadow with #8EC074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC074.

Preview

Color preview on black background

This text has color #8EC074 on black background.


Color preview on white background

This text has color #8EC074 on white background.


Black color preview on #8EC074 background

This text has black color on #8EC074 background.


White color preview on #8EC074 background

This text has white color on #8EC074 background.


Related colors

Complementary color

Complementary color for #hex is #713F8B.


I love getcolorcode.com

Triadic colors

1 #748EC0 and #C0748E with #8EC074 are triadic colors.

2 #74C08E and #C08E74 with #8EC074 are triadic colors.