COLOR #8EE09F

HEX: #8EE09F RGB: (142,224,159)

Color info

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

RGB color model

#8EE09F color RGB value is (142,224,159).

RGB: (142,224,159) (56%, 88%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 224 of 255 = 88%
B 159 of 255 = 62%

142
224
159

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

Portions of RGB colors in percentages

R + G + B = 142 + 224 + 159 = 525 (100%)
R 142 of 525 ~ 27.05%
G 224 of 525 ~ 42.67%
B 159 of 525 ~ 30.29'%

%27.05
%42.67
%30.29

CMYK color model

#8EE09F color CMYK value is (37,0,29,12).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 12.16%

CMYK: (37,0,29,12)
C37M0Y29K12 (37%, 0%, 29%, 12%)
(0.37 / 0.00 / 0.29 / 0.12)

CMYK percentages

%36.61
%0
%29.02
%12.16

Codes

Color #8EE09F in popluar color models

8E E0 9F
RGB 142 224 159
HSL 132° 56.94% 71.76%
HSB/HSV 132° 36.61% 87.84%
CMYK 36.61% 0.00% 29.02%
12.16%

Color #8EE09F in popluar number systems.

HEX 8E E0 9F
Decimal 142 224 159
Binary 10001110 11100000 10011111
Octal 216 340 237

Shades and tints

Shades of #8EE09F

#8EE09F
(142,224,159)
#82CC91
(130,204,145)
#76B883
(118,184,131)
#6AA475
(106,164,117)
#5E9067
(94,144,103)
#527C59
(82,124,89)
#46684B
(70,104,75)
#3A543D
(58,84,61)
#2E402F
(46,64,47)
#222C21
(34,44,33)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #8EE09F

#8EE09F
(142,224,159)
#98E2A7
(152,226,167)
#A2E4AF
(162,228,175)
#ACE6B7
(172,230,183)
#B6E8BF
(182,232,191)
#C0EAC7
(192,234,199)
#CAECCF
(202,236,207)
#D4EED7
(212,238,215)
#DEF0DF
(222,240,223)
#E8F2E7
(232,242,231)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE09F; }

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

This text font color is #8EE09F.

Background Color

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

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

This div background color is #8EE09F.

Border color

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

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

This div border color is #8EE09F.

Opacity

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

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

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

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

This text has shadow with #8EE09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE09F.

Preview

Color preview on black background

This text has color #8EE09F on black background.


Color preview on white background

This text has color #8EE09F on white background.


Black color preview on #8EE09F background

This text has black color on #8EE09F background.


White color preview on #8EE09F background

This text has white color on #8EE09F background.


Related colors

Complementary color

Complementary color for #hex is #711F60.


I love getcolorcode.com

Triadic colors

1 #9F8EE0 and #E09F8E with #8EE09F are triadic colors.

2 #9FE08E and #E08E9F with #8EE09F are triadic colors.