COLOR #8EF29D

HEX: #8EF29D
RGB: (142,242,157)

Color info

#8EF29D contains mainly green color. Web safe color of #8EF29D is #99FF99 (or #9F9).

RGB color model

#8EF29D color RGB value is (142,242,157).

  • red value is 142;
  • green value is 242;
  • blue value is 157.
RGB:
(142,242,157)
(56%,95%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 242 of 255 = 95%
B 157 of 255 = 62%

142
242
157

R + G + B ~ 71%. #8EF29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 242 + 157 = 541 (100%)
R 142 of 541 ~ 26.25%
G 242 of 541 ~ 44.73%
B 157 of 541 ~ 29.02%

%26.25
%44.73
%29.02

CMYK color model

#8EF29D color CMYK value is (41,0,35,5).

  • cyan value is 41.32%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 5.10%
CMYK:
(41,0,35,5)
C41M0Y35K5 
(41%,0%,35%,5%)
(0.41/0.00/0.35/0.05)	

CMYK percentages

%41.32
%0
%35.12
%5.1

Codes

Color #8EF29D in popluar color models

8EF29D
RGB142242157
HSL129°79.37%75.29%
HSB/HSV129°41.32%94.90%
CMYK41.32%0.00%35.12%
5.10%

Color #8EF29D in popluar number systems.

HEX8EF29D
Decimal142242157
Binary100011101111001010011101
Octal216362235

Shades and tints

Shades of #8EF29D

#8EF29D
(142,242,157)
#82DC8F
(130,220,143)
#76C681
(118,198,129)
#6AB073
(106,176,115)
#5E9A65
(94,154,101)
#528457
(82,132,87)
#466E49
(70,110,73)
#3A583B
(58,88,59)
#2E422D
(46,66,45)
#222C1F
(34,44,31)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #8EF29D

#8EF29D
(142,242,157)
#98F3A5
(152,243,165)
#A2F4AD
(162,244,173)
#ACF5B5
(172,245,181)
#B6F6BD
(182,246,189)
#C0F7C5
(192,247,197)
#CAF8CD
(202,248,205)
#D4F9D5
(212,249,213)
#DEFADD
(222,250,221)
#E8FBE5
(232,251,229)
#F2FCED
(242,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF29D color. Also use rgb(142,242,157) instead hex code.

Text Font Color

.myTextColor { color: #8EF29D; }

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

This text font color is #8EF29D.


Background Color

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

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

This div background color is #8EF29D.


Border color

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

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

This div border color is #8EF29D.


Opacity

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

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

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

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

This text has shadow with #8EF29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF29D on black background.


Color preview on white background

This text has color #8EF29D on white background.



Black color preview on #8EF29D background

This text has black color on #8EF29D background.


White color preview on #8EF29D background

This text has white color on #8EF29D background.