COLOR #0EAB0F

HEX: #0EAB0F
RGB: (14,171,15)

Color info

#0EAB0F contains mainly green color. Web safe color of #0EAB0F is #009900 (or #090).

RGB color model

#0EAB0F color RGB value is (14,171,15).

  • red value is 14;
  • green value is 171;
  • blue value is 15.
RGB:
(14,171,15)
(5%,67%,6%)

RGB channels and saturation

R 14 of 255 = 5%
G 171 of 255 = 67%
B 15 of 255 = 6%

14
171
15

R + G + B ~ 26%. #0EAB0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 171 + 15 = 200 (100%)
R 14 of 200 ~ 7%
G 171 of 200 ~ 85.5%
B 15 of 200 ~ 7.5%

%85.5

CMYK color model

#0EAB0F color CMYK value is (92,0,91,33).

  • cyan value is 91.81%
  • magenta value is 0.00%
  • yellow value is 91.23%
  • key color value is 32.94%
CMYK:
(92,0,91,33)
C92M0Y91K33 
(92%,0%,91%,33%)
(0.92/0.00/0.91/0.33)	

CMYK percentages

%91.81
%0
%91.23
%32.94

Codes

Color #0EAB0F in popluar color models

0EAB0F
RGB1417115
HSL120°84.86%36.27%
HSB/HSV120°91.81%67.06%
CMYK91.81%0.00%91.23%
32.94%

Color #0EAB0F in popluar number systems.

HEX0EAB0F
Decimal1417115
Binary1110101010111111
Octal1625317

Shades and tints

Shades of #0EAB0F

#0EAB0F
(14,171,15)
#0D9C0E
(13,156,14)
#0C8D0D
(12,141,13)
#0B7E0C
(11,126,12)
#0A6F0B
(10,111,11)
#09600A
(9,96,10)
#085109
(8,81,9)
#074208
(7,66,8)
#063307
(6,51,7)
#052406
(5,36,6)
#041505
(4,21,5)
#000000
(0,0,0)

Tints of #0EAB0F

#0EAB0F
(14,171,15)
#23B224
(35,178,36)
#38B939
(56,185,57)
#4DC04E
(77,192,78)
#62C763
(98,199,99)
#77CE78
(119,206,120)
#8CD58D
(140,213,141)
#A1DCA2
(161,220,162)
#B6E3B7
(182,227,183)
#CBEACC
(203,234,204)
#E0F1E1
(224,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EAB0F color. Also use rgb(14,171,15) instead hex code.

Text Font Color

.myTextColor { color: #0EAB0F; }

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

This text font color is #0EAB0F.


Background Color

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

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

This div background color is #0EAB0F.


Border color

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

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

This div border color is #0EAB0F.


Opacity

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

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

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

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

This text has shadow with #0EAB0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EAB0F on black background.


Color preview on white background

This text has color #0EAB0F on white background.



Black color preview on #0EAB0F background

This text has black color on #0EAB0F background.


White color preview on #0EAB0F background

This text has white color on #0EAB0F background.