COLOR #9EDD73

HEX: #9EDD73
RGB: (158,221,115)

Color info

#9EDD73 contains mainly green color. Web safe color of #9EDD73 is #99CC66 (or #9C6).

RGB color model

#9EDD73 color RGB value is (158,221,115).

  • red value is 158;
  • green value is 221;
  • blue value is 115.
RGB:
(158,221,115)
(62%,87%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 221 of 255 = 87%
B 115 of 255 = 45%

158
221
115

R + G + B ~ 65%. #9EDD73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 221 + 115 = 494 (100%)
R 158 of 494 ~ 31.98%
G 221 of 494 ~ 44.74%
B 115 of 494 ~ 23.28%

%31.98
%44.74
%23.28

CMYK color model

#9EDD73 color CMYK value is (29,0,48,13).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 47.96%
  • key color value is 13.33%
CMYK:
(29,0,48,13)
C29M0Y48K13 
(29%,0%,48%,13%)
(0.29/0.00/0.48/0.13)	

CMYK percentages

%28.51
%0
%47.96
%13.33

Codes

Color #9EDD73 in popluar color models

9EDD73
RGB158221115
HSL96°60.92%65.88%
HSB/HSV96°47.96%86.67%
CMYK28.51%0.00%47.96%
13.33%

Color #9EDD73 in popluar number systems.

HEX9EDD73
Decimal158221115
Binary10011110110111011110011
Octal236335163

Shades and tints

Shades of #9EDD73

#9EDD73
(158,221,115)
#90C969
(144,201,105)
#82B55F
(130,181,95)
#74A155
(116,161,85)
#668D4B
(102,141,75)
#587941
(88,121,65)
#4A6537
(74,101,55)
#3C512D
(60,81,45)
#2E3D23
(46,61,35)
#202919
(32,41,25)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #9EDD73

#9EDD73
(158,221,115)
#A6E07F
(166,224,127)
#AEE38B
(174,227,139)
#B6E697
(182,230,151)
#BEE9A3
(190,233,163)
#C6ECAF
(198,236,175)
#CEEFBB
(206,239,187)
#D6F2C7
(214,242,199)
#DEF5D3
(222,245,211)
#E6F8DF
(230,248,223)
#EEFBEB
(238,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDD73 color. Also use rgb(158,221,115) instead hex code.

Text Font Color

.myTextColor { color: #9EDD73; }

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

This text font color is #9EDD73.


Background Color

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

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

This div background color is #9EDD73.


Border color

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

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

This div border color is #9EDD73.


Opacity

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

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

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

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

This text has shadow with #9EDD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDD73 on black background.


Color preview on white background

This text has color #9EDD73 on white background.



Black color preview on #9EDD73 background

This text has black color on #9EDD73 background.


White color preview on #9EDD73 background

This text has white color on #9EDD73 background.