COLOR #20A468

HEX: #20A468
RGB: (32,164,104)

Color info

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

RGB color model

#20A468 color RGB value is (32,164,104).

  • red value is 32;
  • green value is 164;
  • blue value is 104.
RGB:
(32,164,104)
(13%,64%,41%)

RGB channels and saturation

R 32 of 255 = 13%
G 164 of 255 = 64%
B 104 of 255 = 41%

32
164
104

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

Portions of RGB colors in percentages

R + G + B =
32 + 164 + 104 = 300 (100%)
R 32 of 300 ~ 10.67%
G 164 of 300 ~ 54.67%
B 104 of 300 ~ 34.67%

%10.67
%54.67
%34.67

CMYK color model

#20A468 color CMYK value is (80,0,37,36).

  • cyan value is 80.49%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(80,0,37,36)
C80M0Y37K36 
(80%,0%,37%,36%)
(0.80/0.00/0.37/0.36)	

CMYK percentages

%80.49
%0
%36.59
%35.69

Codes

Color #20A468 in popluar color models

20A468
RGB32164104
HSL153°67.35%38.43%
HSB/HSV153°80.49%64.31%
CMYK80.49%0.00%36.59%
35.69%

Color #20A468 in popluar number systems.

HEX20A468
Decimal32164104
Binary100000101001001101000
Octal40244150

Shades and tints

Shades of #20A468

#20A468
(32,164,104)
#1E965F
(30,150,95)
#1C8856
(28,136,86)
#1A7A4D
(26,122,77)
#186C44
(24,108,68)
#165E3B
(22,94,59)
#145032
(20,80,50)
#124229
(18,66,41)
#103420
(16,52,32)
#0E2617
(14,38,23)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #20A468

#20A468
(32,164,104)
#34AC75
(52,172,117)
#48B482
(72,180,130)
#5CBC8F
(92,188,143)
#70C49C
(112,196,156)
#84CCA9
(132,204,169)
#98D4B6
(152,212,182)
#ACDCC3
(172,220,195)
#C0E4D0
(192,228,208)
#D4ECDD
(212,236,221)
#E8F4EA
(232,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20A468 color. Also use rgb(32,164,104) instead hex code.

Text Font Color

.myTextColor { color: #20A468; }

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

This text font color is #20A468.


Background Color

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

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

This div background color is #20A468.


Border color

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

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

This div border color is #20A468.


Opacity

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

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

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

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

This text has shadow with #20A468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20A468 on black background.


Color preview on white background

This text has color #20A468 on white background.



Black color preview on #20A468 background

This text has black color on #20A468 background.


White color preview on #20A468 background

This text has white color on #20A468 background.