COLOR #9ED589

HEX: #9ED589
RGB: (158,213,137)

Color info

#9ED589 contains mainly red and green colors. Web safe color of #9ED589 is #99CC99 (or #9C9).

RGB color model

#9ED589 color RGB value is (158,213,137).

  • red value is 158;
  • green value is 213;
  • blue value is 137.
RGB:
(158,213,137)
(62%,84%,54%)

RGB channels and saturation

R 158 of 255 = 62%
G 213 of 255 = 84%
B 137 of 255 = 54%

158
213
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 213 + 137 = 508 (100%)
R 158 of 508 ~ 31.1%
G 213 of 508 ~ 41.93%
B 137 of 508 ~ 26.97%

%31.1
%41.93
%26.97

CMYK color model

#9ED589 color CMYK value is (26,0,36,16).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 16.47%
CMYK:
(26,0,36,16)
C26M0Y36K16 
(26%,0%,36%,16%)
(0.26/0.00/0.36/0.16)	

CMYK percentages

%25.82
%0
%35.68
%16.47

Codes

Color #9ED589 in popluar color models

9ED589
RGB158213137
HSL103°47.50%68.63%
HSB/HSV103°35.68%83.53%
CMYK25.82%0.00%35.68%
16.47%

Color #9ED589 in popluar number systems.

HEX9ED589
Decimal158213137
Binary100111101101010110001001
Octal236325211

Shades and tints

Shades of #9ED589

#9ED589
(158,213,137)
#90C27D
(144,194,125)
#82AF71
(130,175,113)
#749C65
(116,156,101)
#668959
(102,137,89)
#58764D
(88,118,77)
#4A6341
(74,99,65)
#3C5035
(60,80,53)
#2E3D29
(46,61,41)
#202A1D
(32,42,29)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #9ED589

#9ED589
(158,213,137)
#A6D893
(166,216,147)
#AEDB9D
(174,219,157)
#B6DEA7
(182,222,167)
#BEE1B1
(190,225,177)
#C6E4BB
(198,228,187)
#CEE7C5
(206,231,197)
#D6EACF
(214,234,207)
#DEEDD9
(222,237,217)
#E6F0E3
(230,240,227)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED589 color. Also use rgb(158,213,137) instead hex code.

Text Font Color

.myTextColor { color: #9ED589; }

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

This text font color is #9ED589.


Background Color

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

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

This div background color is #9ED589.


Border color

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

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

This div border color is #9ED589.


Opacity

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

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

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

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

This text has shadow with #9ED589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED589 on black background.


Color preview on white background

This text has color #9ED589 on white background.



Black color preview on #9ED589 background

This text has black color on #9ED589 background.


White color preview on #9ED589 background

This text has white color on #9ED589 background.