COLOR #0EAD5C

HEX: #0EAD5C RGB: (14,173,92)

Color info

#0EAD5C contains mainly green color. Web safe color of #0EAD5C is #009966 (or #096).

RGB color model

#0EAD5C color RGB value is (14,173,92).

RGB: (14,173,92) (5%, 68%, 36%)

RGB channels and saturation

R 14 of 255 = 5%
G 173 of 255 = 68%
B 92 of 255 = 36%

14
173
92

R + G + B ~ 36%. #0EAD5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 173 + 92 = 279 (100%)
R 14 of 279 ~ 5.02%
G 173 of 279 ~ 62.01%
B 92 of 279 ~ 32.97'%

%62.01
%32.97

CMYK color model

#0EAD5C color CMYK value is (92,0,47,32).

  • cyan value is 91.91%
  • magenta value is 0.00%
  • yellow value is 46.82%
  • key color value is 32.16%

CMYK: (92,0,47,32)
C92M0Y47K32 (92%, 0%, 47%, 32%)
(0.92 / 0.00 / 0.47 / 0.32)

CMYK percentages

%91.91
%0
%46.82
%32.16

Codes

Color #0EAD5C in popluar color models

0E AD 5C
RGB 14 173 92
HSL 149° 85.03% 36.67%
HSB/HSV 149° 91.91% 67.84%
CMYK 91.91% 0.00% 46.82%
32.16%

Color #0EAD5C in popluar number systems.

HEX 0E AD 5C
Decimal 14 173 92
Binary 1110 10101101 1011100
Octal 16 255 134

Shades and tints

Shades of #0EAD5C

#0EAD5C
(14,173,92)
#0D9E54
(13,158,84)
#0C8F4C
(12,143,76)
#0B8044
(11,128,68)
#0A713C
(10,113,60)
#096234
(9,98,52)
#08532C
(8,83,44)
#074424
(7,68,36)
#06351C
(6,53,28)
#052614
(5,38,20)
#04170C
(4,23,12)
#000000
(0,0,0)

Tints of #0EAD5C

#0EAD5C
(14,173,92)
#23B46A
(35,180,106)
#38BB78
(56,187,120)
#4DC286
(77,194,134)
#62C994
(98,201,148)
#77D0A2
(119,208,162)
#8CD7B0
(140,215,176)
#A1DEBE
(161,222,190)
#B6E5CC
(182,229,204)
#CBECDA
(203,236,218)
#E0F3E8
(224,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EAD5C color. Also use rgb(14,173,92) instead hex code.

Text Font Color

.myTextColor { color: #0EAD5C; }

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

This text font color is #0EAD5C.

Background Color

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

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

This div background color is #0EAD5C.

Border color

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

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

This div border color is #0EAD5C.

Opacity

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

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

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

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

This text has shadow with #0EAD5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0EAD5C.

Preview

Color preview on black background

This text has color #0EAD5C on black background.


Color preview on white background

This text has color #0EAD5C on white background.


Black color preview on #0EAD5C background

This text has black color on #0EAD5C background.


White color preview on #0EAD5C background

This text has white color on #0EAD5C background.


Related colors

Complementary color

Complementary color for #hex is #F152A3.


I love getcolorcode.com

Triadic colors

1 #5C0EAD and #AD5C0E with #0EAD5C are triadic colors.

2 #5CAD0E and #AD0E5C with #0EAD5C are triadic colors.