COLOR #9DE5A0

HEX: #9DE5A0
RGB: (157,229,160)

Color info

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

RGB color model

#9DE5A0 color RGB value is (157,229,160).

  • red value is 157;
  • green value is 229;
  • blue value is 160.
RGB:
(157,229,160)
(62%,90%,63%)

RGB channels and saturation

R 157 of 255 = 62%
G 229 of 255 = 90%
B 160 of 255 = 63%

157
229
160

R + G + B ~ 72%. #9DE5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 229 + 160 = 546 (100%)
R 157 of 546 ~ 28.75%
G 229 of 546 ~ 41.94%
B 160 of 546 ~ 29.3%

%28.75
%41.94
%29.3

CMYK color model

#9DE5A0 color CMYK value is (31,0,30,10).

  • cyan value is 31.44%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 10.20%
CMYK:
(31,0,30,10)
C31M0Y30K10 
(31%,0%,30%,10%)
(0.31/0.00/0.30/0.10)	

CMYK percentages

%31.44
%0
%30.13
%10.2

Codes

Color #9DE5A0 in popluar color models

9DE5A0
RGB157229160
HSL123°58.06%75.69%
HSB/HSV123°31.44%89.80%
CMYK31.44%0.00%30.13%
10.20%

Color #9DE5A0 in popluar number systems.

HEX9DE5A0
Decimal157229160
Binary100111011110010110100000
Octal235345240

Shades and tints

Shades of #9DE5A0

#9DE5A0
(157,229,160)
#8FD192
(143,209,146)
#81BD84
(129,189,132)
#73A976
(115,169,118)
#659568
(101,149,104)
#57815A
(87,129,90)
#496D4C
(73,109,76)
#3B593E
(59,89,62)
#2D4530
(45,69,48)
#1F3122
(31,49,34)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #9DE5A0

#9DE5A0
(157,229,160)
#A5E7A8
(165,231,168)
#ADE9B0
(173,233,176)
#B5EBB8
(181,235,184)
#BDEDC0
(189,237,192)
#C5EFC8
(197,239,200)
#CDF1D0
(205,241,208)
#D5F3D8
(213,243,216)
#DDF5E0
(221,245,224)
#E5F7E8
(229,247,232)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE5A0; }

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

This text font color is #9DE5A0.


Background Color

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

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

This div background color is #9DE5A0.


Border color

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

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

This div border color is #9DE5A0.


Opacity

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

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

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

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

This text has shadow with #9DE5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE5A0 on black background.


Color preview on white background

This text has color #9DE5A0 on white background.



Black color preview on #9DE5A0 background

This text has black color on #9DE5A0 background.


White color preview on #9DE5A0 background

This text has white color on #9DE5A0 background.