COLOR #9ECD5B

HEX: #9ECD5B
RGB: (158,205,91)

Color info

#9ECD5B contains mainly red and green colors. Web safe color of #9ECD5B is #99CC66 (or #9C6).

RGB color model

#9ECD5B color RGB value is (158,205,91).

  • red value is 158;
  • green value is 205;
  • blue value is 91.
RGB:
(158,205,91)
(62%,80%,36%)

RGB channels and saturation

R 158 of 255 = 62%
G 205 of 255 = 80%
B 91 of 255 = 36%

158
205
91

R + G + B ~ 59%. #9ECD5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 205 + 91 = 454 (100%)
R 158 of 454 ~ 34.8%
G 205 of 454 ~ 45.15%
B 91 of 454 ~ 20.04%

%34.8
%45.15
%20.04

CMYK color model

#9ECD5B color CMYK value is (23,0,56,20).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 55.61%
  • key color value is 19.61%
CMYK:
(23,0,56,20)
C23M0Y56K20 
(23%,0%,56%,20%)
(0.23/0.00/0.56/0.20)	

CMYK percentages

%22.93
%0
%55.61
%19.61

Codes

Color #9ECD5B in popluar color models

9ECD5B
RGB15820591
HSL85°53.27%58.04%
HSB/HSV85°55.61%80.39%
CMYK22.93%0.00%55.61%
19.61%

Color #9ECD5B in popluar number systems.

HEX9ECD5B
Decimal15820591
Binary10011110110011011011011
Octal236315133

Shades and tints

Shades of #9ECD5B

#9ECD5B
(158,205,91)
#90BB53
(144,187,83)
#82A94B
(130,169,75)
#749743
(116,151,67)
#66853B
(102,133,59)
#587333
(88,115,51)
#4A612B
(74,97,43)
#3C4F23
(60,79,35)
#2E3D1B
(46,61,27)
#202B13
(32,43,19)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #9ECD5B

#9ECD5B
(158,205,91)
#A6D169
(166,209,105)
#AED577
(174,213,119)
#B6D985
(182,217,133)
#BEDD93
(190,221,147)
#C6E1A1
(198,225,161)
#CEE5AF
(206,229,175)
#D6E9BD
(214,233,189)
#DEEDCB
(222,237,203)
#E6F1D9
(230,241,217)
#EEF5E7
(238,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECD5B color. Also use rgb(158,205,91) instead hex code.

Text Font Color

.myTextColor { color: #9ECD5B; }

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

This text font color is #9ECD5B.


Background Color

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

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

This div background color is #9ECD5B.


Border color

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

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

This div border color is #9ECD5B.


Opacity

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

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

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

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

This text has shadow with #9ECD5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECD5B on black background.


Color preview on white background

This text has color #9ECD5B on white background.



Black color preview on #9ECD5B background

This text has black color on #9ECD5B background.


White color preview on #9ECD5B background

This text has white color on #9ECD5B background.