COLOR #0EC067

HEX: #0EC067
RGB: (14,192,103)

Color info

#0EC067 contains mainly green color. Web safe color of #0EC067 is #00CC66 (or #0C6).

RGB color model

#0EC067 color RGB value is (14,192,103).

  • red value is 14;
  • green value is 192;
  • blue value is 103.
RGB:
(14,192,103)
(5%,75%,40%)

RGB channels and saturation

R 14 of 255 = 5%
G 192 of 255 = 75%
B 103 of 255 = 40%

14
192
103

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

Portions of RGB colors in percentages

R + G + B =
14 + 192 + 103 = 309 (100%)
R 14 of 309 ~ 4.53%
G 192 of 309 ~ 62.14%
B 103 of 309 ~ 33.33%

%62.14
%33.33

CMYK color model

#0EC067 color CMYK value is (93,0,46,25).

  • cyan value is 92.71%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 24.71%
CMYK:
(93,0,46,25)
C93M0Y46K25 
(93%,0%,46%,25%)
(0.93/0.00/0.46/0.25)	

CMYK percentages

%92.71
%0
%46.35
%24.71

Codes

Color #0EC067 in popluar color models

0EC067
RGB14192103
HSL150°86.41%40.39%
HSB/HSV150°92.71%75.29%
CMYK92.71%0.00%46.35%
24.71%

Color #0EC067 in popluar number systems.

HEX0EC067
Decimal14192103
Binary1110110000001100111
Octal16300147

Shades and tints

Shades of #0EC067

#0EC067
(14,192,103)
#0DAF5E
(13,175,94)
#0C9E55
(12,158,85)
#0B8D4C
(11,141,76)
#0A7C43
(10,124,67)
#096B3A
(9,107,58)
#085A31
(8,90,49)
#074928
(7,73,40)
#06381F
(6,56,31)
#052716
(5,39,22)
#04160D
(4,22,13)
#000000
(0,0,0)

Tints of #0EC067

#0EC067
(14,192,103)
#23C574
(35,197,116)
#38CA81
(56,202,129)
#4DCF8E
(77,207,142)
#62D49B
(98,212,155)
#77D9A8
(119,217,168)
#8CDEB5
(140,222,181)
#A1E3C2
(161,227,194)
#B6E8CF
(182,232,207)
#CBEDDC
(203,237,220)
#E0F2E9
(224,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EC067 color. Also use rgb(14,192,103) instead hex code.

Text Font Color

.myTextColor { color: #0EC067; }

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

This text font color is #0EC067.


Background Color

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

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

This div background color is #0EC067.


Border color

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

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

This div border color is #0EC067.


Opacity

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

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

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

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

This text has shadow with #0EC067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EC067 on black background.


Color preview on white background

This text has color #0EC067 on white background.



Black color preview on #0EC067 background

This text has black color on #0EC067 background.


White color preview on #0EC067 background

This text has white color on #0EC067 background.