COLOR #0EEC5D

HEX: #0EEC5D
RGB: (14,236,93)

Color info

#0EEC5D contains mainly green color. Web safe color of #0EEC5D is #00FF66 (or #0F6).

RGB color model

#0EEC5D color RGB value is (14,236,93).

  • red value is 14;
  • green value is 236;
  • blue value is 93.
RGB:
(14,236,93)
(5%,93%,36%)

RGB channels and saturation

R 14 of 255 = 5%
G 236 of 255 = 93%
B 93 of 255 = 36%

14
236
93

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

Portions of RGB colors in percentages

R + G + B =
14 + 236 + 93 = 343 (100%)
R 14 of 343 ~ 4.08%
G 236 of 343 ~ 68.8%
B 93 of 343 ~ 27.11%

%68.8
%27.11

CMYK color model

#0EEC5D color CMYK value is (94,0,61,7).

  • cyan value is 94.07%
  • magenta value is 0.00%
  • yellow value is 60.59%
  • key color value is 7.45%
CMYK:
(94,0,61,7)
C94M0Y61K7 
(94%,0%,61%,7%)
(0.94/0.00/0.61/0.07)	

CMYK percentages

%94.07
%0
%60.59
%7.45

Codes

Color #0EEC5D in popluar color models

0EEC5D
RGB1423693
HSL141°88.80%49.02%
HSB/HSV141°94.07%92.55%
CMYK94.07%0.00%60.59%
7.45%

Color #0EEC5D in popluar number systems.

HEX0EEC5D
Decimal1423693
Binary1110111011001011101
Octal16354135

Shades and tints

Shades of #0EEC5D

#0EEC5D
(14,236,93)
#0DD755
(13,215,85)
#0CC24D
(12,194,77)
#0BAD45
(11,173,69)
#0A983D
(10,152,61)
#098335
(9,131,53)
#086E2D
(8,110,45)
#075925
(7,89,37)
#06441D
(6,68,29)
#052F15
(5,47,21)
#041A0D
(4,26,13)
#000000
(0,0,0)

Tints of #0EEC5D

#0EEC5D
(14,236,93)
#23ED6B
(35,237,107)
#38EE79
(56,238,121)
#4DEF87
(77,239,135)
#62F095
(98,240,149)
#77F1A3
(119,241,163)
#8CF2B1
(140,242,177)
#A1F3BF
(161,243,191)
#B6F4CD
(182,244,205)
#CBF5DB
(203,245,219)
#E0F6E9
(224,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EEC5D color. Also use rgb(14,236,93) instead hex code.

Text Font Color

.myTextColor { color: #0EEC5D; }

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

This text font color is #0EEC5D.


Background Color

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

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

This div background color is #0EEC5D.


Border color

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

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

This div border color is #0EEC5D.


Opacity

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

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

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

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

This text has shadow with #0EEC5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EEC5D on black background.


Color preview on white background

This text has color #0EEC5D on white background.



Black color preview on #0EEC5D background

This text has black color on #0EEC5D background.


White color preview on #0EEC5D background

This text has white color on #0EEC5D background.