COLOR #0E9427

HEX: #0E9427
RGB: (14,148,39)

Color info

#0E9427 contains mainly green color. Web safe color of #0E9427 is #009933 (or #093).

RGB color model

#0E9427 color RGB value is (14,148,39).

  • red value is 14;
  • green value is 148;
  • blue value is 39.
RGB:
(14,148,39)
(5%,58%,15%)

RGB channels and saturation

R 14 of 255 = 5%
G 148 of 255 = 58%
B 39 of 255 = 15%

14
148
39

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

Portions of RGB colors in percentages

R + G + B =
14 + 148 + 39 = 201 (100%)
R 14 of 201 ~ 6.97%
G 148 of 201 ~ 73.63%
B 39 of 201 ~ 19.4%

%73.63
%19.4

CMYK color model

#0E9427 color CMYK value is (91,0,74,42).

  • cyan value is 90.54%
  • magenta value is 0.00%
  • yellow value is 73.65%
  • key color value is 41.96%
CMYK:
(91,0,74,42)
C91M0Y74K42 
(91%,0%,74%,42%)
(0.91/0.00/0.74/0.42)	

CMYK percentages

%90.54
%0
%73.65
%41.96

Codes

Color #0E9427 in popluar color models

0E9427
RGB1414839
HSL131°82.72%31.76%
HSB/HSV131°90.54%58.04%
CMYK90.54%0.00%73.65%
41.96%

Color #0E9427 in popluar number systems.

HEX0E9427
Decimal1414839
Binary111010010100100111
Octal1622447

Shades and tints

Shades of #0E9427

#0E9427
(14,148,39)
#0D8724
(13,135,36)
#0C7A21
(12,122,33)
#0B6D1E
(11,109,30)
#0A601B
(10,96,27)
#095318
(9,83,24)
#084615
(8,70,21)
#073912
(7,57,18)
#062C0F
(6,44,15)
#051F0C
(5,31,12)
#041209
(4,18,9)
#000000
(0,0,0)

Tints of #0E9427

#0E9427
(14,148,39)
#239D3A
(35,157,58)
#38A64D
(56,166,77)
#4DAF60
(77,175,96)
#62B873
(98,184,115)
#77C186
(119,193,134)
#8CCA99
(140,202,153)
#A1D3AC
(161,211,172)
#B6DCBF
(182,220,191)
#CBE5D2
(203,229,210)
#E0EEE5
(224,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E9427 color. Also use rgb(14,148,39) instead hex code.

Text Font Color

.myTextColor { color: #0E9427; }

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

This text font color is #0E9427.


Background Color

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

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

This div background color is #0E9427.


Border color

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

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

This div border color is #0E9427.


Opacity

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

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

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

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

This text has shadow with #0E9427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E9427 on black background.


Color preview on white background

This text has color #0E9427 on white background.



Black color preview on #0E9427 background

This text has black color on #0E9427 background.


White color preview on #0E9427 background

This text has white color on #0E9427 background.