COLOR #9DE389

HEX: #9DE389 RGB: (157,227,137)

Color info

#9DE389 contains mainly green color. Web safe color of #9DE389 is #99CC99 (or #9C9).

RGB color model

#9DE389 color RGB value is (157,227,137).

RGB: (157,227,137) (62%, 89%, 54%)

RGB channels and saturation

R 157 of 255 = 62%
G 227 of 255 = 89%
B 137 of 255 = 54%

157
227
137

R + G + B ~ 68%. #9DE389 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 227 + 137 = 521 (100%)
R 157 of 521 ~ 30.13%
G 227 of 521 ~ 43.57%
B 137 of 521 ~ 26.3'%

%30.13
%43.57
%26.3

CMYK color model

#9DE389 color CMYK value is (31,0,40,11).

  • cyan value is 30.84%
  • magenta value is 0.00%
  • yellow value is 39.65%
  • key color value is 10.98%

CMYK: (31,0,40,11)
C31M0Y40K11 (31%, 0%, 40%, 11%)
(0.31 / 0.00 / 0.40 / 0.11)

CMYK percentages

%30.84
%0
%39.65
%10.98

Codes

Color #9DE389 in popluar color models

9D E3 89
RGB 157 227 137
HSL 107° 61.64% 71.37%
HSB/HSV 107° 39.65% 89.02%
CMYK 30.84% 0.00% 39.65%
10.98%

Color #9DE389 in popluar number systems.

HEX 9D E3 89
Decimal 157 227 137
Binary 10011101 11100011 10001001
Octal 235 343 211

Shades and tints

Shades of #9DE389

#9DE389
(157,227,137)
#8FCF7D
(143,207,125)
#81BB71
(129,187,113)
#73A765
(115,167,101)
#659359
(101,147,89)
#577F4D
(87,127,77)
#496B41
(73,107,65)
#3B5735
(59,87,53)
#2D4329
(45,67,41)
#1F2F1D
(31,47,29)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #9DE389

#9DE389
(157,227,137)
#A5E593
(165,229,147)
#ADE79D
(173,231,157)
#B5E9A7
(181,233,167)
#BDEBB1
(189,235,177)
#C5EDBB
(197,237,187)
#CDEFC5
(205,239,197)
#D5F1CF
(213,241,207)
#DDF3D9
(221,243,217)
#E5F5E3
(229,245,227)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE389 color. Also use rgb(157,227,137) instead hex code.

Text Font Color

.myTextColor { color: #9DE389; }

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

This text font color is #9DE389.

Background Color

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

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

This div background color is #9DE389.

Border color

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

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

This div border color is #9DE389.

Opacity

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

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

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

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

This text has shadow with #9DE389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE389.

Preview

Color preview on black background

This text has color #9DE389 on black background.


Color preview on white background

This text has color #9DE389 on white background.


Black color preview on #9DE389 background

This text has black color on #9DE389 background.


White color preview on #9DE389 background

This text has white color on #9DE389 background.


Related colors

Complementary color

Complementary color for #hex is #621C76.


I love getcolorcode.com

Triadic colors

1 #899DE3 and #E3899D with #9DE389 are triadic colors.

2 #89E39D and #E39D89 with #9DE389 are triadic colors.