COLOR #8EE1A0

HEX: #8EE1A0 RGB: (142,225,160)

Color info

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

RGB color model

#8EE1A0 color RGB value is (142,225,160).

RGB: (142,225,160) (56%, 88%, 63%)

RGB channels and saturation

R 142 of 255 = 56%
G 225 of 255 = 88%
B 160 of 255 = 63%

142
225
160

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

Portions of RGB colors in percentages

R + G + B = 142 + 225 + 160 = 527 (100%)
R 142 of 527 ~ 26.94%
G 225 of 527 ~ 42.69%
B 160 of 527 ~ 30.36'%

%26.94
%42.69
%30.36

CMYK color model

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

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 11.76%

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

CMYK percentages

%36.89
%0
%28.89
%11.76

Codes

Color #8EE1A0 in popluar color models

8E E1 A0
RGB 142 225 160
HSL 133° 58.04% 71.96%
HSB/HSV 133° 36.89% 88.24%
CMYK 36.89% 0.00% 28.89%
11.76%

Color #8EE1A0 in popluar number systems.

HEX 8E E1 A0
Decimal 142 225 160
Binary 10001110 11100001 10100000
Octal 216 341 240

Shades and tints

Shades of #8EE1A0

#8EE1A0
(142,225,160)
#82CD92
(130,205,146)
#76B984
(118,185,132)
#6AA576
(106,165,118)
#5E9168
(94,145,104)
#527D5A
(82,125,90)
#46694C
(70,105,76)
#3A553E
(58,85,62)
#2E4130
(46,65,48)
#222D22
(34,45,34)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #8EE1A0

#8EE1A0
(142,225,160)
#98E3A8
(152,227,168)
#A2E5B0
(162,229,176)
#ACE7B8
(172,231,184)
#B6E9C0
(182,233,192)
#C0EBC8
(192,235,200)
#CAEDD0
(202,237,208)
#D4EFD8
(212,239,216)
#DEF1E0
(222,241,224)
#E8F3E8
(232,243,232)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE1A0; }

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

This text font color is #8EE1A0.

Background Color

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

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

This div background color is #8EE1A0.

Border color

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

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

This div border color is #8EE1A0.

Opacity

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

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

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

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

This text has shadow with #8EE1A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE1A0.

Preview

Color preview on black background

This text has color #8EE1A0 on black background.


Color preview on white background

This text has color #8EE1A0 on white background.


Black color preview on #8EE1A0 background

This text has black color on #8EE1A0 background.


White color preview on #8EE1A0 background

This text has white color on #8EE1A0 background.


Related colors

Complementary color

Complementary color for #hex is #711E5F.


I love getcolorcode.com

Triadic colors

1 #A08EE1 and #E1A08E with #8EE1A0 are triadic colors.

2 #A0E18E and #E18EA0 with #8EE1A0 are triadic colors.