COLOR #20A821

HEX: #20A821 RGB: (32,168,33)

Color info

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

RGB color model

#20A821 color RGB value is (32,168,33).

RGB: (32,168,33) (13%, 66%, 13%)

RGB channels and saturation

R 32 of 255 = 13%
G 168 of 255 = 66%
B 33 of 255 = 13%

32
168
33

R + G + B ~ 31%. #20A821 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 168 + 33 = 233 (100%)
R 32 of 233 ~ 13.73%
G 168 of 233 ~ 72.1%
B 33 of 233 ~ 14.16'%

%13.73
%72.1
%14.16

CMYK color model

#20A821 color CMYK value is (81,0,80,34).

  • cyan value is 80.95%
  • magenta value is 0.00%
  • yellow value is 80.36%
  • key color value is 34.12%
CMYK: (81,0,80,34) C81M0Y80K34 (81%,0%,80%,34%) (0.81/0.00/0.80/0.34) 

CMYK percentages

%80.95
%0
%80.36
%34.12

Codes

Color #20A821 in popluar color models

20 A8 21
RGB 32 168 33
HSL 120° 68.00% 39.22%
HSB/HSV 120° 80.95% 65.88%
CMYK 80.95% 0.00% 80.36%
34.12%

Color #20A821 in popluar number systems.

HEX 20 A8 21
Decimal 32 168 33
Binary 100000 10101000 100001
Octal 40 250 41

Shades and tints

Shades of #20A821

#20A821
(32,168,33)
#1E991E
(30,153,30)
#1C8A1B
(28,138,27)
#1A7B18
(26,123,24)
#186C15
(24,108,21)
#165D12
(22,93,18)
#144E0F
(20,78,15)
#123F0C
(18,63,12)
#103009
(16,48,9)
#0E2106
(14,33,6)
#0C1203
(12,18,3)
#000000
(0,0,0)

Tints of #20A821

#20A821
(32,168,33)
#34AF35
(52,175,53)
#48B649
(72,182,73)
#5CBD5D
(92,189,93)
#70C471
(112,196,113)
#84CB85
(132,203,133)
#98D299
(152,210,153)
#ACD9AD
(172,217,173)
#C0E0C1
(192,224,193)
#D4E7D5
(212,231,213)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20A821 color. Also use rgb(32,168,33) instead hex code.

Text Font Color

.myTextColor { color: #20A821; }

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

This text font color is #20A821.

Background Color

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

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

This div background color is #20A821.

Border color

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

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

This div border color is #20A821.

Opacity

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

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

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

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

This text has shadow with #20A821 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20A821.

Preview

Color preview on black background

This text has color #20A821 on black background.


Color preview on white background

This text has color #20A821 on white background.


Black color preview on #20A821 background

This text has black color on #20A821 background.


White color preview on #20A821 background

This text has white color on #20A821 background.


Related colors

Complementary color

Complementary color for #hex is #DF57DE.


I love getcolorcode.com

Triadic colors

1 #2120A8 and #A82120 with #20A821 are triadic colors.

2 #21A820 and #A82021 with #20A821 are triadic colors.