COLOR #0EB84B

HEX: #0EB84B
RGB: (14,184,75)

Color info

#0EB84B contains mainly green color. Web safe color of #0EB84B is #00CC33 (or #0C3).

RGB color model

#0EB84B color RGB value is (14,184,75).

  • red value is 14;
  • green value is 184;
  • blue value is 75.
RGB:
(14,184,75)
(5%,72%,29%)

RGB channels and saturation

R 14 of 255 = 5%
G 184 of 255 = 72%
B 75 of 255 = 29%

14
184
75

R + G + B ~ 35%. #0EB84B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 184 + 75 = 273 (100%)
R 14 of 273 ~ 5.13%
G 184 of 273 ~ 67.4%
B 75 of 273 ~ 27.47%

%67.4
%27.47

CMYK color model

#0EB84B color CMYK value is (92,0,59,28).

  • cyan value is 92.39%
  • magenta value is 0.00%
  • yellow value is 59.24%
  • key color value is 27.84%
CMYK:
(92,0,59,28)
C92M0Y59K28 
(92%,0%,59%,28%)
(0.92/0.00/0.59/0.28)	

CMYK percentages

%92.39
%0
%59.24
%27.84

Codes

Color #0EB84B in popluar color models

0EB84B
RGB1418475
HSL142°85.86%38.82%
HSB/HSV142°92.39%72.16%
CMYK92.39%0.00%59.24%
27.84%

Color #0EB84B in popluar number systems.

HEX0EB84B
Decimal1418475
Binary1110101110001001011
Octal16270113

Shades and tints

Shades of #0EB84B

#0EB84B
(14,184,75)
#0DA845
(13,168,69)
#0C983F
(12,152,63)
#0B8839
(11,136,57)
#0A7833
(10,120,51)
#09682D
(9,104,45)
#085827
(8,88,39)
#074821
(7,72,33)
#06381B
(6,56,27)
#052815
(5,40,21)
#04180F
(4,24,15)
#000000
(0,0,0)

Tints of #0EB84B

#0EB84B
(14,184,75)
#23BE5B
(35,190,91)
#38C46B
(56,196,107)
#4DCA7B
(77,202,123)
#62D08B
(98,208,139)
#77D69B
(119,214,155)
#8CDCAB
(140,220,171)
#A1E2BB
(161,226,187)
#B6E8CB
(182,232,203)
#CBEEDB
(203,238,219)
#E0F4EB
(224,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EB84B color. Also use rgb(14,184,75) instead hex code.

Text Font Color

.myTextColor { color: #0EB84B; }

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

This text font color is #0EB84B.


Background Color

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

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

This div background color is #0EB84B.


Border color

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

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

This div border color is #0EB84B.


Opacity

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

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

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

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

This text has shadow with #0EB84B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EB84B on black background.


Color preview on white background

This text has color #0EB84B on white background.



Black color preview on #0EB84B background

This text has black color on #0EB84B background.


White color preview on #0EB84B background

This text has white color on #0EB84B background.