COLOR #20AC66

HEX: #20AC66
RGB: (32,172,102)

Color info

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

RGB color model

#20AC66 color RGB value is (32,172,102).

  • red value is 32;
  • green value is 172;
  • blue value is 102.
RGB:
(32,172,102)
(13%,67%,40%)

RGB channels and saturation

R 32 of 255 = 13%
G 172 of 255 = 67%
B 102 of 255 = 40%

32
172
102

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

Portions of RGB colors in percentages

R + G + B =
32 + 172 + 102 = 306 (100%)
R 32 of 306 ~ 10.46%
G 172 of 306 ~ 56.21%
B 102 of 306 ~ 33.33%

%10.46
%56.21
%33.33

CMYK color model

#20AC66 color CMYK value is (81,0,41,33).

  • cyan value is 81.40%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 32.55%
CMYK:
(81,0,41,33)
C81M0Y41K33 
(81%,0%,41%,33%)
(0.81/0.00/0.41/0.33)	

CMYK percentages

%81.4
%0
%40.7
%32.55

Codes

Color #20AC66 in popluar color models

20AC66
RGB32172102
HSL150°68.63%40.00%
HSB/HSV150°81.40%67.45%
CMYK81.40%0.00%40.70%
32.55%

Color #20AC66 in popluar number systems.

HEX20AC66
Decimal32172102
Binary100000101011001100110
Octal40254146

Shades and tints

Shades of #20AC66

#20AC66
(32,172,102)
#1E9D5D
(30,157,93)
#1C8E54
(28,142,84)
#1A7F4B
(26,127,75)
#187042
(24,112,66)
#166139
(22,97,57)
#145230
(20,82,48)
#124327
(18,67,39)
#10341E
(16,52,30)
#0E2515
(14,37,21)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #20AC66

#20AC66
(32,172,102)
#34B373
(52,179,115)
#48BA80
(72,186,128)
#5CC18D
(92,193,141)
#70C89A
(112,200,154)
#84CFA7
(132,207,167)
#98D6B4
(152,214,180)
#ACDDC1
(172,221,193)
#C0E4CE
(192,228,206)
#D4EBDB
(212,235,219)
#E8F2E8
(232,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20AC66 color. Also use rgb(32,172,102) instead hex code.

Text Font Color

.myTextColor { color: #20AC66; }

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

This text font color is #20AC66.


Background Color

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

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

This div background color is #20AC66.


Border color

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

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

This div border color is #20AC66.


Opacity

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

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

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

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

This text has shadow with #20AC66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20AC66 on black background.


Color preview on white background

This text has color #20AC66 on white background.



Black color preview on #20AC66 background

This text has black color on #20AC66 background.


White color preview on #20AC66 background

This text has white color on #20AC66 background.