COLOR #14AB64

HEX: #14AB64
RGB: (20,171,100)

Color info

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

RGB color model

#14AB64 color RGB value is (20,171,100).

  • red value is 20;
  • green value is 171;
  • blue value is 100.
RGB:
(20,171,100)
(8%,67%,39%)

RGB channels and saturation

R 20 of 255 = 8%
G 171 of 255 = 67%
B 100 of 255 = 39%

20
171
100

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

Portions of RGB colors in percentages

R + G + B =
20 + 171 + 100 = 291 (100%)
R 20 of 291 ~ 6.87%
G 171 of 291 ~ 58.76%
B 100 of 291 ~ 34.36%

%58.76
%34.36

CMYK color model

#14AB64 color CMYK value is (88,0,42,33).

  • cyan value is 88.30%
  • magenta value is 0.00%
  • yellow value is 41.52%
  • key color value is 32.94%
CMYK:
(88,0,42,33)
C88M0Y42K33 
(88%,0%,42%,33%)
(0.88/0.00/0.42/0.33)	

CMYK percentages

%88.3
%0
%41.52
%32.94

Codes

Color #14AB64 in popluar color models

14AB64
RGB20171100
HSL152°79.06%37.45%
HSB/HSV152°88.30%67.06%
CMYK88.30%0.00%41.52%
32.94%

Color #14AB64 in popluar number systems.

HEX14AB64
Decimal20171100
Binary10100101010111100100
Octal24253144

Shades and tints

Shades of #14AB64

#14AB64
(20,171,100)
#139C5B
(19,156,91)
#128D52
(18,141,82)
#117E49
(17,126,73)
#106F40
(16,111,64)
#0F6037
(15,96,55)
#0E512E
(14,81,46)
#0D4225
(13,66,37)
#0C331C
(12,51,28)
#0B2413
(11,36,19)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #14AB64

#14AB64
(20,171,100)
#29B272
(41,178,114)
#3EB980
(62,185,128)
#53C08E
(83,192,142)
#68C79C
(104,199,156)
#7DCEAA
(125,206,170)
#92D5B8
(146,213,184)
#A7DCC6
(167,220,198)
#BCE3D4
(188,227,212)
#D1EAE2
(209,234,226)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14AB64 color. Also use rgb(20,171,100) instead hex code.

Text Font Color

.myTextColor { color: #14AB64; }

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

This text font color is #14AB64.


Background Color

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

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

This div background color is #14AB64.


Border color

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

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

This div border color is #14AB64.


Opacity

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

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

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

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

This text has shadow with #14AB64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14AB64 on black background.


Color preview on white background

This text has color #14AB64 on white background.



Black color preview on #14AB64 background

This text has black color on #14AB64 background.


White color preview on #14AB64 background

This text has white color on #14AB64 background.