COLOR #9EE82B

HEX: #9EE82B
RGB: (158,232,43)

Color info

#9EE82B contains mainly green color. Web safe color of #9EE82B is #99FF33 (or #9F3).

RGB color model

#9EE82B color RGB value is (158,232,43).

  • red value is 158;
  • green value is 232;
  • blue value is 43.
RGB:
(158,232,43)
(62%,91%,17%)

RGB channels and saturation

R 158 of 255 = 62%
G 232 of 255 = 91%
B 43 of 255 = 17%

158
232
43

R + G + B ~ 57%. #9EE82B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 232 + 43 = 433 (100%)
R 158 of 433 ~ 36.49%
G 232 of 433 ~ 53.58%
B 43 of 433 ~ 9.93%

%36.49
%53.58
%9.93

CMYK color model

#9EE82B color CMYK value is (32,0,81,9).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 81.47%
  • key color value is 9.02%
CMYK:
(32,0,81,9)
C32M0Y81K9 
(32%,0%,81%,9%)
(0.32/0.00/0.81/0.09)	

CMYK percentages

%31.9
%0
%81.47
%9.02

Codes

Color #9EE82B in popluar color models

9EE82B
RGB15823243
HSL83°80.43%53.92%
HSB/HSV83°81.47%90.98%
CMYK31.90%0.00%81.47%
9.02%

Color #9EE82B in popluar number systems.

HEX9EE82B
Decimal15823243
Binary1001111011101000101011
Octal23635053

Shades and tints

Shades of #9EE82B

#9EE82B
(158,232,43)
#90D328
(144,211,40)
#82BE25
(130,190,37)
#74A922
(116,169,34)
#66941F
(102,148,31)
#587F1C
(88,127,28)
#4A6A19
(74,106,25)
#3C5516
(60,85,22)
#2E4013
(46,64,19)
#202B10
(32,43,16)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #9EE82B

#9EE82B
(158,232,43)
#A6EA3E
(166,234,62)
#AEEC51
(174,236,81)
#B6EE64
(182,238,100)
#BEF077
(190,240,119)
#C6F28A
(198,242,138)
#CEF49D
(206,244,157)
#D6F6B0
(214,246,176)
#DEF8C3
(222,248,195)
#E6FAD6
(230,250,214)
#EEFCE9
(238,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE82B color. Also use rgb(158,232,43) instead hex code.

Text Font Color

.myTextColor { color: #9EE82B; }

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

This text font color is #9EE82B.


Background Color

.myBgColor { background-color: #9EE82B; }

<div style="background-color:#9EE82B">Inner text</div>

This div background color is #9EE82B.


Border color

.myBorderColor { border: 1px solid #9EE82B; }

<div style="border:3px solid #9EE82B">Div</div>

This div border color is #9EE82B.


Opacity

.myOpacity80 { color: #9EE82B; opacity: 0.8; }

<p style="color:#9EE82B;opacity:0.8;">80%</p>

Text with #9EE82B 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 #9EE82B;}

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

This text has shadow with #9EE82B color.

.textShadow {text-shadow: 3px 3px 1px #9EE82B, 3px 3px 1px red;}

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

This text has shadow with #9EE82B primary color and red secondary color.


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

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

This text has shadow with #9EE82B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE82B on black background.


Color preview on white background

This text has color #9EE82B on white background.



Black color preview on #9EE82B background

This text has black color on #9EE82B background.


White color preview on #9EE82B background

This text has white color on #9EE82B background.