COLOR #14C371

HEX: #14C371
RGB: (20,195,113)

Color info

#14C371 contains mainly green color. Web safe color of #14C371 is #00CC66 (or #0C6).

RGB color model

#14C371 color RGB value is (20,195,113).

  • red value is 20;
  • green value is 195;
  • blue value is 113.
RGB:
(20,195,113)
(8%,76%,44%)

RGB channels and saturation

R 20 of 255 = 8%
G 195 of 255 = 76%
B 113 of 255 = 44%

20
195
113

R + G + B ~ 43%. #14C371 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 195 + 113 = 328 (100%)
R 20 of 328 ~ 6.1%
G 195 of 328 ~ 59.45%
B 113 of 328 ~ 34.45%

%59.45
%34.45

CMYK color model

#14C371 color CMYK value is (90,0,42,24).

  • cyan value is 89.74%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 23.53%
CMYK:
(90,0,42,24)
C90M0Y42K24 
(90%,0%,42%,24%)
(0.90/0.00/0.42/0.24)	

CMYK percentages

%89.74
%0
%42.05
%23.53

Codes

Color #14C371 in popluar color models

14C371
RGB20195113
HSL152°81.40%42.16%
HSB/HSV152°89.74%76.47%
CMYK89.74%0.00%42.05%
23.53%

Color #14C371 in popluar number systems.

HEX14C371
Decimal20195113
Binary10100110000111110001
Octal24303161

Shades and tints

Shades of #14C371

#14C371
(20,195,113)
#13B267
(19,178,103)
#12A15D
(18,161,93)
#119053
(17,144,83)
#107F49
(16,127,73)
#0F6E3F
(15,110,63)
#0E5D35
(14,93,53)
#0D4C2B
(13,76,43)
#0C3B21
(12,59,33)
#0B2A17
(11,42,23)
#0A190D
(10,25,13)
#000000
(0,0,0)

Tints of #14C371

#14C371
(20,195,113)
#29C87D
(41,200,125)
#3ECD89
(62,205,137)
#53D295
(83,210,149)
#68D7A1
(104,215,161)
#7DDCAD
(125,220,173)
#92E1B9
(146,225,185)
#A7E6C5
(167,230,197)
#BCEBD1
(188,235,209)
#D1F0DD
(209,240,221)
#E6F5E9
(230,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14C371 color. Also use rgb(20,195,113) instead hex code.

Text Font Color

.myTextColor { color: #14C371; }

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

This text font color is #14C371.


Background Color

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

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

This div background color is #14C371.


Border color

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

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

This div border color is #14C371.


Opacity

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

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

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

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

This text has shadow with #14C371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14C371 on black background.


Color preview on white background

This text has color #14C371 on white background.



Black color preview on #14C371 background

This text has black color on #14C371 background.


White color preview on #14C371 background

This text has white color on #14C371 background.