COLOR #14ED97

HEX: #14ED97 RGB: (20,237,151)

Color info

#14ED97 contains mainly green color. Web safe color of #14ED97 is #00FF99 (or #0F9).

RGB color model

#14ED97 color RGB value is (20,237,151).

RGB: (20,237,151) (8%, 93%, 59%)

RGB channels and saturation

R 20 of 255 = 8%
G 237 of 255 = 93%
B 151 of 255 = 59%

20
237
151

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

Portions of RGB colors in percentages

R + G + B = 20 + 237 + 151 = 408 (100%)
R 20 of 408 ~ 4.9%
G 237 of 408 ~ 58.09%
B 151 of 408 ~ 37.01'%

%58.09
%37.01

CMYK color model

#14ED97 color CMYK value is (92,0,36,7).

  • cyan value is 91.56%
  • magenta value is 0.00%
  • yellow value is 36.29%
  • key color value is 7.06%

CMYK: (92,0,36,7)
C92M0Y36K7 (92%, 0%, 36%, 7%)
(0.92 / 0.00 / 0.36 / 0.07)

CMYK percentages

%91.56
%0
%36.29
%7.06

Codes

Color #14ED97 in popluar color models

14 ED 97
RGB 20 237 151
HSL 156° 85.77% 50.39%
HSB/HSV 156° 91.56% 92.94%
CMYK 91.56% 0.00% 36.29%
7.06%

Color #14ED97 in popluar number systems.

HEX 14 ED 97
Decimal 20 237 151
Binary 10100 11101101 10010111
Octal 24 355 227

Shades and tints

Shades of #14ED97

#14ED97
(20,237,151)
#13D88A
(19,216,138)
#12C37D
(18,195,125)
#11AE70
(17,174,112)
#109963
(16,153,99)
#0F8456
(15,132,86)
#0E6F49
(14,111,73)
#0D5A3C
(13,90,60)
#0C452F
(12,69,47)
#0B3022
(11,48,34)
#0A1B15
(10,27,21)
#000000
(0,0,0)

Tints of #14ED97

#14ED97
(20,237,151)
#29EEA0
(41,238,160)
#3EEFA9
(62,239,169)
#53F0B2
(83,240,178)
#68F1BB
(104,241,187)
#7DF2C4
(125,242,196)
#92F3CD
(146,243,205)
#A7F4D6
(167,244,214)
#BCF5DF
(188,245,223)
#D1F6E8
(209,246,232)
#E6F7F1
(230,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14ED97 color. Also use rgb(20,237,151) instead hex code.

Text Font Color

.myTextColor { color: #14ED97; }

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

This text font color is #14ED97.

Background Color

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

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

This div background color is #14ED97.

Border color

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

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

This div border color is #14ED97.

Opacity

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

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

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

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

This text has shadow with #14ED97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14ED97.

Preview

Color preview on black background

This text has color #14ED97 on black background.


Color preview on white background

This text has color #14ED97 on white background.


Black color preview on #14ED97 background

This text has black color on #14ED97 background.


White color preview on #14ED97 background

This text has white color on #14ED97 background.


Related colors

Complementary color

Complementary color for #hex is #EB1268.


I love getcolorcode.com

Triadic colors

1 #9714ED and #ED9714 with #14ED97 are triadic colors.

2 #97ED14 and #ED1497 with #14ED97 are triadic colors.