COLOR #8EEF91

HEX: #8EEF91
RGB: (142,239,145)

Color info

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

RGB color model

#8EEF91 color RGB value is (142,239,145).

  • red value is 142;
  • green value is 239;
  • blue value is 145.
RGB:
(142,239,145)
(56%,94%,57%)

RGB channels and saturation

R 142 of 255 = 56%
G 239 of 255 = 94%
B 145 of 255 = 57%

142
239
145

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

Portions of RGB colors in percentages

R + G + B =
142 + 239 + 145 = 526 (100%)
R 142 of 526 ~ 27%
G 239 of 526 ~ 45.44%
B 145 of 526 ~ 27.57%

%27
%45.44
%27.57

CMYK color model

#8EEF91 color CMYK value is (41,0,39,6).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 39.33%
  • key color value is 6.27%
CMYK:
(41,0,39,6)
C41M0Y39K6 
(41%,0%,39%,6%)
(0.41/0.00/0.39/0.06)	

CMYK percentages

%40.59
%0
%39.33
%6.27

Codes

Color #8EEF91 in popluar color models

8EEF91
RGB142239145
HSL122°75.19%74.71%
HSB/HSV122°40.59%93.73%
CMYK40.59%0.00%39.33%
6.27%

Color #8EEF91 in popluar number systems.

HEX8EEF91
Decimal142239145
Binary100011101110111110010001
Octal216357221

Shades and tints

Shades of #8EEF91

#8EEF91
(142,239,145)
#82DA84
(130,218,132)
#76C577
(118,197,119)
#6AB06A
(106,176,106)
#5E9B5D
(94,155,93)
#528650
(82,134,80)
#467143
(70,113,67)
#3A5C36
(58,92,54)
#2E4729
(46,71,41)
#22321C
(34,50,28)
#161D0F
(22,29,15)
#000000
(0,0,0)

Tints of #8EEF91

#8EEF91
(142,239,145)
#98F09B
(152,240,155)
#A2F1A5
(162,241,165)
#ACF2AF
(172,242,175)
#B6F3B9
(182,243,185)
#C0F4C3
(192,244,195)
#CAF5CD
(202,245,205)
#D4F6D7
(212,246,215)
#DEF7E1
(222,247,225)
#E8F8EB
(232,248,235)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEF91 color. Also use rgb(142,239,145) instead hex code.

Text Font Color

.myTextColor { color: #8EEF91; }

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

This text font color is #8EEF91.


Background Color

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

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

This div background color is #8EEF91.


Border color

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

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

This div border color is #8EEF91.


Opacity

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

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

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

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

This text has shadow with #8EEF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEF91 on black background.


Color preview on white background

This text has color #8EEF91 on white background.



Black color preview on #8EEF91 background

This text has black color on #8EEF91 background.


White color preview on #8EEF91 background

This text has white color on #8EEF91 background.