COLOR #9DE07E

HEX: #9DE07E RGB: (157,224,126)

Color info

#9DE07E contains mainly green color. Web safe color of #9DE07E is #99CC66 (or #9C6).

RGB color model

#9DE07E color RGB value is (157,224,126).

RGB: (157,224,126) (62%, 88%, 49%)

RGB channels and saturation

R 157 of 255 = 62%
G 224 of 255 = 88%
B 126 of 255 = 49%

157
224
126

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

Portions of RGB colors in percentages

R + G + B = 157 + 224 + 126 = 507 (100%)
R 157 of 507 ~ 30.97%
G 224 of 507 ~ 44.18%
B 126 of 507 ~ 24.85'%

%30.97
%44.18
%24.85

CMYK color model

#9DE07E color CMYK value is (30,0,44,12).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 12.16%

CMYK: (30,0,44,12)
C30M0Y44K12 (30%, 0%, 44%, 12%)
(0.30 / 0.00 / 0.44 / 0.12)

CMYK percentages

%29.91
%0
%43.75
%12.16

Codes

Color #9DE07E in popluar color models

9D E0 7E
RGB 157 224 126
HSL 101° 61.25% 68.63%
HSB/HSV 101° 43.75% 87.84%
CMYK 29.91% 0.00% 43.75%
12.16%

Color #9DE07E in popluar number systems.

HEX 9D E0 7E
Decimal 157 224 126
Binary 10011101 11100000 1111110
Octal 235 340 176

Shades and tints

Shades of #9DE07E

#9DE07E
(157,224,126)
#8FCC73
(143,204,115)
#81B868
(129,184,104)
#73A45D
(115,164,93)
#659052
(101,144,82)
#577C47
(87,124,71)
#49683C
(73,104,60)
#3B5431
(59,84,49)
#2D4026
(45,64,38)
#1F2C1B
(31,44,27)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #9DE07E

#9DE07E
(157,224,126)
#A5E289
(165,226,137)
#ADE494
(173,228,148)
#B5E69F
(181,230,159)
#BDE8AA
(189,232,170)
#C5EAB5
(197,234,181)
#CDECC0
(205,236,192)
#D5EECB
(213,238,203)
#DDF0D6
(221,240,214)
#E5F2E1
(229,242,225)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE07E color. Also use rgb(157,224,126) instead hex code.

Text Font Color

.myTextColor { color: #9DE07E; }

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

This text font color is #9DE07E.

Background Color

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

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

This div background color is #9DE07E.

Border color

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

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

This div border color is #9DE07E.

Opacity

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

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

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

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

This text has shadow with #9DE07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE07E.

Preview

Color preview on black background

This text has color #9DE07E on black background.


Color preview on white background

This text has color #9DE07E on white background.


Black color preview on #9DE07E background

This text has black color on #9DE07E background.


White color preview on #9DE07E background

This text has white color on #9DE07E background.


Related colors

Complementary color

Complementary color for #hex is #621F81.


I love getcolorcode.com

Triadic colors

1 #7E9DE0 and #E07E9D with #9DE07E are triadic colors.

2 #7EE09D and #E09D7E with #9DE07E are triadic colors.