COLOR #14FF93

HEX: #14FF93
RGB: (20,255,147)

Color info

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

RGB color model

#14FF93 color RGB value is (20,255,147).

  • red value is 20;
  • green value is 255;
  • blue value is 147.
RGB:
(20,255,147)
(8%,100%,58%)

RGB channels and saturation

R 20 of 255 = 8%
G 255 of 255 = 100%
B 147 of 255 = 58%

20
255
147

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

Portions of RGB colors in percentages

R + G + B =
20 + 255 + 147 = 422 (100%)
R 20 of 422 ~ 4.74%
G 255 of 422 ~ 60.43%
B 147 of 422 ~ 34.83%

%60.43
%34.83

CMYK color model

#14FF93 color CMYK value is (92,0,42,0).

  • cyan value is 92.16%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 0.00%
CMYK:
(92,0,42,0)
C92M0Y42K0 
(92%,0%,42%,0%)
(0.92/0.00/0.42/0.00)	

CMYK percentages

%92.16
%0
%42.35
%0

Codes

Color #14FF93 in popluar color models

14FF93
RGB20255147
HSL152°100.00%53.92%
HSB/HSV152°92.16%100.00%
CMYK92.16%0.00%42.35%
0.00%

Color #14FF93 in popluar number systems.

HEX14FF93
Decimal20255147
Binary101001111111110010011
Octal24377223

Shades and tints

Shades of #14FF93

#14FF93
(20,255,147)
#13E886
(19,232,134)
#12D179
(18,209,121)
#11BA6C
(17,186,108)
#10A35F
(16,163,95)
#0F8C52
(15,140,82)
#0E7545
(14,117,69)
#0D5E38
(13,94,56)
#0C472B
(12,71,43)
#0B301E
(11,48,30)
#0A1911
(10,25,17)
#000000
(0,0,0)

Tints of #14FF93

#14FF93
(20,255,147)
#29FF9C
(41,255,156)
#3EFFA5
(62,255,165)
#53FFAE
(83,255,174)
#68FFB7
(104,255,183)
#7DFFC0
(125,255,192)
#92FFC9
(146,255,201)
#A7FFD2
(167,255,210)
#BCFFDB
(188,255,219)
#D1FFE4
(209,255,228)
#E6FFED
(230,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14FF93 color. Also use rgb(20,255,147) instead hex code.

Text Font Color

.myTextColor { color: #14FF93; }

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

This text font color is #14FF93.


Background Color

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

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

This div background color is #14FF93.


Border color

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

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

This div border color is #14FF93.


Opacity

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

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

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

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

This text has shadow with #14FF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14FF93 on black background.


Color preview on white background

This text has color #14FF93 on white background.



Black color preview on #14FF93 background

This text has black color on #14FF93 background.


White color preview on #14FF93 background

This text has white color on #14FF93 background.