COLOR #14A41D

HEX: #14A41D
RGB: (20,164,29)

Color info

#14A41D contains mainly green color. Web safe color of #14A41D is #009933 (or #093).

RGB color model

#14A41D color RGB value is (20,164,29).

  • red value is 20;
  • green value is 164;
  • blue value is 29.
RGB:
(20,164,29)
(8%,64%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 164 of 255 = 64%
B 29 of 255 = 11%

20
164
29

R + G + B ~ 28%. #14A41D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 164 + 29 = 213 (100%)
R 20 of 213 ~ 9.39%
G 164 of 213 ~ 77%
B 29 of 213 ~ 13.62%

%77
%13.62

CMYK color model

#14A41D color CMYK value is (88,0,82,36).

  • cyan value is 87.80%
  • magenta value is 0.00%
  • yellow value is 82.32%
  • key color value is 35.69%
CMYK:
(88,0,82,36)
C88M0Y82K36 
(88%,0%,82%,36%)
(0.88/0.00/0.82/0.36)	

CMYK percentages

%87.8
%0
%82.32
%35.69

Codes

Color #14A41D in popluar color models

14A41D
RGB2016429
HSL124°78.26%36.08%
HSB/HSV124°87.80%64.31%
CMYK87.80%0.00%82.32%
35.69%

Color #14A41D in popluar number systems.

HEX14A41D
Decimal2016429
Binary101001010010011101
Octal2424435

Shades and tints

Shades of #14A41D

#14A41D
(20,164,29)
#13961B
(19,150,27)
#128819
(18,136,25)
#117A17
(17,122,23)
#106C15
(16,108,21)
#0F5E13
(15,94,19)
#0E5011
(14,80,17)
#0D420F
(13,66,15)
#0C340D
(12,52,13)
#0B260B
(11,38,11)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #14A41D

#14A41D
(20,164,29)
#29AC31
(41,172,49)
#3EB445
(62,180,69)
#53BC59
(83,188,89)
#68C46D
(104,196,109)
#7DCC81
(125,204,129)
#92D495
(146,212,149)
#A7DCA9
(167,220,169)
#BCE4BD
(188,228,189)
#D1ECD1
(209,236,209)
#E6F4E5
(230,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14A41D color. Also use rgb(20,164,29) instead hex code.

Text Font Color

.myTextColor { color: #14A41D; }

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

This text font color is #14A41D.


Background Color

.myBgColor { background-color: #14A41D; }

<div style="background-color:#14A41D">Inner text</div>

This div background color is #14A41D.


Border color

.myBorderColor { border: 1px solid #14A41D; }

<div style="border:3px solid #14A41D">Div</div>

This div border color is #14A41D.


Opacity

.myOpacity80 { color: #14A41D; opacity: 0.8; }

<p style="color:#14A41D;opacity:0.8;">80%</p>

Text with #14A41D 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 #14A41D;}

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

This text has shadow with #14A41D color.

.textShadow {text-shadow: 3px 3px 1px #14A41D, 3px 3px 1px red;}

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

This text has shadow with #14A41D primary color and red secondary color.


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

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

This text has shadow with #14A41D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14A41D on black background.


Color preview on white background

This text has color #14A41D on white background.



Black color preview on #14A41D background

This text has black color on #14A41D background.


White color preview on #14A41D background

This text has white color on #14A41D background.