COLOR #8EC178

HEX: #8EC178
RGB: (142,193,120)

Color info

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

RGB color model

#8EC178 color RGB value is (142,193,120).

  • red value is 142;
  • green value is 193;
  • blue value is 120.
RGB:
(142,193,120)
(56%,76%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 193 of 255 = 76%
B 120 of 255 = 47%

142
193
120

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

Portions of RGB colors in percentages

R + G + B =
142 + 193 + 120 = 455 (100%)
R 142 of 455 ~ 31.21%
G 193 of 455 ~ 42.42%
B 120 of 455 ~ 26.37%

%31.21
%42.42
%26.37

CMYK color model

#8EC178 color CMYK value is (26,0,38,24).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 24.31%
CMYK:
(26,0,38,24)
C26M0Y38K24 
(26%,0%,38%,24%)
(0.26/0.00/0.38/0.24)	

CMYK percentages

%26.42
%0
%37.82
%24.31

Codes

Color #8EC178 in popluar color models

8EC178
RGB142193120
HSL102°37.06%61.37%
HSB/HSV102°37.82%75.69%
CMYK26.42%0.00%37.82%
24.31%

Color #8EC178 in popluar number systems.

HEX8EC178
Decimal142193120
Binary10001110110000011111000
Octal216301170

Shades and tints

Shades of #8EC178

#8EC178
(142,193,120)
#82B06E
(130,176,110)
#769F64
(118,159,100)
#6A8E5A
(106,142,90)
#5E7D50
(94,125,80)
#526C46
(82,108,70)
#465B3C
(70,91,60)
#3A4A32
(58,74,50)
#2E3928
(46,57,40)
#22281E
(34,40,30)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #8EC178

#8EC178
(142,193,120)
#98C684
(152,198,132)
#A2CB90
(162,203,144)
#ACD09C
(172,208,156)
#B6D5A8
(182,213,168)
#C0DAB4
(192,218,180)
#CADFC0
(202,223,192)
#D4E4CC
(212,228,204)
#DEE9D8
(222,233,216)
#E8EEE4
(232,238,228)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC178; }

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

This text font color is #8EC178.


Background Color

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

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

This div background color is #8EC178.


Border color

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

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

This div border color is #8EC178.


Opacity

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

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

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

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

This text has shadow with #8EC178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC178 on black background.


Color preview on white background

This text has color #8EC178 on white background.



Black color preview on #8EC178 background

This text has black color on #8EC178 background.


White color preview on #8EC178 background

This text has white color on #8EC178 background.