COLOR #9DEE90

HEX: #9DEE90 RGB: (157,238,144)

Color info

#9DEE90 contains mainly green color. Web safe color of #9DEE90 is #99FF99 (or #9F9).

RGB color model

#9DEE90 color RGB value is (157,238,144).

RGB: (157,238,144) (62%, 93%, 56%)

RGB channels and saturation

R 157 of 255 = 62%
G 238 of 255 = 93%
B 144 of 255 = 56%

157
238
144

R + G + B ~ 70%. #9DEE90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 238 + 144 = 539 (100%)
R 157 of 539 ~ 29.13%
G 238 of 539 ~ 44.16%
B 144 of 539 ~ 26.72'%

%29.13
%44.16
%26.72

CMYK color model

#9DEE90 color CMYK value is (34,0,39,7).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 39.50%
  • key color value is 6.67%

CMYK: (34,0,39,7)
C34M0Y39K7 (34%, 0%, 39%, 7%)
(0.34 / 0.00 / 0.39 / 0.07)

CMYK percentages

%34.03
%0
%39.5
%6.67

Codes

Color #9DEE90 in popluar color models

9D EE 90
RGB 157 238 144
HSL 112° 73.44% 74.90%
HSB/HSV 112° 39.50% 93.33%
CMYK 34.03% 0.00% 39.50%
6.67%

Color #9DEE90 in popluar number systems.

HEX 9D EE 90
Decimal 157 238 144
Binary 10011101 11101110 10010000
Octal 235 356 220

Shades and tints

Shades of #9DEE90

#9DEE90
(157,238,144)
#8FD983
(143,217,131)
#81C476
(129,196,118)
#73AF69
(115,175,105)
#659A5C
(101,154,92)
#57854F
(87,133,79)
#497042
(73,112,66)
#3B5B35
(59,91,53)
#2D4628
(45,70,40)
#1F311B
(31,49,27)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #9DEE90

#9DEE90
(157,238,144)
#A5EF9A
(165,239,154)
#ADF0A4
(173,240,164)
#B5F1AE
(181,241,174)
#BDF2B8
(189,242,184)
#C5F3C2
(197,243,194)
#CDF4CC
(205,244,204)
#D5F5D6
(213,245,214)
#DDF6E0
(221,246,224)
#E5F7EA
(229,247,234)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DEE90 color. Also use rgb(157,238,144) instead hex code.

Text Font Color

.myTextColor { color: #9DEE90; }

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

This text font color is #9DEE90.

Background Color

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

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

This div background color is #9DEE90.

Border color

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

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

This div border color is #9DEE90.

Opacity

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

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

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

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

This text has shadow with #9DEE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DEE90.

Preview

Color preview on black background

This text has color #9DEE90 on black background.


Color preview on white background

This text has color #9DEE90 on white background.


Black color preview on #9DEE90 background

This text has black color on #9DEE90 background.


White color preview on #9DEE90 background

This text has white color on #9DEE90 background.


Related colors

Complementary color

Complementary color for #hex is #62116F.


I love getcolorcode.com

Triadic colors

1 #909DEE and #EE909D with #9DEE90 are triadic colors.

2 #90EE9D and #EE9D90 with #9DEE90 are triadic colors.