COLOR #14E615

HEX: #14E615
RGB: (20,230,21)

Color info

#14E615 contains mainly green color. Web safe color of #14E615 is #00CC00 (or #0C0).

RGB color model

#14E615 color RGB value is (20,230,21).

  • red value is 20;
  • green value is 230;
  • blue value is 21.
RGB:
(20,230,21)
(8%,90%,8%)

RGB channels and saturation

R 20 of 255 = 8%
G 230 of 255 = 90%
B 21 of 255 = 8%

20
230
21

R + G + B ~ 35%. #14E615 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 230 + 21 = 271 (100%)
R 20 of 271 ~ 7.38%
G 230 of 271 ~ 84.87%
B 21 of 271 ~ 7.75%

%84.87

CMYK color model

#14E615 color CMYK value is (91,0,91,10).

  • cyan value is 91.30%
  • magenta value is 0.00%
  • yellow value is 90.87%
  • key color value is 9.80%
CMYK:
(91,0,91,10)
C91M0Y91K10 
(91%,0%,91%,10%)
(0.91/0.00/0.91/0.10)	

CMYK percentages

%91.3
%0
%90.87
%9.8

Codes

Color #14E615 in popluar color models

14E615
RGB2023021
HSL120°84.00%49.02%
HSB/HSV120°91.30%90.20%
CMYK91.30%0.00%90.87%
9.80%

Color #14E615 in popluar number systems.

HEX14E615
Decimal2023021
Binary101001110011010101
Octal2434625

Shades and tints

Shades of #14E615

#14E615
(20,230,21)
#13D214
(19,210,20)
#12BE13
(18,190,19)
#11AA12
(17,170,18)
#109611
(16,150,17)
#0F8210
(15,130,16)
#0E6E0F
(14,110,15)
#0D5A0E
(13,90,14)
#0C460D
(12,70,13)
#0B320C
(11,50,12)
#0A1E0B
(10,30,11)
#000000
(0,0,0)

Tints of #14E615

#14E615
(20,230,21)
#29E82A
(41,232,42)
#3EEA3F
(62,234,63)
#53EC54
(83,236,84)
#68EE69
(104,238,105)
#7DF07E
(125,240,126)
#92F293
(146,242,147)
#A7F4A8
(167,244,168)
#BCF6BD
(188,246,189)
#D1F8D2
(209,248,210)
#E6FAE7
(230,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14E615 color. Also use rgb(20,230,21) instead hex code.

Text Font Color

.myTextColor { color: #14E615; }

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

This text font color is #14E615.


Background Color

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

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

This div background color is #14E615.


Border color

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

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

This div border color is #14E615.


Opacity

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

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

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

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

This text has shadow with #14E615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14E615 on black background.


Color preview on white background

This text has color #14E615 on white background.



Black color preview on #14E615 background

This text has black color on #14E615 background.


White color preview on #14E615 background

This text has white color on #14E615 background.