COLOR #9EF25B

HEX: #9EF25B
RGB: (158,242,91)

Color info

#9EF25B contains mainly green color. Web safe color of #9EF25B is #99FF66 (or #9F6).

RGB color model

#9EF25B color RGB value is (158,242,91).

  • red value is 158;
  • green value is 242;
  • blue value is 91.
RGB:
(158,242,91)
(62%,95%,36%)

RGB channels and saturation

R 158 of 255 = 62%
G 242 of 255 = 95%
B 91 of 255 = 36%

158
242
91

R + G + B ~ 64%. #9EF25B is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 242 + 91 = 491 (100%)
R 158 of 491 ~ 32.18%
G 242 of 491 ~ 49.29%
B 91 of 491 ~ 18.53%

%32.18
%49.29
%18.53

CMYK color model

#9EF25B color CMYK value is (35,0,62,5).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 62.40%
  • key color value is 5.10%
CMYK:
(35,0,62,5)
C35M0Y62K5 
(35%,0%,62%,5%)
(0.35/0.00/0.62/0.05)	

CMYK percentages

%34.71
%0
%62.4
%5.1

Codes

Color #9EF25B in popluar color models

9EF25B
RGB15824291
HSL93°85.31%65.29%
HSB/HSV93°62.40%94.90%
CMYK34.71%0.00%62.40%
5.10%

Color #9EF25B in popluar number systems.

HEX9EF25B
Decimal15824291
Binary10011110111100101011011
Octal236362133

Shades and tints

Shades of #9EF25B

#9EF25B
(158,242,91)
#90DC53
(144,220,83)
#82C64B
(130,198,75)
#74B043
(116,176,67)
#669A3B
(102,154,59)
#588433
(88,132,51)
#4A6E2B
(74,110,43)
#3C5823
(60,88,35)
#2E421B
(46,66,27)
#202C13
(32,44,19)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #9EF25B

#9EF25B
(158,242,91)
#A6F369
(166,243,105)
#AEF477
(174,244,119)
#B6F585
(182,245,133)
#BEF693
(190,246,147)
#C6F7A1
(198,247,161)
#CEF8AF
(206,248,175)
#D6F9BD
(214,249,189)
#DEFACB
(222,250,203)
#E6FBD9
(230,251,217)
#EEFCE7
(238,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF25B color. Also use rgb(158,242,91) instead hex code.

Text Font Color

.myTextColor { color: #9EF25B; }

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

This text font color is #9EF25B.


Background Color

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

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

This div background color is #9EF25B.


Border color

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

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

This div border color is #9EF25B.


Opacity

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

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

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

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

This text has shadow with #9EF25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF25B on black background.


Color preview on white background

This text has color #9EF25B on white background.



Black color preview on #9EF25B background

This text has black color on #9EF25B background.


White color preview on #9EF25B background

This text has white color on #9EF25B background.