COLOR #8EE59A

HEX: #8EE59A
RGB: (142,229,154)

Color info

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

RGB color model

#8EE59A color RGB value is (142,229,154).

  • red value is 142;
  • green value is 229;
  • blue value is 154.
RGB:
(142,229,154)
(56%,90%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 229 of 255 = 90%
B 154 of 255 = 60%

142
229
154

R + G + B ~ 69%. #8EE59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 229 + 154 = 525 (100%)
R 142 of 525 ~ 27.05%
G 229 of 525 ~ 43.62%
B 154 of 525 ~ 29.33%

%27.05
%43.62
%29.33

CMYK color model

#8EE59A color CMYK value is (38,0,33,10).

  • cyan value is 37.99%
  • magenta value is 0.00%
  • yellow value is 32.75%
  • key color value is 10.20%
CMYK:
(38,0,33,10)
C38M0Y33K10 
(38%,0%,33%,10%)
(0.38/0.00/0.33/0.10)	

CMYK percentages

%37.99
%0
%32.75
%10.2

Codes

Color #8EE59A in popluar color models

8EE59A
RGB142229154
HSL128°62.59%72.75%
HSB/HSV128°37.99%89.80%
CMYK37.99%0.00%32.75%
10.20%

Color #8EE59A in popluar number systems.

HEX8EE59A
Decimal142229154
Binary100011101110010110011010
Octal216345232

Shades and tints

Shades of #8EE59A

#8EE59A
(142,229,154)
#82D18C
(130,209,140)
#76BD7E
(118,189,126)
#6AA970
(106,169,112)
#5E9562
(94,149,98)
#528154
(82,129,84)
#466D46
(70,109,70)
#3A5938
(58,89,56)
#2E452A
(46,69,42)
#22311C
(34,49,28)
#161D0E
(22,29,14)
#000000
(0,0,0)

Tints of #8EE59A

#8EE59A
(142,229,154)
#98E7A3
(152,231,163)
#A2E9AC
(162,233,172)
#ACEBB5
(172,235,181)
#B6EDBE
(182,237,190)
#C0EFC7
(192,239,199)
#CAF1D0
(202,241,208)
#D4F3D9
(212,243,217)
#DEF5E2
(222,245,226)
#E8F7EB
(232,247,235)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE59A color. Also use rgb(142,229,154) instead hex code.

Text Font Color

.myTextColor { color: #8EE59A; }

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

This text font color is #8EE59A.


Background Color

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

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

This div background color is #8EE59A.


Border color

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

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

This div border color is #8EE59A.


Opacity

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

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

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

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

This text has shadow with #8EE59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE59A on black background.


Color preview on white background

This text has color #8EE59A on white background.



Black color preview on #8EE59A background

This text has black color on #8EE59A background.


White color preview on #8EE59A background

This text has white color on #8EE59A background.