COLOR #14A06B

HEX: #14A06B
RGB: (20,160,107)

Color info

#14A06B contains mainly green and blue colors. Web safe color of #14A06B is #009966 (or #096).

RGB color model

#14A06B color RGB value is (20,160,107).

  • red value is 20;
  • green value is 160;
  • blue value is 107.
RGB:
(20,160,107)
(8%,63%,42%)

RGB channels and saturation

R 20 of 255 = 8%
G 160 of 255 = 63%
B 107 of 255 = 42%

20
160
107

R + G + B ~ 38%. #14A06B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 160 + 107 = 287 (100%)
R 20 of 287 ~ 6.97%
G 160 of 287 ~ 55.75%
B 107 of 287 ~ 37.28%

%55.75
%37.28

CMYK color model

#14A06B color CMYK value is (88,0,33,37).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 37.25%
CMYK:
(88,0,33,37)
C88M0Y33K37 
(88%,0%,33%,37%)
(0.88/0.00/0.33/0.37)	

CMYK percentages

%87.5
%0
%33.13
%37.25

Codes

Color #14A06B in popluar color models

14A06B
RGB20160107
HSL157°77.78%35.29%
HSB/HSV157°87.50%62.75%
CMYK87.50%0.00%33.13%
37.25%

Color #14A06B in popluar number systems.

HEX14A06B
Decimal20160107
Binary10100101000001101011
Octal24240153

Shades and tints

Shades of #14A06B

#14A06B
(20,160,107)
#139262
(19,146,98)
#128459
(18,132,89)
#117650
(17,118,80)
#106847
(16,104,71)
#0F5A3E
(15,90,62)
#0E4C35
(14,76,53)
#0D3E2C
(13,62,44)
#0C3023
(12,48,35)
#0B221A
(11,34,26)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #14A06B

#14A06B
(20,160,107)
#29A878
(41,168,120)
#3EB085
(62,176,133)
#53B892
(83,184,146)
#68C09F
(104,192,159)
#7DC8AC
(125,200,172)
#92D0B9
(146,208,185)
#A7D8C6
(167,216,198)
#BCE0D3
(188,224,211)
#D1E8E0
(209,232,224)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14A06B color. Also use rgb(20,160,107) instead hex code.

Text Font Color

.myTextColor { color: #14A06B; }

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

This text font color is #14A06B.


Background Color

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

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

This div background color is #14A06B.


Border color

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

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

This div border color is #14A06B.


Opacity

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

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

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

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

This text has shadow with #14A06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14A06B on black background.


Color preview on white background

This text has color #14A06B on white background.



Black color preview on #14A06B background

This text has black color on #14A06B background.


White color preview on #14A06B background

This text has white color on #14A06B background.