COLOR #9DE19D

HEX: #9DE19D
RGB: (157,225,157)

Color info

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

RGB color model

#9DE19D color RGB value is (157,225,157).

  • red value is 157;
  • green value is 225;
  • blue value is 157.
RGB:
(157,225,157)
(62%,88%,62%)

RGB channels and saturation

R 157 of 255 = 62%
G 225 of 255 = 88%
B 157 of 255 = 62%

157
225
157

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

Portions of RGB colors in percentages

R + G + B =
157 + 225 + 157 = 539 (100%)
R 157 of 539 ~ 29.13%
G 225 of 539 ~ 41.74%
B 157 of 539 ~ 29.13%

%29.13
%41.74
%29.13

CMYK color model

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

  • cyan value is 30.22%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 11.76%
CMYK:
(30,0,30,12)
C30M0Y30K12 
(30%,0%,30%,12%)
(0.30/0.00/0.30/0.12)	

CMYK percentages

%30.22
%0
%30.22
%11.76

Codes

Color #9DE19D in popluar color models

9DE19D
RGB157225157
HSL120°53.13%74.90%
HSB/HSV120°30.22%88.24%
CMYK30.22%0.00%30.22%
11.76%

Color #9DE19D in popluar number systems.

HEX9DE19D
Decimal157225157
Binary100111011110000110011101
Octal235341235

Shades and tints

Shades of #9DE19D

#9DE19D
(157,225,157)
#8FCD8F
(143,205,143)
#81B981
(129,185,129)
#73A573
(115,165,115)
#659165
(101,145,101)
#577D57
(87,125,87)
#496949
(73,105,73)
#3B553B
(59,85,59)
#2D412D
(45,65,45)
#1F2D1F
(31,45,31)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #9DE19D

#9DE19D
(157,225,157)
#A5E3A5
(165,227,165)
#ADE5AD
(173,229,173)
#B5E7B5
(181,231,181)
#BDE9BD
(189,233,189)
#C5EBC5
(197,235,197)
#CDEDCD
(205,237,205)
#D5EFD5
(213,239,213)
#DDF1DD
(221,241,221)
#E5F3E5
(229,243,229)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE19D; }

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

This text font color is #9DE19D.


Background Color

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

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

This div background color is #9DE19D.


Border color

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

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

This div border color is #9DE19D.


Opacity

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

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

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

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

This text has shadow with #9DE19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE19D on black background.


Color preview on white background

This text has color #9DE19D on white background.



Black color preview on #9DE19D background

This text has black color on #9DE19D background.


White color preview on #9DE19D background

This text has white color on #9DE19D background.