COLOR #9EF096

HEX: #9EF096
RGB: (158,240,150)

Color info

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

RGB color model

#9EF096 color RGB value is (158,240,150).

  • red value is 158;
  • green value is 240;
  • blue value is 150.
RGB:
(158,240,150)
(62%,94%,59%)

RGB channels and saturation

R 158 of 255 = 62%
G 240 of 255 = 94%
B 150 of 255 = 59%

158
240
150

R + G + B ~ 72%. #9EF096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 240 + 150 = 548 (100%)
R 158 of 548 ~ 28.83%
G 240 of 548 ~ 43.8%
B 150 of 548 ~ 27.37%

%28.83
%43.8
%27.37

CMYK color model

#9EF096 color CMYK value is (34,0,38,6).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 5.88%
CMYK:
(34,0,38,6)
C34M0Y38K6 
(34%,0%,38%,6%)
(0.34/0.00/0.38/0.06)	

CMYK percentages

%34.17
%0
%37.5
%5.88

Codes

Color #9EF096 in popluar color models

9EF096
RGB158240150
HSL115°75.00%76.47%
HSB/HSV115°37.50%94.12%
CMYK34.17%0.00%37.50%
5.88%

Color #9EF096 in popluar number systems.

HEX9EF096
Decimal158240150
Binary100111101111000010010110
Octal236360226

Shades and tints

Shades of #9EF096

#9EF096
(158,240,150)
#90DB89
(144,219,137)
#82C67C
(130,198,124)
#74B16F
(116,177,111)
#669C62
(102,156,98)
#588755
(88,135,85)
#4A7248
(74,114,72)
#3C5D3B
(60,93,59)
#2E482E
(46,72,46)
#203321
(32,51,33)
#121E14
(18,30,20)
#000000
(0,0,0)

Tints of #9EF096

#9EF096
(158,240,150)
#A6F19F
(166,241,159)
#AEF2A8
(174,242,168)
#B6F3B1
(182,243,177)
#BEF4BA
(190,244,186)
#C6F5C3
(198,245,195)
#CEF6CC
(206,246,204)
#D6F7D5
(214,247,213)
#DEF8DE
(222,248,222)
#E6F9E7
(230,249,231)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF096 color. Also use rgb(158,240,150) instead hex code.

Text Font Color

.myTextColor { color: #9EF096; }

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

This text font color is #9EF096.


Background Color

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

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

This div background color is #9EF096.


Border color

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

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

This div border color is #9EF096.


Opacity

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

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

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

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

This text has shadow with #9EF096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF096 on black background.


Color preview on white background

This text has color #9EF096 on white background.



Black color preview on #9EF096 background

This text has black color on #9EF096 background.


White color preview on #9EF096 background

This text has white color on #9EF096 background.