COLOR #0EA458

HEX: #0EA458 RGB: (14,164,88)

Color info

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

RGB color model

#0EA458 color RGB value is (14,164,88).

RGB: (14,164,88) (5%, 64%, 35%)

RGB channels and saturation

R 14 of 255 = 5%
G 164 of 255 = 64%
B 88 of 255 = 35%

14
164
88

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

Portions of RGB colors in percentages

R + G + B = 14 + 164 + 88 = 266 (100%)
R 14 of 266 ~ 5.26%
G 164 of 266 ~ 61.65%
B 88 of 266 ~ 33.08'%

%61.65
%33.08

CMYK color model

#0EA458 color CMYK value is (91,0,46,36).

  • cyan value is 91.46%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 35.69%

CMYK: (91,0,46,36)
C91M0Y46K36 (91%, 0%, 46%, 36%)
(0.91 / 0.00 / 0.46 / 0.36)

CMYK percentages

%91.46
%0
%46.34
%35.69

Codes

Color #0EA458 in popluar color models

0E A4 58
RGB 14 164 88
HSL 150° 84.27% 34.90%
HSB/HSV 150° 91.46% 64.31%
CMYK 91.46% 0.00% 46.34%
35.69%

Color #0EA458 in popluar number systems.

HEX 0E A4 58
Decimal 14 164 88
Binary 1110 10100100 1011000
Octal 16 244 130

Shades and tints

Shades of #0EA458

#0EA458
(14,164,88)
#0D9650
(13,150,80)
#0C8848
(12,136,72)
#0B7A40
(11,122,64)
#0A6C38
(10,108,56)
#095E30
(9,94,48)
#085028
(8,80,40)
#074220
(7,66,32)
#063418
(6,52,24)
#052610
(5,38,16)
#041808
(4,24,8)
#000000
(0,0,0)

Tints of #0EA458

#0EA458
(14,164,88)
#23AC67
(35,172,103)
#38B476
(56,180,118)
#4DBC85
(77,188,133)
#62C494
(98,196,148)
#77CCA3
(119,204,163)
#8CD4B2
(140,212,178)
#A1DCC1
(161,220,193)
#B6E4D0
(182,228,208)
#CBECDF
(203,236,223)
#E0F4EE
(224,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EA458 color. Also use rgb(14,164,88) instead hex code.

Text Font Color

.myTextColor { color: #0EA458; }

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

This text font color is #0EA458.

Background Color

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

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

This div background color is #0EA458.

Border color

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

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

This div border color is #0EA458.

Opacity

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

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

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

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

This text has shadow with #0EA458 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0EA458.

Preview

Color preview on black background

This text has color #0EA458 on black background.


Color preview on white background

This text has color #0EA458 on white background.


Black color preview on #0EA458 background

This text has black color on #0EA458 background.


White color preview on #0EA458 background

This text has white color on #0EA458 background.


Related colors

Complementary color

Complementary color for #hex is #F15BA7.


I love getcolorcode.com

Triadic colors

1 #580EA4 and #A4580E with #0EA458 are triadic colors.

2 #58A40E and #A40E58 with #0EA458 are triadic colors.