COLOR #20CC94

HEX: #20CC94
RGB: (32,204,148)

Color info

#20CC94 contains mainly green and blue colors. Web safe color of #20CC94 is #33CC99 (or #3C9).

RGB color model

#20CC94 color RGB value is (32,204,148).

  • red value is 32;
  • green value is 204;
  • blue value is 148.
RGB:
(32,204,148)
(13%,80%,58%)

RGB channels and saturation

R 32 of 255 = 13%
G 204 of 255 = 80%
B 148 of 255 = 58%

32
204
148

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

Portions of RGB colors in percentages

R + G + B =
32 + 204 + 148 = 384 (100%)
R 32 of 384 ~ 8.33%
G 204 of 384 ~ 53.13%
B 148 of 384 ~ 38.54%

%53.13
%38.54

CMYK color model

#20CC94 color CMYK value is (84,0,27,20).

  • cyan value is 84.31%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 20.00%
CMYK:
(84,0,27,20)
C84M0Y27K20 
(84%,0%,27%,20%)
(0.84/0.00/0.27/0.20)	

CMYK percentages

%84.31
%0
%27.45
%20

Codes

Color #20CC94 in popluar color models

20CC94
RGB32204148
HSL160°72.88%46.27%
HSB/HSV160°84.31%80.00%
CMYK84.31%0.00%27.45%
20.00%

Color #20CC94 in popluar number systems.

HEX20CC94
Decimal32204148
Binary1000001100110010010100
Octal40314224

Shades and tints

Shades of #20CC94

#20CC94
(32,204,148)
#1EBA87
(30,186,135)
#1CA87A
(28,168,122)
#1A966D
(26,150,109)
#188460
(24,132,96)
#167253
(22,114,83)
#146046
(20,96,70)
#124E39
(18,78,57)
#103C2C
(16,60,44)
#0E2A1F
(14,42,31)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #20CC94

#20CC94
(32,204,148)
#34D09D
(52,208,157)
#48D4A6
(72,212,166)
#5CD8AF
(92,216,175)
#70DCB8
(112,220,184)
#84E0C1
(132,224,193)
#98E4CA
(152,228,202)
#ACE8D3
(172,232,211)
#C0ECDC
(192,236,220)
#D4F0E5
(212,240,229)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20CC94 color. Also use rgb(32,204,148) instead hex code.

Text Font Color

.myTextColor { color: #20CC94; }

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

This text font color is #20CC94.


Background Color

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

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

This div background color is #20CC94.


Border color

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

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

This div border color is #20CC94.


Opacity

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

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

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

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

This text has shadow with #20CC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20CC94 on black background.


Color preview on white background

This text has color #20CC94 on white background.



Black color preview on #20CC94 background

This text has black color on #20CC94 background.


White color preview on #20CC94 background

This text has white color on #20CC94 background.