COLOR #8EF2A5

HEX: #8EF2A5
RGB: (142,242,165)

Color info

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

RGB color model

#8EF2A5 color RGB value is (142,242,165).

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

RGB channels and saturation

R 142 of 255 = 56%
G 242 of 255 = 95%
B 165 of 255 = 65%

142
242
165

R + G + B ~ 72%. #8EF2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 242 + 165 = 549 (100%)
R 142 of 549 ~ 25.87%
G 242 of 549 ~ 44.08%
B 165 of 549 ~ 30.05%

%25.87
%44.08
%30.05

CMYK color model

#8EF2A5 color CMYK value is (41,0,32,5).

  • cyan value is 41.32%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 5.10%
CMYK:
(41,0,32,5)
C41M0Y32K5 
(41%,0%,32%,5%)
(0.41/0.00/0.32/0.05)	

CMYK percentages

%41.32
%0
%31.82
%5.1

Codes

Color #8EF2A5 in popluar color models

8EF2A5
RGB142242165
HSL134°79.37%75.29%
HSB/HSV134°41.32%94.90%
CMYK41.32%0.00%31.82%
5.10%

Color #8EF2A5 in popluar number systems.

HEX8EF2A5
Decimal142242165
Binary100011101111001010100101
Octal216362245

Shades and tints

Shades of #8EF2A5

#8EF2A5
(142,242,165)
#82DC96
(130,220,150)
#76C687
(118,198,135)
#6AB078
(106,176,120)
#5E9A69
(94,154,105)
#52845A
(82,132,90)
#466E4B
(70,110,75)
#3A583C
(58,88,60)
#2E422D
(46,66,45)
#222C1E
(34,44,30)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #8EF2A5

#8EF2A5
(142,242,165)
#98F3AD
(152,243,173)
#A2F4B5
(162,244,181)
#ACF5BD
(172,245,189)
#B6F6C5
(182,246,197)
#C0F7CD
(192,247,205)
#CAF8D5
(202,248,213)
#D4F9DD
(212,249,221)
#DEFAE5
(222,250,229)
#E8FBED
(232,251,237)
#F2FCF5
(242,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EF2A5; }

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

This text font color is #8EF2A5.


Background Color

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

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

This div background color is #8EF2A5.


Border color

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

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

This div border color is #8EF2A5.


Opacity

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

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

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

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

This text has shadow with #8EF2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF2A5 on black background.


Color preview on white background

This text has color #8EF2A5 on white background.



Black color preview on #8EF2A5 background

This text has black color on #8EF2A5 background.


White color preview on #8EF2A5 background

This text has white color on #8EF2A5 background.