COLOR #8EE901

HEX: #8EE901 RGB: (142,233,1)

Color info

#8EE901 contains mainly green color. Web safe color of #8EE901 is #99FF00 (or #9F0).

RGB color model

#8EE901 color RGB value is (142,233,1).

RGB: (142,233,1) (56%, 91%, 0%)

RGB channels and saturation

R 142 of 255 = 56%
G 233 of 255 = 91%
B 1 of 255 = 0%

142
233
1

R + G + B ~ 49%. #8EE901 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 233 + 1 = 376 (100%)
R 142 of 376 ~ 37.77%
G 233 of 376 ~ 61.97%
B 1 of 376 ~ 0.27'%

%37.77
%61.97

CMYK color model

#8EE901 color CMYK value is (39,0,100,9).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 99.57%
  • key color value is 8.63%
CMYK: (39,0,100,9) C39M0Y100K9 (39%,0%,100%,9%) (0.39/0.00/1.00/0.09) 

CMYK percentages

%39.06
%0
%99.57
%8.63

Codes

Color #8EE901 in popluar color models

8E E9 01
RGB 142 233 1
HSL 84° 99.15% 45.88%
HSB/HSV 84° 99.57% 91.37%
CMYK 39.06% 0.00% 99.57%
8.63%

Color #8EE901 in popluar number systems.

HEX 8E E9 01
Decimal 142 233 1
Binary 10001110 11101001 1
Octal 216 351 1

Shades and tints

Shades of #8EE901

#8EE901
(142,233,1)
#82D401
(130,212,1)
#76BF01
(118,191,1)
#6AAA01
(106,170,1)
#5E9501
(94,149,1)
#528001
(82,128,1)
#466B01
(70,107,1)
#3A5601
(58,86,1)
#2E4101
(46,65,1)
#222C01
(34,44,1)
#161701
(22,23,1)
#000000
(0,0,0)

Tints of #8EE901

#8EE901
(142,233,1)
#98EB18
(152,235,24)
#A2ED2F
(162,237,47)
#ACEF46
(172,239,70)
#B6F15D
(182,241,93)
#C0F374
(192,243,116)
#CAF58B
(202,245,139)
#D4F7A2
(212,247,162)
#DEF9B9
(222,249,185)
#E8FBD0
(232,251,208)
#F2FDE7
(242,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE901 color. Also use rgb(142,233,1) instead hex code.

Text Font Color

.myTextColor { color: #8EE901; }

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

This text font color is #8EE901.

Background Color

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

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

This div background color is #8EE901.

Border color

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

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

This div border color is #8EE901.

Opacity

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

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

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

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

This text has shadow with #8EE901 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE901.

Preview

Color preview on black background

This text has color #8EE901 on black background.


Color preview on white background

This text has color #8EE901 on white background.


Black color preview on #8EE901 background

This text has black color on #8EE901 background.


White color preview on #8EE901 background

This text has white color on #8EE901 background.


Related colors

Complementary color

Complementary color for #hex is #7116FE.


I love getcolorcode.com

Triadic colors

1 #018EE9 and #E9018E with #8EE901 are triadic colors.

2 #01E98E and #E98E01 with #8EE901 are triadic colors.