COLOR #14AE6F

HEX: #14AE6F
RGB: (20,174,111)

Color info

#14AE6F contains mainly green color. Web safe color of #14AE6F is #009966 (or #096).

RGB color model

#14AE6F color RGB value is (20,174,111).

  • red value is 20;
  • green value is 174;
  • blue value is 111.
RGB:
(20,174,111)
(8%,68%,44%)

RGB channels and saturation

R 20 of 255 = 8%
G 174 of 255 = 68%
B 111 of 255 = 44%

20
174
111

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

Portions of RGB colors in percentages

R + G + B =
20 + 174 + 111 = 305 (100%)
R 20 of 305 ~ 6.56%
G 174 of 305 ~ 57.05%
B 111 of 305 ~ 36.39%

%57.05
%36.39

CMYK color model

#14AE6F color CMYK value is (89,0,36,32).

  • cyan value is 88.51%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 31.76%
CMYK:
(89,0,36,32)
C89M0Y36K32 
(89%,0%,36%,32%)
(0.89/0.00/0.36/0.32)	

CMYK percentages

%88.51
%0
%36.21
%31.76

Codes

Color #14AE6F in popluar color models

14AE6F
RGB20174111
HSL155°79.38%38.04%
HSB/HSV155°88.51%68.24%
CMYK88.51%0.00%36.21%
31.76%

Color #14AE6F in popluar number systems.

HEX14AE6F
Decimal20174111
Binary10100101011101101111
Octal24256157

Shades and tints

Shades of #14AE6F

#14AE6F
(20,174,111)
#139F65
(19,159,101)
#12905B
(18,144,91)
#118151
(17,129,81)
#107247
(16,114,71)
#0F633D
(15,99,61)
#0E5433
(14,84,51)
#0D4529
(13,69,41)
#0C361F
(12,54,31)
#0B2715
(11,39,21)
#0A180B
(10,24,11)
#000000
(0,0,0)

Tints of #14AE6F

#14AE6F
(20,174,111)
#29B57C
(41,181,124)
#3EBC89
(62,188,137)
#53C396
(83,195,150)
#68CAA3
(104,202,163)
#7DD1B0
(125,209,176)
#92D8BD
(146,216,189)
#A7DFCA
(167,223,202)
#BCE6D7
(188,230,215)
#D1EDE4
(209,237,228)
#E6F4F1
(230,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14AE6F color. Also use rgb(20,174,111) instead hex code.

Text Font Color

.myTextColor { color: #14AE6F; }

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

This text font color is #14AE6F.


Background Color

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

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

This div background color is #14AE6F.


Border color

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

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

This div border color is #14AE6F.


Opacity

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

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

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

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

This text has shadow with #14AE6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14AE6F on black background.


Color preview on white background

This text has color #14AE6F on white background.



Black color preview on #14AE6F background

This text has black color on #14AE6F background.


White color preview on #14AE6F background

This text has white color on #14AE6F background.