COLOR #8EE288

HEX: #8EE288
RGB: (142,226,136)

Color info

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

RGB color model

#8EE288 color RGB value is (142,226,136).

  • red value is 142;
  • green value is 226;
  • blue value is 136.
RGB:
(142,226,136)
(56%,89%,53%)

RGB channels and saturation

R 142 of 255 = 56%
G 226 of 255 = 89%
B 136 of 255 = 53%

142
226
136

R + G + B ~ 66%. #8EE288 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 226 + 136 = 504 (100%)
R 142 of 504 ~ 28.17%
G 226 of 504 ~ 44.84%
B 136 of 504 ~ 26.98%

%28.17
%44.84
%26.98

CMYK color model

#8EE288 color CMYK value is (37,0,40,11).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 39.82%
  • key color value is 11.37%
CMYK:
(37,0,40,11)
C37M0Y40K11 
(37%,0%,40%,11%)
(0.37/0.00/0.40/0.11)	

CMYK percentages

%37.17
%0
%39.82
%11.37

Codes

Color #8EE288 in popluar color models

8EE288
RGB142226136
HSL116°60.81%70.98%
HSB/HSV116°39.82%88.63%
CMYK37.17%0.00%39.82%
11.37%

Color #8EE288 in popluar number systems.

HEX8EE288
Decimal142226136
Binary100011101110001010001000
Octal216342210

Shades and tints

Shades of #8EE288

#8EE288
(142,226,136)
#82CE7C
(130,206,124)
#76BA70
(118,186,112)
#6AA664
(106,166,100)
#5E9258
(94,146,88)
#527E4C
(82,126,76)
#466A40
(70,106,64)
#3A5634
(58,86,52)
#2E4228
(46,66,40)
#222E1C
(34,46,28)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #8EE288

#8EE288
(142,226,136)
#98E492
(152,228,146)
#A2E69C
(162,230,156)
#ACE8A6
(172,232,166)
#B6EAB0
(182,234,176)
#C0ECBA
(192,236,186)
#CAEEC4
(202,238,196)
#D4F0CE
(212,240,206)
#DEF2D8
(222,242,216)
#E8F4E2
(232,244,226)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE288 color. Also use rgb(142,226,136) instead hex code.

Text Font Color

.myTextColor { color: #8EE288; }

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

This text font color is #8EE288.


Background Color

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

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

This div background color is #8EE288.


Border color

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

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

This div border color is #8EE288.


Opacity

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

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

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

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

This text has shadow with #8EE288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE288 on black background.


Color preview on white background

This text has color #8EE288 on white background.



Black color preview on #8EE288 background

This text has black color on #8EE288 background.


White color preview on #8EE288 background

This text has white color on #8EE288 background.