COLOR #20A763

HEX: #20A763 RGB: (32,167,99)

Color info

#20A763 contains mainly green color. Web safe color of #20A763 is #339966 (or #396).

RGB color model

#20A763 color RGB value is (32,167,99).

RGB: (32,167,99) (13%, 65%, 39%)

RGB channels and saturation

R 32 of 255 = 13%
G 167 of 255 = 65%
B 99 of 255 = 39%

32
167
99

R + G + B ~ 39%. #20A763 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 167 + 99 = 298 (100%)
R 32 of 298 ~ 10.74%
G 167 of 298 ~ 56.04%
B 99 of 298 ~ 33.22'%

%10.74
%56.04
%33.22

CMYK color model

#20A763 color CMYK value is (81,0,41,35).

  • cyan value is 80.84%
  • magenta value is 0.00%
  • yellow value is 40.72%
  • key color value is 34.51%

CMYK: (81,0,41,35)
C81M0Y41K35 (81%, 0%, 41%, 35%)
(0.81 / 0.00 / 0.41 / 0.35)

CMYK percentages

%80.84
%0
%40.72
%34.51

Codes

Color #20A763 in popluar color models

20 A7 63
RGB 32 167 99
HSL 150° 67.84% 39.02%
HSB/HSV 150° 80.84% 65.49%
CMYK 80.84% 0.00% 40.72%
34.51%

Color #20A763 in popluar number systems.

HEX 20 A7 63
Decimal 32 167 99
Binary 100000 10100111 1100011
Octal 40 247 143

Shades and tints

Shades of #20A763

#20A763
(32,167,99)
#1E985A
(30,152,90)
#1C8951
(28,137,81)
#1A7A48
(26,122,72)
#186B3F
(24,107,63)
#165C36
(22,92,54)
#144D2D
(20,77,45)
#123E24
(18,62,36)
#102F1B
(16,47,27)
#0E2012
(14,32,18)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #20A763

#20A763
(32,167,99)
#34AF71
(52,175,113)
#48B77F
(72,183,127)
#5CBF8D
(92,191,141)
#70C79B
(112,199,155)
#84CFA9
(132,207,169)
#98D7B7
(152,215,183)
#ACDFC5
(172,223,197)
#C0E7D3
(192,231,211)
#D4EFE1
(212,239,225)
#E8F7EF
(232,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20A763 color. Also use rgb(32,167,99) instead hex code.

Text Font Color

.myTextColor { color: #20A763; }

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

This text font color is #20A763.

Background Color

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

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

This div background color is #20A763.

Border color

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

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

This div border color is #20A763.

Opacity

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

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

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

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

This text has shadow with #20A763 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20A763.

Preview

Color preview on black background

This text has color #20A763 on black background.


Color preview on white background

This text has color #20A763 on white background.


Black color preview on #20A763 background

This text has black color on #20A763 background.


White color preview on #20A763 background

This text has white color on #20A763 background.


Related colors

Complementary color

Complementary color for #hex is #DF589C.


I love getcolorcode.com

Triadic colors

1 #6320A7 and #A76320 with #20A763 are triadic colors.

2 #63A720 and #A72063 with #20A763 are triadic colors.