COLOR #0EF393

HEX: #0EF393
RGB: (14,243,147)

Color info

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

RGB color model

#0EF393 color RGB value is (14,243,147).

  • red value is 14;
  • green value is 243;
  • blue value is 147.
RGB:
(14,243,147)
(5%,95%,58%)

RGB channels and saturation

R 14 of 255 = 5%
G 243 of 255 = 95%
B 147 of 255 = 58%

14
243
147

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

Portions of RGB colors in percentages

R + G + B =
14 + 243 + 147 = 404 (100%)
R 14 of 404 ~ 3.47%
G 243 of 404 ~ 60.15%
B 147 of 404 ~ 36.39%

%60.15
%36.39

CMYK color model

#0EF393 color CMYK value is (94,0,40,5).

  • cyan value is 94.24%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 4.71%
CMYK:
(94,0,40,5)
C94M0Y40K5 
(94%,0%,40%,5%)
(0.94/0.00/0.40/0.05)	

CMYK percentages

%94.24
%0
%39.51
%4.71

Codes

Color #0EF393 in popluar color models

0EF393
RGB14243147
HSL155°90.51%50.39%
HSB/HSV155°94.24%95.29%
CMYK94.24%0.00%39.51%
4.71%

Color #0EF393 in popluar number systems.

HEX0EF393
Decimal14243147
Binary11101111001110010011
Octal16363223

Shades and tints

Shades of #0EF393

#0EF393
(14,243,147)
#0DDD86
(13,221,134)
#0CC779
(12,199,121)
#0BB16C
(11,177,108)
#0A9B5F
(10,155,95)
#098552
(9,133,82)
#086F45
(8,111,69)
#075938
(7,89,56)
#06432B
(6,67,43)
#052D1E
(5,45,30)
#041711
(4,23,17)
#000000
(0,0,0)

Tints of #0EF393

#0EF393
(14,243,147)
#23F49C
(35,244,156)
#38F5A5
(56,245,165)
#4DF6AE
(77,246,174)
#62F7B7
(98,247,183)
#77F8C0
(119,248,192)
#8CF9C9
(140,249,201)
#A1FAD2
(161,250,210)
#B6FBDB
(182,251,219)
#CBFCE4
(203,252,228)
#E0FDED
(224,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EF393 color. Also use rgb(14,243,147) instead hex code.

Text Font Color

.myTextColor { color: #0EF393; }

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

This text font color is #0EF393.


Background Color

.myBgColor { background-color: #0EF393; }

<div style="background-color:#0EF393">Inner text</div>

This div background color is #0EF393.


Border color

.myBorderColor { border: 1px solid #0EF393; }

<div style="border:3px solid #0EF393">Div</div>

This div border color is #0EF393.


Opacity

.myOpacity80 { color: #0EF393; opacity: 0.8; }

<p style="color:#0EF393;opacity:0.8;">80%</p>

Text with #0EF393 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 #0EF393;}

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

This text has shadow with #0EF393 color.

.textShadow {text-shadow: 3px 3px 1px #0EF393, 3px 3px 1px red;}

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

This text has shadow with #0EF393 primary color and red secondary color.


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

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

This text has shadow with #0EF393 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EF393 on black background.


Color preview on white background

This text has color #0EF393 on white background.



Black color preview on #0EF393 background

This text has black color on #0EF393 background.


White color preview on #0EF393 background

This text has white color on #0EF393 background.