COLOR #0ED486

HEX: #0ED486
RGB: (14,212,134)

Color info

#0ED486 contains mainly green color. Web safe color of #0ED486 is #00CC99 (or #0C9).

RGB color model

#0ED486 color RGB value is (14,212,134).

  • red value is 14;
  • green value is 212;
  • blue value is 134.
RGB:
(14,212,134)
(5%,83%,53%)

RGB channels and saturation

R 14 of 255 = 5%
G 212 of 255 = 83%
B 134 of 255 = 53%

14
212
134

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

Portions of RGB colors in percentages

R + G + B =
14 + 212 + 134 = 360 (100%)
R 14 of 360 ~ 3.89%
G 212 of 360 ~ 58.89%
B 134 of 360 ~ 37.22%

%58.89
%37.22

CMYK color model

#0ED486 color CMYK value is (93,0,37,17).

  • cyan value is 93.40%
  • magenta value is 0.00%
  • yellow value is 36.79%
  • key color value is 16.86%
CMYK:
(93,0,37,17)
C93M0Y37K17 
(93%,0%,37%,17%)
(0.93/0.00/0.37/0.17)	

CMYK percentages

%93.4
%0
%36.79
%16.86

Codes

Color #0ED486 in popluar color models

0ED486
RGB14212134
HSL156°87.61%44.31%
HSB/HSV156°93.40%83.14%
CMYK93.40%0.00%36.79%
16.86%

Color #0ED486 in popluar number systems.

HEX0ED486
Decimal14212134
Binary11101101010010000110
Octal16324206

Shades and tints

Shades of #0ED486

#0ED486
(14,212,134)
#0DC17A
(13,193,122)
#0CAE6E
(12,174,110)
#0B9B62
(11,155,98)
#0A8856
(10,136,86)
#09754A
(9,117,74)
#08623E
(8,98,62)
#074F32
(7,79,50)
#063C26
(6,60,38)
#05291A
(5,41,26)
#04160E
(4,22,14)
#000000
(0,0,0)

Tints of #0ED486

#0ED486
(14,212,134)
#23D791
(35,215,145)
#38DA9C
(56,218,156)
#4DDDA7
(77,221,167)
#62E0B2
(98,224,178)
#77E3BD
(119,227,189)
#8CE6C8
(140,230,200)
#A1E9D3
(161,233,211)
#B6ECDE
(182,236,222)
#CBEFE9
(203,239,233)
#E0F2F4
(224,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0ED486 color. Also use rgb(14,212,134) instead hex code.

Text Font Color

.myTextColor { color: #0ED486; }

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

This text font color is #0ED486.


Background Color

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

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

This div background color is #0ED486.


Border color

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

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

This div border color is #0ED486.


Opacity

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

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

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

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

This text has shadow with #0ED486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0ED486 on black background.


Color preview on white background

This text has color #0ED486 on white background.



Black color preview on #0ED486 background

This text has black color on #0ED486 background.


White color preview on #0ED486 background

This text has white color on #0ED486 background.