COLOR #20D99D

HEX: #20D99D
RGB: (32,217,157)

Color info

#20D99D contains mainly green color. Web safe color of #20D99D is #33CC99 (or #3C9).

RGB color model

#20D99D color RGB value is (32,217,157).

  • red value is 32;
  • green value is 217;
  • blue value is 157.
RGB:
(32,217,157)
(13%,85%,62%)

RGB channels and saturation

R 32 of 255 = 13%
G 217 of 255 = 85%
B 157 of 255 = 62%

32
217
157

R + G + B ~ 53%. #20D99D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
32 + 217 + 157 = 406 (100%)
R 32 of 406 ~ 7.88%
G 217 of 406 ~ 53.45%
B 157 of 406 ~ 38.67%

%53.45
%38.67

CMYK color model

#20D99D color CMYK value is (85,0,28,15).

  • cyan value is 85.25%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • key color value is 14.90%
CMYK:
(85,0,28,15)
C85M0Y28K15 
(85%,0%,28%,15%)
(0.85/0.00/0.28/0.15)	

CMYK percentages

%85.25
%0
%27.65
%14.9

Codes

Color #20D99D in popluar color models

20D99D
RGB32217157
HSL161°74.30%48.82%
HSB/HSV161°85.25%85.10%
CMYK85.25%0.00%27.65%
14.90%

Color #20D99D in popluar number systems.

HEX20D99D
Decimal32217157
Binary1000001101100110011101
Octal40331235

Shades and tints

Shades of #20D99D

#20D99D
(32,217,157)
#1EC68F
(30,198,143)
#1CB381
(28,179,129)
#1AA073
(26,160,115)
#188D65
(24,141,101)
#167A57
(22,122,87)
#146749
(20,103,73)
#12543B
(18,84,59)
#10412D
(16,65,45)
#0E2E1F
(14,46,31)
#0C1B11
(12,27,17)
#000000
(0,0,0)

Tints of #20D99D

#20D99D
(32,217,157)
#34DCA5
(52,220,165)
#48DFAD
(72,223,173)
#5CE2B5
(92,226,181)
#70E5BD
(112,229,189)
#84E8C5
(132,232,197)
#98EBCD
(152,235,205)
#ACEED5
(172,238,213)
#C0F1DD
(192,241,221)
#D4F4E5
(212,244,229)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20D99D color. Also use rgb(32,217,157) instead hex code.

Text Font Color

.myTextColor { color: #20D99D; }

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

This text font color is #20D99D.


Background Color

.myBgColor { background-color: #20D99D; }

<div style="background-color:#20D99D">Inner text</div>

This div background color is #20D99D.


Border color

.myBorderColor { border: 1px solid #20D99D; }

<div style="border:3px solid #20D99D">Div</div>

This div border color is #20D99D.


Opacity

.myOpacity80 { color: #20D99D; opacity: 0.8; }

<p style="color:#20D99D;opacity:0.8;">80%</p>

Text with #20D99D 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 #20D99D;}

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

This text has shadow with #20D99D color.

.textShadow {text-shadow: 3px 3px 1px #20D99D, 3px 3px 1px red;}

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

This text has shadow with #20D99D primary color and red secondary color.


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

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

This text has shadow with #20D99D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20D99D on black background.


Color preview on white background

This text has color #20D99D on white background.



Black color preview on #20D99D background

This text has black color on #20D99D background.


White color preview on #20D99D background

This text has white color on #20D99D background.