COLOR #14E195

HEX: #14E195 RGB: (20,225,149)

Color info

#14E195 contains mainly green color. Web safe color of #14E195 is #00CC99 (or #0C9).

RGB color model

#14E195 color RGB value is (20,225,149).

RGB: (20,225,149) (8%, 88%, 58%)

RGB channels and saturation

R 20 of 255 = 8%
G 225 of 255 = 88%
B 149 of 255 = 58%

20
225
149

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

Portions of RGB colors in percentages

R + G + B = 20 + 225 + 149 = 394 (100%)
R 20 of 394 ~ 5.08%
G 225 of 394 ~ 57.11%
B 149 of 394 ~ 37.82'%

%57.11
%37.82

CMYK color model

#14E195 color CMYK value is (91,0,34,12).

  • cyan value is 91.11%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 11.76%

CMYK: (91,0,34,12)
C91M0Y34K12 (91%, 0%, 34%, 12%)
(0.91 / 0.00 / 0.34 / 0.12)

CMYK percentages

%91.11
%0
%33.78
%11.76

Codes

Color #14E195 in popluar color models

14 E1 95
RGB 20 225 149
HSL 158° 83.67% 48.04%
HSB/HSV 158° 91.11% 88.24%
CMYK 91.11% 0.00% 33.78%
11.76%

Color #14E195 in popluar number systems.

HEX 14 E1 95
Decimal 20 225 149
Binary 10100 11100001 10010101
Octal 24 341 225

Shades and tints

Shades of #14E195

#14E195
(20,225,149)
#13CD88
(19,205,136)
#12B97B
(18,185,123)
#11A56E
(17,165,110)
#109161
(16,145,97)
#0F7D54
(15,125,84)
#0E6947
(14,105,71)
#0D553A
(13,85,58)
#0C412D
(12,65,45)
#0B2D20
(11,45,32)
#0A1913
(10,25,19)
#000000
(0,0,0)

Tints of #14E195

#14E195
(20,225,149)
#29E39E
(41,227,158)
#3EE5A7
(62,229,167)
#53E7B0
(83,231,176)
#68E9B9
(104,233,185)
#7DEBC2
(125,235,194)
#92EDCB
(146,237,203)
#A7EFD4
(167,239,212)
#BCF1DD
(188,241,221)
#D1F3E6
(209,243,230)
#E6F5EF
(230,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14E195 color. Also use rgb(20,225,149) instead hex code.

Text Font Color

.myTextColor { color: #14E195; }

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

This text font color is #14E195.

Background Color

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

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

This div background color is #14E195.

Border color

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

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

This div border color is #14E195.

Opacity

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

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

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

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

This text has shadow with #14E195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14E195.

Preview

Color preview on black background

This text has color #14E195 on black background.


Color preview on white background

This text has color #14E195 on white background.


Black color preview on #14E195 background

This text has black color on #14E195 background.


White color preview on #14E195 background

This text has white color on #14E195 background.


Related colors

Complementary color

Complementary color for #hex is #EB1E6A.


I love getcolorcode.com

Triadic colors

1 #9514E1 and #E19514 with #14E195 are triadic colors.

2 #95E114 and #E11495 with #14E195 are triadic colors.