COLOR #14A311

HEX: #14A311
RGB: (20,163,17)

Color info

#14A311 contains mainly green color. Web safe color of #14A311 is #009900 (or #090).

RGB color model

#14A311 color RGB value is (20,163,17).

  • red value is 20;
  • green value is 163;
  • blue value is 17.
RGB:
(20,163,17)
(8%,64%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 163 of 255 = 64%
B 17 of 255 = 7%

20
163
17

R + G + B ~ 26%. #14A311 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 163 + 17 = 200 (100%)
R 20 of 200 ~ 10%
G 163 of 200 ~ 81.5%
B 17 of 200 ~ 8.5%

%10
%81.5

CMYK color model

#14A311 color CMYK value is (88,0,90,36).

  • cyan value is 87.73%
  • magenta value is 0.00%
  • yellow value is 89.57%
  • key color value is 36.08%
CMYK:
(88,0,90,36)
C88M0Y90K36 
(88%,0%,90%,36%)
(0.88/0.00/0.90/0.36)	

CMYK percentages

%87.73
%0
%89.57
%36.08

Codes

Color #14A311 in popluar color models

14A311
RGB2016317
HSL119°81.11%35.29%
HSB/HSV119°89.57%63.92%
CMYK87.73%0.00%89.57%
36.08%

Color #14A311 in popluar number systems.

HEX14A311
Decimal2016317
Binary101001010001110001
Octal2424321

Shades and tints

Shades of #14A311

#14A311
(20,163,17)
#139510
(19,149,16)
#12870F
(18,135,15)
#11790E
(17,121,14)
#106B0D
(16,107,13)
#0F5D0C
(15,93,12)
#0E4F0B
(14,79,11)
#0D410A
(13,65,10)
#0C3309
(12,51,9)
#0B2508
(11,37,8)
#0A1707
(10,23,7)
#000000
(0,0,0)

Tints of #14A311

#14A311
(20,163,17)
#29AB26
(41,171,38)
#3EB33B
(62,179,59)
#53BB50
(83,187,80)
#68C365
(104,195,101)
#7DCB7A
(125,203,122)
#92D38F
(146,211,143)
#A7DBA4
(167,219,164)
#BCE3B9
(188,227,185)
#D1EBCE
(209,235,206)
#E6F3E3
(230,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14A311 color. Also use rgb(20,163,17) instead hex code.

Text Font Color

.myTextColor { color: #14A311; }

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

This text font color is #14A311.


Background Color

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

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

This div background color is #14A311.


Border color

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

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

This div border color is #14A311.


Opacity

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

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

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

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

This text has shadow with #14A311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14A311 on black background.


Color preview on white background

This text has color #14A311 on white background.



Black color preview on #14A311 background

This text has black color on #14A311 background.


White color preview on #14A311 background

This text has white color on #14A311 background.