COLOR #14CF72

HEX: #14CF72 RGB: (20,207,114)

Color info

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

RGB color model

#14CF72 color RGB value is (20,207,114).

RGB: (20,207,114) (8%, 81%, 45%)

RGB channels and saturation

R 20 of 255 = 8%
G 207 of 255 = 81%
B 114 of 255 = 45%

20
207
114

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

Portions of RGB colors in percentages

R + G + B = 20 + 207 + 114 = 341 (100%)
R 20 of 341 ~ 5.87%
G 207 of 341 ~ 60.7%
B 114 of 341 ~ 33.43'%

%60.7
%33.43

CMYK color model

#14CF72 color CMYK value is (90,0,45,19).

  • cyan value is 90.34%
  • magenta value is 0.00%
  • yellow value is 44.93%
  • key color value is 18.82%

CMYK: (90,0,45,19)
C90M0Y45K19 (90%, 0%, 45%, 19%)
(0.90 / 0.00 / 0.45 / 0.19)

CMYK percentages

%90.34
%0
%44.93
%18.82

Codes

Color #14CF72 in popluar color models

14 CF 72
RGB 20 207 114
HSL 150° 82.38% 44.51%
HSB/HSV 150° 90.34% 81.18%
CMYK 90.34% 0.00% 44.93%
18.82%

Color #14CF72 in popluar number systems.

HEX 14 CF 72
Decimal 20 207 114
Binary 10100 11001111 1110010
Octal 24 317 162

Shades and tints

Shades of #14CF72

#14CF72
(20,207,114)
#13BD68
(19,189,104)
#12AB5E
(18,171,94)
#119954
(17,153,84)
#10874A
(16,135,74)
#0F7540
(15,117,64)
#0E6336
(14,99,54)
#0D512C
(13,81,44)
#0C3F22
(12,63,34)
#0B2D18
(11,45,24)
#0A1B0E
(10,27,14)
#000000
(0,0,0)

Tints of #14CF72

#14CF72
(20,207,114)
#29D37E
(41,211,126)
#3ED78A
(62,215,138)
#53DB96
(83,219,150)
#68DFA2
(104,223,162)
#7DE3AE
(125,227,174)
#92E7BA
(146,231,186)
#A7EBC6
(167,235,198)
#BCEFD2
(188,239,210)
#D1F3DE
(209,243,222)
#E6F7EA
(230,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14CF72 color. Also use rgb(20,207,114) instead hex code.

Text Font Color

.myTextColor { color: #14CF72; }

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

This text font color is #14CF72.

Background Color

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

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

This div background color is #14CF72.

Border color

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

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

This div border color is #14CF72.

Opacity

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

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

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

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

This text has shadow with #14CF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14CF72.

Preview

Color preview on black background

This text has color #14CF72 on black background.


Color preview on white background

This text has color #14CF72 on white background.


Black color preview on #14CF72 background

This text has black color on #14CF72 background.


White color preview on #14CF72 background

This text has white color on #14CF72 background.


Related colors

Complementary color

Complementary color for #hex is #EB308D.


I love getcolorcode.com

Triadic colors

1 #7214CF and #CF7214 with #14CF72 are triadic colors.

2 #72CF14 and #CF1472 with #14CF72 are triadic colors.