COLOR #14986D

HEX: #14986D RGB: (20,152,109)

Color info

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

RGB color model

#14986D color RGB value is (20,152,109).

RGB: (20,152,109) (8%, 60%, 43%)

RGB channels and saturation

R 20 of 255 = 8%
G 152 of 255 = 60%
B 109 of 255 = 43%

20
152
109

R + G + B ~ 37%. #14986D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 152 + 109 = 281 (100%)
R 20 of 281 ~ 7.12%
G 152 of 281 ~ 54.09%
B 109 of 281 ~ 38.79'%

%54.09
%38.79

CMYK color model

#14986D color CMYK value is (87,0,28,40).

  • cyan value is 86.84%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 40.39%

CMYK: (87,0,28,40)
C87M0Y28K40 (87%, 0%, 28%, 40%)
(0.87 / 0.00 / 0.28 / 0.40)

CMYK percentages

%86.84
%0
%28.29
%40.39

Codes

Color #14986D in popluar color models

14 98 6D
RGB 20 152 109
HSL 160° 76.74% 33.73%
HSB/HSV 160° 86.84% 59.61%
CMYK 86.84% 0.00% 28.29%
40.39%

Color #14986D in popluar number systems.

HEX 14 98 6D
Decimal 20 152 109
Binary 10100 10011000 1101101
Octal 24 230 155

Shades and tints

Shades of #14986D

#14986D
(20,152,109)
#138B64
(19,139,100)
#127E5B
(18,126,91)
#117152
(17,113,82)
#106449
(16,100,73)
#0F5740
(15,87,64)
#0E4A37
(14,74,55)
#0D3D2E
(13,61,46)
#0C3025
(12,48,37)
#0B231C
(11,35,28)
#0A1613
(10,22,19)
#000000
(0,0,0)

Tints of #14986D

#14986D
(20,152,109)
#29A17A
(41,161,122)
#3EAA87
(62,170,135)
#53B394
(83,179,148)
#68BCA1
(104,188,161)
#7DC5AE
(125,197,174)
#92CEBB
(146,206,187)
#A7D7C8
(167,215,200)
#BCE0D5
(188,224,213)
#D1E9E2
(209,233,226)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14986D color. Also use rgb(20,152,109) instead hex code.

Text Font Color

.myTextColor { color: #14986D; }

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

This text font color is #14986D.

Background Color

.myBgColor { background-color: #14986D; }

<div style="background-color:#14986D">Inner text</div>

This div background color is #14986D.

Border color

.myBorderColor { border: 1px solid #14986D; }

<div style="border:3px solid #14986D">Div</div>

This div border color is #14986D.

Opacity

.myOpacity80 { color: #14986D; opacity: 0.8; }

<p style="color:#14986D;opacity:0.8;">80%</p>

Text with #14986D 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 #14986D;}

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

This text has shadow with #14986D color.


.textShadow {text-shadow: 3px 3px 1px #14986D', 3px 3px 1px red;}

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

This text has shadow with #14986D primary color and red secondary color.


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

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

This text has shadow with #14986D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #14986D; -webkit-box-shadow: 1px 1px 3px 2px #14986D; box-shadow:1px 1px 3px 2px #14986D;">
Div content here
</div>

This div box has shadow with color #14986D.

Preview

Color preview on black background

This text has color #14986D on black background.


Color preview on white background

This text has color #14986D on white background.


Black color preview on #14986D background

This text has black color on #14986D background.


White color preview on #14986D background

This text has white color on #14986D background.


Related colors

Complementary color

Complementary color for #hex is #EB6792.


I love getcolorcode.com

Triadic colors

1 #6D1498 and #986D14 with #14986D are triadic colors.

2 #6D9814 and #98146D with #14986D are triadic colors.