COLOR #9ED289

HEX: #9ED289
RGB: (158,210,137)

Color info

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

RGB color model

#9ED289 color RGB value is (158,210,137).

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

RGB channels and saturation

R 158 of 255 = 62%
G 210 of 255 = 82%
B 137 of 255 = 54%

158
210
137

R + G + B ~ 66%. #9ED289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 210 + 137 = 505 (100%)
R 158 of 505 ~ 31.29%
G 210 of 505 ~ 41.58%
B 137 of 505 ~ 27.13%

%31.29
%41.58
%27.13

CMYK color model

#9ED289 color CMYK value is (25,0,35,18).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK:
(25,0,35,18)
C25M0Y35K18 
(25%,0%,35%,18%)
(0.25/0.00/0.35/0.18)	

CMYK percentages

%24.76
%0
%34.76
%17.65

Codes

Color #9ED289 in popluar color models

9ED289
RGB158210137
HSL103°44.79%68.04%
HSB/HSV103°34.76%82.35%
CMYK24.76%0.00%34.76%
17.65%

Color #9ED289 in popluar number systems.

HEX9ED289
Decimal158210137
Binary100111101101001010001001
Octal236322211

Shades and tints

Shades of #9ED289

#9ED289
(158,210,137)
#90BF7D
(144,191,125)
#82AC71
(130,172,113)
#749965
(116,153,101)
#668659
(102,134,89)
#58734D
(88,115,77)
#4A6041
(74,96,65)
#3C4D35
(60,77,53)
#2E3A29
(46,58,41)
#20271D
(32,39,29)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9ED289

#9ED289
(158,210,137)
#A6D693
(166,214,147)
#AEDA9D
(174,218,157)
#B6DEA7
(182,222,167)
#BEE2B1
(190,226,177)
#C6E6BB
(198,230,187)
#CEEAC5
(206,234,197)
#D6EECF
(214,238,207)
#DEF2D9
(222,242,217)
#E6F6E3
(230,246,227)
#EEFAED
(238,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED289; }

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

This text font color is #9ED289.


Background Color

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

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

This div background color is #9ED289.


Border color

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

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

This div border color is #9ED289.


Opacity

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

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

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

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

This text has shadow with #9ED289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED289 on black background.


Color preview on white background

This text has color #9ED289 on white background.



Black color preview on #9ED289 background

This text has black color on #9ED289 background.


White color preview on #9ED289 background

This text has white color on #9ED289 background.