COLOR #20AA4D

HEX: #20AA4D
RGB: (32,170,77)

Color info

#20AA4D contains mainly green color. Web safe color of #20AA4D is #339933 (or #393).

RGB color model

#20AA4D color RGB value is (32,170,77).

  • red value is 32;
  • green value is 170;
  • blue value is 77.
RGB:
(32,170,77)
(13%,67%,30%)

RGB channels and saturation

R 32 of 255 = 13%
G 170 of 255 = 67%
B 77 of 255 = 30%

32
170
77

R + G + B ~ 37%. #20AA4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 170 + 77 = 279 (100%)
R 32 of 279 ~ 11.47%
G 170 of 279 ~ 60.93%
B 77 of 279 ~ 27.6%

%11.47
%60.93
%27.6

CMYK color model

#20AA4D color CMYK value is (81,0,55,33).

  • cyan value is 81.18%
  • magenta value is 0.00%
  • yellow value is 54.71%
  • key color value is 33.33%
CMYK:
(81,0,55,33)
C81M0Y55K33 
(81%,0%,55%,33%)
(0.81/0.00/0.55/0.33)	

CMYK percentages

%81.18
%0
%54.71
%33.33

Codes

Color #20AA4D in popluar color models

20AA4D
RGB3217077
HSL140°68.32%39.61%
HSB/HSV140°81.18%66.67%
CMYK81.18%0.00%54.71%
33.33%

Color #20AA4D in popluar number systems.

HEX20AA4D
Decimal3217077
Binary100000101010101001101
Octal40252115

Shades and tints

Shades of #20AA4D

#20AA4D
(32,170,77)
#1E9B46
(30,155,70)
#1C8C3F
(28,140,63)
#1A7D38
(26,125,56)
#186E31
(24,110,49)
#165F2A
(22,95,42)
#145023
(20,80,35)
#12411C
(18,65,28)
#103215
(16,50,21)
#0E230E
(14,35,14)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #20AA4D

#20AA4D
(32,170,77)
#34B15D
(52,177,93)
#48B86D
(72,184,109)
#5CBF7D
(92,191,125)
#70C68D
(112,198,141)
#84CD9D
(132,205,157)
#98D4AD
(152,212,173)
#ACDBBD
(172,219,189)
#C0E2CD
(192,226,205)
#D4E9DD
(212,233,221)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20AA4D color. Also use rgb(32,170,77) instead hex code.

Text Font Color

.myTextColor { color: #20AA4D; }

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

This text font color is #20AA4D.


Background Color

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

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

This div background color is #20AA4D.


Border color

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

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

This div border color is #20AA4D.


Opacity

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

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

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

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

This text has shadow with #20AA4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20AA4D on black background.


Color preview on white background

This text has color #20AA4D on white background.



Black color preview on #20AA4D background

This text has black color on #20AA4D background.


White color preview on #20AA4D background

This text has white color on #20AA4D background.