COLOR #9EED73

HEX: #9EED73
RGB: (158,237,115)

Color info

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

RGB color model

#9EED73 color RGB value is (158,237,115).

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

RGB channels and saturation

R 158 of 255 = 62%
G 237 of 255 = 93%
B 115 of 255 = 45%

158
237
115

R + G + B ~ 67%. #9EED73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 237 + 115 = 510 (100%)
R 158 of 510 ~ 30.98%
G 237 of 510 ~ 46.47%
B 115 of 510 ~ 22.55%

%30.98
%46.47
%22.55

CMYK color model

#9EED73 color CMYK value is (33,0,51,7).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 51.48%
  • key color value is 7.06%
CMYK:
(33,0,51,7)
C33M0Y51K7 
(33%,0%,51%,7%)
(0.33/0.00/0.51/0.07)	

CMYK percentages

%33.33
%0
%51.48
%7.06

Codes

Color #9EED73 in popluar color models

9EED73
RGB158237115
HSL99°77.22%69.02%
HSB/HSV99°51.48%92.94%
CMYK33.33%0.00%51.48%
7.06%

Color #9EED73 in popluar number systems.

HEX9EED73
Decimal158237115
Binary10011110111011011110011
Octal236355163

Shades and tints

Shades of #9EED73

#9EED73
(158,237,115)
#90D869
(144,216,105)
#82C35F
(130,195,95)
#74AE55
(116,174,85)
#66994B
(102,153,75)
#588441
(88,132,65)
#4A6F37
(74,111,55)
#3C5A2D
(60,90,45)
#2E4523
(46,69,35)
#203019
(32,48,25)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #9EED73

#9EED73
(158,237,115)
#A6EE7F
(166,238,127)
#AEEF8B
(174,239,139)
#B6F097
(182,240,151)
#BEF1A3
(190,241,163)
#C6F2AF
(198,242,175)
#CEF3BB
(206,243,187)
#D6F4C7
(214,244,199)
#DEF5D3
(222,245,211)
#E6F6DF
(230,246,223)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EED73; }

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

This text font color is #9EED73.


Background Color

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

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

This div background color is #9EED73.


Border color

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

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

This div border color is #9EED73.


Opacity

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

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

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

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

This text has shadow with #9EED73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EED73 on black background.


Color preview on white background

This text has color #9EED73 on white background.



Black color preview on #9EED73 background

This text has black color on #9EED73 background.


White color preview on #9EED73 background

This text has white color on #9EED73 background.