COLOR #8ED19F

HEX: #8ED19F
RGB: (142,209,159)

Color info

#8ED19F contains mainly green and blue colors. Web safe color of #8ED19F is #99CC99 (or #9C9).

RGB color model

#8ED19F color RGB value is (142,209,159).

  • red value is 142;
  • green value is 209;
  • blue value is 159.
RGB:
(142,209,159)
(56%,82%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 209 of 255 = 82%
B 159 of 255 = 62%

142
209
159

R + G + B ~ 67%. #8ED19F is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 209 + 159 = 510 (100%)
R 142 of 510 ~ 27.84%
G 209 of 510 ~ 40.98%
B 159 of 510 ~ 31.18%

%27.84
%40.98
%31.18

CMYK color model

#8ED19F color CMYK value is (32,0,24,18).

  • cyan value is 32.06%
  • magenta value is 0.00%
  • yellow value is 23.92%
  • key color value is 18.04%
CMYK:
(32,0,24,18)
C32M0Y24K18 
(32%,0%,24%,18%)
(0.32/0.00/0.24/0.18)	

CMYK percentages

%32.06
%0
%23.92
%18.04

Codes

Color #8ED19F in popluar color models

8ED19F
RGB142209159
HSL135°42.14%68.82%
HSB/HSV135°32.06%81.96%
CMYK32.06%0.00%23.92%
18.04%

Color #8ED19F in popluar number systems.

HEX8ED19F
Decimal142209159
Binary100011101101000110011111
Octal216321237

Shades and tints

Shades of #8ED19F

#8ED19F
(142,209,159)
#82BE91
(130,190,145)
#76AB83
(118,171,131)
#6A9875
(106,152,117)
#5E8567
(94,133,103)
#527259
(82,114,89)
#465F4B
(70,95,75)
#3A4C3D
(58,76,61)
#2E392F
(46,57,47)
#222621
(34,38,33)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #8ED19F

#8ED19F
(142,209,159)
#98D5A7
(152,213,167)
#A2D9AF
(162,217,175)
#ACDDB7
(172,221,183)
#B6E1BF
(182,225,191)
#C0E5C7
(192,229,199)
#CAE9CF
(202,233,207)
#D4EDD7
(212,237,215)
#DEF1DF
(222,241,223)
#E8F5E7
(232,245,231)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED19F color. Also use rgb(142,209,159) instead hex code.

Text Font Color

.myTextColor { color: #8ED19F; }

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

This text font color is #8ED19F.


Background Color

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

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

This div background color is #8ED19F.


Border color

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

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

This div border color is #8ED19F.


Opacity

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

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

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

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

This text has shadow with #8ED19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED19F on black background.


Color preview on white background

This text has color #8ED19F on white background.



Black color preview on #8ED19F background

This text has black color on #8ED19F background.


White color preview on #8ED19F background

This text has white color on #8ED19F background.