COLOR #0E994A

HEX: #0E994A
RGB: (14,153,74)

Color info

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

RGB color model

#0E994A color RGB value is (14,153,74).

  • red value is 14;
  • green value is 153;
  • blue value is 74.
RGB:
(14,153,74)
(5%,60%,29%)

RGB channels and saturation

R 14 of 255 = 5%
G 153 of 255 = 60%
B 74 of 255 = 29%

14
153
74

R + G + B ~ 31%. #0E994A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 153 + 74 = 241 (100%)
R 14 of 241 ~ 5.81%
G 153 of 241 ~ 63.49%
B 74 of 241 ~ 30.71%

%63.49
%30.71

CMYK color model

#0E994A color CMYK value is (91,0,52,40).

  • cyan value is 90.85%
  • magenta value is 0.00%
  • yellow value is 51.63%
  • key color value is 40.00%
CMYK:
(91,0,52,40)
C91M0Y52K40 
(91%,0%,52%,40%)
(0.91/0.00/0.52/0.40)	

CMYK percentages

%90.85
%0
%51.63
%40

Codes

Color #0E994A in popluar color models

0E994A
RGB1415374
HSL146°83.23%32.75%
HSB/HSV146°90.85%60.00%
CMYK90.85%0.00%51.63%
40.00%

Color #0E994A in popluar number systems.

HEX0E994A
Decimal1415374
Binary1110100110011001010
Octal16231112

Shades and tints

Shades of #0E994A

#0E994A
(14,153,74)
#0D8C44
(13,140,68)
#0C7F3E
(12,127,62)
#0B7238
(11,114,56)
#0A6532
(10,101,50)
#09582C
(9,88,44)
#084B26
(8,75,38)
#073E20
(7,62,32)
#06311A
(6,49,26)
#052414
(5,36,20)
#04170E
(4,23,14)
#000000
(0,0,0)

Tints of #0E994A

#0E994A
(14,153,74)
#23A25A
(35,162,90)
#38AB6A
(56,171,106)
#4DB47A
(77,180,122)
#62BD8A
(98,189,138)
#77C69A
(119,198,154)
#8CCFAA
(140,207,170)
#A1D8BA
(161,216,186)
#B6E1CA
(182,225,202)
#CBEADA
(203,234,218)
#E0F3EA
(224,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E994A color. Also use rgb(14,153,74) instead hex code.

Text Font Color

.myTextColor { color: #0E994A; }

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

This text font color is #0E994A.


Background Color

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

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

This div background color is #0E994A.


Border color

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

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

This div border color is #0E994A.


Opacity

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

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

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

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

This text has shadow with #0E994A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E994A on black background.


Color preview on white background

This text has color #0E994A on white background.



Black color preview on #0E994A background

This text has black color on #0E994A background.


White color preview on #0E994A background

This text has white color on #0E994A background.