COLOR #0EB380

HEX: #0EB380 RGB: (14,179,128)

Color info

#0EB380 contains mainly green and blue colors. Web safe color of #0EB380 is #009966 (or #096).

RGB color model

#0EB380 color RGB value is (14,179,128).

RGB: (14,179,128) (5%, 70%, 50%)

RGB channels and saturation

R 14 of 255 = 5%
G 179 of 255 = 70%
B 128 of 255 = 50%

14
179
128

R + G + B ~ 42%. #0EB380 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 14 + 179 + 128 = 321 (100%)
R 14 of 321 ~ 4.36%
G 179 of 321 ~ 55.76%
B 128 of 321 ~ 39.88'%

%55.76
%39.88

CMYK color model

#0EB380 color CMYK value is (92,0,28,30).

  • cyan value is 92.18%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 29.80%

CMYK: (92,0,28,30)
C92M0Y28K30 (92%, 0%, 28%, 30%)
(0.92 / 0.00 / 0.28 / 0.30)

CMYK percentages

%92.18
%0
%28.49
%29.8

Codes

Color #0EB380 in popluar color models

0E B3 80
RGB 14 179 128
HSL 161° 85.49% 37.84%
HSB/HSV 161° 92.18% 70.20%
CMYK 92.18% 0.00% 28.49%
29.80%

Color #0EB380 in popluar number systems.

HEX 0E B3 80
Decimal 14 179 128
Binary 1110 10110011 10000000
Octal 16 263 200

Shades and tints

Shades of #0EB380

#0EB380
(14,179,128)
#0DA375
(13,163,117)
#0C936A
(12,147,106)
#0B835F
(11,131,95)
#0A7354
(10,115,84)
#096349
(9,99,73)
#08533E
(8,83,62)
#074333
(7,67,51)
#063328
(6,51,40)
#05231D
(5,35,29)
#041312
(4,19,18)
#000000
(0,0,0)

Tints of #0EB380

#0EB380
(14,179,128)
#23B98B
(35,185,139)
#38BF96
(56,191,150)
#4DC5A1
(77,197,161)
#62CBAC
(98,203,172)
#77D1B7
(119,209,183)
#8CD7C2
(140,215,194)
#A1DDCD
(161,221,205)
#B6E3D8
(182,227,216)
#CBE9E3
(203,233,227)
#E0EFEE
(224,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EB380 color. Also use rgb(14,179,128) instead hex code.

Text Font Color

.myTextColor { color: #0EB380; }

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

This text font color is #0EB380.

Background Color

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

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

This div background color is #0EB380.

Border color

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

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

This div border color is #0EB380.

Opacity

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

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

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

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

This text has shadow with #0EB380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0EB380.

Preview

Color preview on black background

This text has color #0EB380 on black background.


Color preview on white background

This text has color #0EB380 on white background.


Black color preview on #0EB380 background

This text has black color on #0EB380 background.


White color preview on #0EB380 background

This text has white color on #0EB380 background.


Related colors

Complementary color

Complementary color for #hex is #F14C7F.


I love getcolorcode.com

Triadic colors

1 #800EB3 and #B3800E with #0EB380 are triadic colors.

2 #80B30E and #B30E80 with #0EB380 are triadic colors.