COLOR #8EE19B

HEX: #8EE19B
RGB: (142,225,155)

Color info

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

RGB color model

#8EE19B color RGB value is (142,225,155).

  • red value is 142;
  • green value is 225;
  • blue value is 155.
RGB:
(142,225,155)
(56%,88%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 225 of 255 = 88%
B 155 of 255 = 61%

142
225
155

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

Portions of RGB colors in percentages

R + G + B =
142 + 225 + 155 = 522 (100%)
R 142 of 522 ~ 27.2%
G 225 of 522 ~ 43.1%
B 155 of 522 ~ 29.69%

%27.2
%43.1
%29.69

CMYK color model

#8EE19B color CMYK value is (37,0,31,12).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 31.11%
  • key color value is 11.76%
CMYK:
(37,0,31,12)
C37M0Y31K12 
(37%,0%,31%,12%)
(0.37/0.00/0.31/0.12)	

CMYK percentages

%36.89
%0
%31.11
%11.76

Codes

Color #8EE19B in popluar color models

8EE19B
RGB142225155
HSL129°58.04%71.96%
HSB/HSV129°36.89%88.24%
CMYK36.89%0.00%31.11%
11.76%

Color #8EE19B in popluar number systems.

HEX8EE19B
Decimal142225155
Binary100011101110000110011011
Octal216341233

Shades and tints

Shades of #8EE19B

#8EE19B
(142,225,155)
#82CD8D
(130,205,141)
#76B97F
(118,185,127)
#6AA571
(106,165,113)
#5E9163
(94,145,99)
#527D55
(82,125,85)
#466947
(70,105,71)
#3A5539
(58,85,57)
#2E412B
(46,65,43)
#222D1D
(34,45,29)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #8EE19B

#8EE19B
(142,225,155)
#98E3A4
(152,227,164)
#A2E5AD
(162,229,173)
#ACE7B6
(172,231,182)
#B6E9BF
(182,233,191)
#C0EBC8
(192,235,200)
#CAEDD1
(202,237,209)
#D4EFDA
(212,239,218)
#DEF1E3
(222,241,227)
#E8F3EC
(232,243,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE19B color. Also use rgb(142,225,155) instead hex code.

Text Font Color

.myTextColor { color: #8EE19B; }

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

This text font color is #8EE19B.


Background Color

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

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

This div background color is #8EE19B.


Border color

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

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

This div border color is #8EE19B.


Opacity

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

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

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

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

This text has shadow with #8EE19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE19B on black background.


Color preview on white background

This text has color #8EE19B on white background.



Black color preview on #8EE19B background

This text has black color on #8EE19B background.


White color preview on #8EE19B background

This text has white color on #8EE19B background.