COLOR #8EC458

HEX: #8EC458
RGB: (142,196,88)

Color info

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

RGB color model

#8EC458 color RGB value is (142,196,88).

  • red value is 142;
  • green value is 196;
  • blue value is 88.
RGB:
(142,196,88)
(56%,77%,35%)

RGB channels and saturation

R 142 of 255 = 56%
G 196 of 255 = 77%
B 88 of 255 = 35%

142
196
88

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

Portions of RGB colors in percentages

R + G + B =
142 + 196 + 88 = 426 (100%)
R 142 of 426 ~ 33.33%
G 196 of 426 ~ 46.01%
B 88 of 426 ~ 20.66%

%33.33
%46.01
%20.66

CMYK color model

#8EC458 color CMYK value is (28,0,55,23).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 55.10%
  • key color value is 23.14%
CMYK:
(28,0,55,23)
C28M0Y55K23 
(28%,0%,55%,23%)
(0.28/0.00/0.55/0.23)	

CMYK percentages

%27.55
%0
%55.1
%23.14

Codes

Color #8EC458 in popluar color models

8EC458
RGB14219688
HSL90°47.79%55.69%
HSB/HSV90°55.10%76.86%
CMYK27.55%0.00%55.10%
23.14%

Color #8EC458 in popluar number systems.

HEX8EC458
Decimal14219688
Binary10001110110001001011000
Octal216304130

Shades and tints

Shades of #8EC458

#8EC458
(142,196,88)
#82B350
(130,179,80)
#76A248
(118,162,72)
#6A9140
(106,145,64)
#5E8038
(94,128,56)
#526F30
(82,111,48)
#465E28
(70,94,40)
#3A4D20
(58,77,32)
#2E3C18
(46,60,24)
#222B10
(34,43,16)
#161A08
(22,26,8)
#000000
(0,0,0)

Tints of #8EC458

#8EC458
(142,196,88)
#98C967
(152,201,103)
#A2CE76
(162,206,118)
#ACD385
(172,211,133)
#B6D894
(182,216,148)
#C0DDA3
(192,221,163)
#CAE2B2
(202,226,178)
#D4E7C1
(212,231,193)
#DEECD0
(222,236,208)
#E8F1DF
(232,241,223)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC458 color. Also use rgb(142,196,88) instead hex code.

Text Font Color

.myTextColor { color: #8EC458; }

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

This text font color is #8EC458.


Background Color

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

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

This div background color is #8EC458.


Border color

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

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

This div border color is #8EC458.


Opacity

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

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

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

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

This text has shadow with #8EC458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC458 on black background.


Color preview on white background

This text has color #8EC458 on white background.



Black color preview on #8EC458 background

This text has black color on #8EC458 background.


White color preview on #8EC458 background

This text has white color on #8EC458 background.