COLOR #9EEB95

HEX: #9EEB95
RGB: (158,235,149)

Color info

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

RGB color model

#9EEB95 color RGB value is (158,235,149).

  • red value is 158;
  • green value is 235;
  • blue value is 149.
RGB:
(158,235,149)
(62%,92%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 235 of 255 = 92%
B 149 of 255 = 58%

158
235
149

R + G + B ~ 71%. #9EEB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 235 + 149 = 542 (100%)
R 158 of 542 ~ 29.15%
G 235 of 542 ~ 43.36%
B 149 of 542 ~ 27.49%

%29.15
%43.36
%27.49

CMYK color model

#9EEB95 color CMYK value is (33,0,37,8).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 7.84%
CMYK:
(33,0,37,8)
C33M0Y37K8 
(33%,0%,37%,8%)
(0.33/0.00/0.37/0.08)	

CMYK percentages

%32.77
%0
%36.6
%7.84

Codes

Color #9EEB95 in popluar color models

9EEB95
RGB158235149
HSL114°68.25%75.29%
HSB/HSV114°36.60%92.16%
CMYK32.77%0.00%36.60%
7.84%

Color #9EEB95 in popluar number systems.

HEX9EEB95
Decimal158235149
Binary100111101110101110010101
Octal236353225

Shades and tints

Shades of #9EEB95

#9EEB95
(158,235,149)
#90D688
(144,214,136)
#82C17B
(130,193,123)
#74AC6E
(116,172,110)
#669761
(102,151,97)
#588254
(88,130,84)
#4A6D47
(74,109,71)
#3C583A
(60,88,58)
#2E432D
(46,67,45)
#202E20
(32,46,32)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #9EEB95

#9EEB95
(158,235,149)
#A6EC9E
(166,236,158)
#AEEDA7
(174,237,167)
#B6EEB0
(182,238,176)
#BEEFB9
(190,239,185)
#C6F0C2
(198,240,194)
#CEF1CB
(206,241,203)
#D6F2D4
(214,242,212)
#DEF3DD
(222,243,221)
#E6F4E6
(230,244,230)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEB95 color. Also use rgb(158,235,149) instead hex code.

Text Font Color

.myTextColor { color: #9EEB95; }

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

This text font color is #9EEB95.


Background Color

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

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

This div background color is #9EEB95.


Border color

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

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

This div border color is #9EEB95.


Opacity

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

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

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

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

This text has shadow with #9EEB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEB95 on black background.


Color preview on white background

This text has color #9EEB95 on white background.



Black color preview on #9EEB95 background

This text has black color on #9EEB95 background.


White color preview on #9EEB95 background

This text has white color on #9EEB95 background.