COLOR #8EE394

HEX: #8EE394
RGB: (142,227,148)

Color info

#8EE394 contains mainly green color. Web safe color of #8EE394 is #99CC99 (or #9C9).

RGB color model

#8EE394 color RGB value is (142,227,148).

  • red value is 142;
  • green value is 227;
  • blue value is 148.
RGB:
(142,227,148)
(56%,89%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 227 of 255 = 89%
B 148 of 255 = 58%

142
227
148

R + G + B ~ 68%. #8EE394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 227 + 148 = 517 (100%)
R 142 of 517 ~ 27.47%
G 227 of 517 ~ 43.91%
B 148 of 517 ~ 28.63%

%27.47
%43.91
%28.63

CMYK color model

#8EE394 color CMYK value is (37,0,35,11).

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 34.80%
  • key color value is 10.98%
CMYK:
(37,0,35,11)
C37M0Y35K11 
(37%,0%,35%,11%)
(0.37/0.00/0.35/0.11)	

CMYK percentages

%37.44
%0
%34.8
%10.98

Codes

Color #8EE394 in popluar color models

8EE394
RGB142227148
HSL124°60.28%72.35%
HSB/HSV124°37.44%89.02%
CMYK37.44%0.00%34.80%
10.98%

Color #8EE394 in popluar number systems.

HEX8EE394
Decimal142227148
Binary100011101110001110010100
Octal216343224

Shades and tints

Shades of #8EE394

#8EE394
(142,227,148)
#82CF87
(130,207,135)
#76BB7A
(118,187,122)
#6AA76D
(106,167,109)
#5E9360
(94,147,96)
#527F53
(82,127,83)
#466B46
(70,107,70)
#3A5739
(58,87,57)
#2E432C
(46,67,44)
#222F1F
(34,47,31)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #8EE394

#8EE394
(142,227,148)
#98E59D
(152,229,157)
#A2E7A6
(162,231,166)
#ACE9AF
(172,233,175)
#B6EBB8
(182,235,184)
#C0EDC1
(192,237,193)
#CAEFCA
(202,239,202)
#D4F1D3
(212,241,211)
#DEF3DC
(222,243,220)
#E8F5E5
(232,245,229)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE394 color. Also use rgb(142,227,148) instead hex code.

Text Font Color

.myTextColor { color: #8EE394; }

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

This text font color is #8EE394.


Background Color

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

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

This div background color is #8EE394.


Border color

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

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

This div border color is #8EE394.


Opacity

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

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

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

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

This text has shadow with #8EE394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE394 on black background.


Color preview on white background

This text has color #8EE394 on white background.



Black color preview on #8EE394 background

This text has black color on #8EE394 background.


White color preview on #8EE394 background

This text has white color on #8EE394 background.