COLOR #14C71B

HEX: #14C71B
RGB: (20,199,27)

Color info

#14C71B contains mainly green color. Web safe color of #14C71B is #00CC33 (or #0C3).

RGB color model

#14C71B color RGB value is (20,199,27).

  • red value is 20;
  • green value is 199;
  • blue value is 27.
RGB:
(20,199,27)
(8%,78%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 199 of 255 = 78%
B 27 of 255 = 11%

20
199
27

R + G + B ~ 32%. #14C71B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 199 + 27 = 246 (100%)
R 20 of 246 ~ 8.13%
G 199 of 246 ~ 80.89%
B 27 of 246 ~ 10.98%

%80.89
%10.98

CMYK color model

#14C71B color CMYK value is (90,0,86,22).

  • cyan value is 89.95%
  • magenta value is 0.00%
  • yellow value is 86.43%
  • key color value is 21.96%
CMYK:
(90,0,86,22)
C90M0Y86K22 
(90%,0%,86%,22%)
(0.90/0.00/0.86/0.22)	

CMYK percentages

%89.95
%0
%86.43
%21.96

Codes

Color #14C71B in popluar color models

14C71B
RGB2019927
HSL122°81.74%42.94%
HSB/HSV122°89.95%78.04%
CMYK89.95%0.00%86.43%
21.96%

Color #14C71B in popluar number systems.

HEX14C71B
Decimal2019927
Binary101001100011111011
Octal2430733

Shades and tints

Shades of #14C71B

#14C71B
(20,199,27)
#13B519
(19,181,25)
#12A317
(18,163,23)
#119115
(17,145,21)
#107F13
(16,127,19)
#0F6D11
(15,109,17)
#0E5B0F
(14,91,15)
#0D490D
(13,73,13)
#0C370B
(12,55,11)
#0B2509
(11,37,9)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #14C71B

#14C71B
(20,199,27)
#29CC2F
(41,204,47)
#3ED143
(62,209,67)
#53D657
(83,214,87)
#68DB6B
(104,219,107)
#7DE07F
(125,224,127)
#92E593
(146,229,147)
#A7EAA7
(167,234,167)
#BCEFBB
(188,239,187)
#D1F4CF
(209,244,207)
#E6F9E3
(230,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14C71B color. Also use rgb(20,199,27) instead hex code.

Text Font Color

.myTextColor { color: #14C71B; }

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

This text font color is #14C71B.


Background Color

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

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

This div background color is #14C71B.


Border color

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

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

This div border color is #14C71B.


Opacity

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

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

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

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

This text has shadow with #14C71B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14C71B on black background.


Color preview on white background

This text has color #14C71B on white background.



Black color preview on #14C71B background

This text has black color on #14C71B background.


White color preview on #14C71B background

This text has white color on #14C71B background.