COLOR #9EEC94

HEX: #9EEC94
RGB: (158,236,148)

Color info

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

RGB color model

#9EEC94 color RGB value is (158,236,148).

  • red value is 158;
  • green value is 236;
  • blue value is 148.
RGB:
(158,236,148)
(62%,93%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 236 of 255 = 93%
B 148 of 255 = 58%

158
236
148

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

Portions of RGB colors in percentages

R + G + B =
158 + 236 + 148 = 542 (100%)
R 158 of 542 ~ 29.15%
G 236 of 542 ~ 43.54%
B 148 of 542 ~ 27.31%

%29.15
%43.54
%27.31

CMYK color model

#9EEC94 color CMYK value is (33,0,37,7).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 37.29%
  • key color value is 7.45%
CMYK:
(33,0,37,7)
C33M0Y37K7 
(33%,0%,37%,7%)
(0.33/0.00/0.37/0.07)	

CMYK percentages

%33.05
%0
%37.29
%7.45

Codes

Color #9EEC94 in popluar color models

9EEC94
RGB158236148
HSL113°69.84%75.29%
HSB/HSV113°37.29%92.55%
CMYK33.05%0.00%37.29%
7.45%

Color #9EEC94 in popluar number systems.

HEX9EEC94
Decimal158236148
Binary100111101110110010010100
Octal236354224

Shades and tints

Shades of #9EEC94

#9EEC94
(158,236,148)
#90D787
(144,215,135)
#82C27A
(130,194,122)
#74AD6D
(116,173,109)
#669860
(102,152,96)
#588353
(88,131,83)
#4A6E46
(74,110,70)
#3C5939
(60,89,57)
#2E442C
(46,68,44)
#202F1F
(32,47,31)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #9EEC94

#9EEC94
(158,236,148)
#A6ED9D
(166,237,157)
#AEEEA6
(174,238,166)
#B6EFAF
(182,239,175)
#BEF0B8
(190,240,184)
#C6F1C1
(198,241,193)
#CEF2CA
(206,242,202)
#D6F3D3
(214,243,211)
#DEF4DC
(222,244,220)
#E6F5E5
(230,245,229)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEC94 color. Also use rgb(158,236,148) instead hex code.

Text Font Color

.myTextColor { color: #9EEC94; }

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

This text font color is #9EEC94.


Background Color

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

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

This div background color is #9EEC94.


Border color

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

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

This div border color is #9EEC94.


Opacity

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

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

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

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

This text has shadow with #9EEC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEC94 on black background.


Color preview on white background

This text has color #9EEC94 on white background.



Black color preview on #9EEC94 background

This text has black color on #9EEC94 background.


White color preview on #9EEC94 background

This text has white color on #9EEC94 background.