COLOR #8EC672

HEX: #8EC672
RGB: (142,198,114)

Color info

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

RGB color model

#8EC672 color RGB value is (142,198,114).

  • red value is 142;
  • green value is 198;
  • blue value is 114.
RGB:
(142,198,114)
(56%,78%,45%)

RGB channels and saturation

R 142 of 255 = 56%
G 198 of 255 = 78%
B 114 of 255 = 45%

142
198
114

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

Portions of RGB colors in percentages

R + G + B =
142 + 198 + 114 = 454 (100%)
R 142 of 454 ~ 31.28%
G 198 of 454 ~ 43.61%
B 114 of 454 ~ 25.11%

%31.28
%43.61
%25.11

CMYK color model

#8EC672 color CMYK value is (28,0,42,22).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 22.35%
CMYK:
(28,0,42,22)
C28M0Y42K22 
(28%,0%,42%,22%)
(0.28/0.00/0.42/0.22)	

CMYK percentages

%28.28
%0
%42.42
%22.35

Codes

Color #8EC672 in popluar color models

8EC672
RGB142198114
HSL100°42.42%61.18%
HSB/HSV100°42.42%77.65%
CMYK28.28%0.00%42.42%
22.35%

Color #8EC672 in popluar number systems.

HEX8EC672
Decimal142198114
Binary10001110110001101110010
Octal216306162

Shades and tints

Shades of #8EC672

#8EC672
(142,198,114)
#82B468
(130,180,104)
#76A25E
(118,162,94)
#6A9054
(106,144,84)
#5E7E4A
(94,126,74)
#526C40
(82,108,64)
#465A36
(70,90,54)
#3A482C
(58,72,44)
#2E3622
(46,54,34)
#222418
(34,36,24)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #8EC672

#8EC672
(142,198,114)
#98CB7E
(152,203,126)
#A2D08A
(162,208,138)
#ACD596
(172,213,150)
#B6DAA2
(182,218,162)
#C0DFAE
(192,223,174)
#CAE4BA
(202,228,186)
#D4E9C6
(212,233,198)
#DEEED2
(222,238,210)
#E8F3DE
(232,243,222)
#F2F8EA
(242,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC672 color. Also use rgb(142,198,114) instead hex code.

Text Font Color

.myTextColor { color: #8EC672; }

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

This text font color is #8EC672.


Background Color

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

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

This div background color is #8EC672.


Border color

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

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

This div border color is #8EC672.


Opacity

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

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

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

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

This text has shadow with #8EC672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC672 on black background.


Color preview on white background

This text has color #8EC672 on white background.



Black color preview on #8EC672 background

This text has black color on #8EC672 background.


White color preview on #8EC672 background

This text has white color on #8EC672 background.