COLOR #0EBD60

HEX: #0EBD60
RGB: (14,189,96)

Color info

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

RGB color model

#0EBD60 color RGB value is (14,189,96).

  • red value is 14;
  • green value is 189;
  • blue value is 96.
RGB:
(14,189,96)
(5%,74%,38%)

RGB channels and saturation

R 14 of 255 = 5%
G 189 of 255 = 74%
B 96 of 255 = 38%

14
189
96

R + G + B ~ 39%. #0EBD60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 189 + 96 = 299 (100%)
R 14 of 299 ~ 4.68%
G 189 of 299 ~ 63.21%
B 96 of 299 ~ 32.11%

%63.21
%32.11

CMYK color model

#0EBD60 color CMYK value is (93,0,49,26).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 25.88%
CMYK:
(93,0,49,26)
C93M0Y49K26 
(93%,0%,49%,26%)
(0.93/0.00/0.49/0.26)	

CMYK percentages

%92.59
%0
%49.21
%25.88

Codes

Color #0EBD60 in popluar color models

0EBD60
RGB1418996
HSL148°86.21%39.80%
HSB/HSV148°92.59%74.12%
CMYK92.59%0.00%49.21%
25.88%

Color #0EBD60 in popluar number systems.

HEX0EBD60
Decimal1418996
Binary1110101111011100000
Octal16275140

Shades and tints

Shades of #0EBD60

#0EBD60
(14,189,96)
#0DAC58
(13,172,88)
#0C9B50
(12,155,80)
#0B8A48
(11,138,72)
#0A7940
(10,121,64)
#096838
(9,104,56)
#085730
(8,87,48)
#074628
(7,70,40)
#063520
(6,53,32)
#052418
(5,36,24)
#041310
(4,19,16)
#000000
(0,0,0)

Tints of #0EBD60

#0EBD60
(14,189,96)
#23C36E
(35,195,110)
#38C97C
(56,201,124)
#4DCF8A
(77,207,138)
#62D598
(98,213,152)
#77DBA6
(119,219,166)
#8CE1B4
(140,225,180)
#A1E7C2
(161,231,194)
#B6EDD0
(182,237,208)
#CBF3DE
(203,243,222)
#E0F9EC
(224,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EBD60 color. Also use rgb(14,189,96) instead hex code.

Text Font Color

.myTextColor { color: #0EBD60; }

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

This text font color is #0EBD60.


Background Color

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

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

This div background color is #0EBD60.


Border color

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

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

This div border color is #0EBD60.


Opacity

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

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

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

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

This text has shadow with #0EBD60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EBD60 on black background.


Color preview on white background

This text has color #0EBD60 on white background.



Black color preview on #0EBD60 background

This text has black color on #0EBD60 background.


White color preview on #0EBD60 background

This text has white color on #0EBD60 background.