COLOR #9DE59C

HEX: #9DE59C RGB: (157,229,156)

Color info

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

RGB color model

#9DE59C color RGB value is (157,229,156).

RGB: (157,229,156) (62%, 90%, 61%)

RGB channels and saturation

R 157 of 255 = 62%
G 229 of 255 = 90%
B 156 of 255 = 61%

157
229
156

R + G + B ~ 71%. #9DE59C is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 229 + 156 = 542 (100%)
R 157 of 542 ~ 28.97%
G 229 of 542 ~ 42.25%
B 156 of 542 ~ 28.78'%

%28.97
%42.25
%28.78

CMYK color model

#9DE59C color CMYK value is (31,0,32,10).

  • cyan value is 31.44%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 10.20%

CMYK: (31,0,32,10)
C31M0Y32K10 (31%, 0%, 32%, 10%)
(0.31 / 0.00 / 0.32 / 0.10)

CMYK percentages

%31.44
%0
%31.88
%10.2

Codes

Color #9DE59C in popluar color models

9D E5 9C
RGB 157 229 156
HSL 119° 58.40% 75.49%
HSB/HSV 119° 31.88% 89.80%
CMYK 31.44% 0.00% 31.88%
10.20%

Color #9DE59C in popluar number systems.

HEX 9D E5 9C
Decimal 157 229 156
Binary 10011101 11100101 10011100
Octal 235 345 234

Shades and tints

Shades of #9DE59C

#9DE59C
(157,229,156)
#8FD18E
(143,209,142)
#81BD80
(129,189,128)
#73A972
(115,169,114)
#659564
(101,149,100)
#578156
(87,129,86)
#496D48
(73,109,72)
#3B593A
(59,89,58)
#2D452C
(45,69,44)
#1F311E
(31,49,30)
#111D10
(17,29,16)
#000000
(0,0,0)

Tints of #9DE59C

#9DE59C
(157,229,156)
#A5E7A5
(165,231,165)
#ADE9AE
(173,233,174)
#B5EBB7
(181,235,183)
#BDEDC0
(189,237,192)
#C5EFC9
(197,239,201)
#CDF1D2
(205,241,210)
#D5F3DB
(213,243,219)
#DDF5E4
(221,245,228)
#E5F7ED
(229,247,237)
#EDF9F6
(237,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE59C color. Also use rgb(157,229,156) instead hex code.

Text Font Color

.myTextColor { color: #9DE59C; }

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

This text font color is #9DE59C.

Background Color

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

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

This div background color is #9DE59C.

Border color

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

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

This div border color is #9DE59C.

Opacity

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

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

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

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

This text has shadow with #9DE59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE59C.

Preview

Color preview on black background

This text has color #9DE59C on black background.


Color preview on white background

This text has color #9DE59C on white background.


Black color preview on #9DE59C background

This text has black color on #9DE59C background.


White color preview on #9DE59C background

This text has white color on #9DE59C background.


Related colors

Complementary color

Complementary color for #hex is #621A63.


I love getcolorcode.com

Triadic colors

1 #9C9DE5 and #E59C9D with #9DE59C are triadic colors.

2 #9CE59D and #E59D9C with #9DE59C are triadic colors.