COLOR #0EE880

HEX: #0EE880
RGB: (14,232,128)

Color info

#0EE880 contains mainly green color. Web safe color of #0EE880 is #00FF66 (or #0F6).

RGB color model

#0EE880 color RGB value is (14,232,128).

  • red value is 14;
  • green value is 232;
  • blue value is 128.
RGB:
(14,232,128)
(5%,91%,50%)

RGB channels and saturation

R 14 of 255 = 5%
G 232 of 255 = 91%
B 128 of 255 = 50%

14
232
128

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

Portions of RGB colors in percentages

R + G + B =
14 + 232 + 128 = 374 (100%)
R 14 of 374 ~ 3.74%
G 232 of 374 ~ 62.03%
B 128 of 374 ~ 34.22%

%62.03
%34.22

CMYK color model

#0EE880 color CMYK value is (94,0,45,9).

  • cyan value is 93.97%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 9.02%
CMYK:
(94,0,45,9)
C94M0Y45K9 
(94%,0%,45%,9%)
(0.94/0.00/0.45/0.09)	

CMYK percentages

%93.97
%0
%44.83
%9.02

Codes

Color #0EE880 in popluar color models

0EE880
RGB14232128
HSL151°88.62%48.24%
HSB/HSV151°93.97%90.98%
CMYK93.97%0.00%44.83%
9.02%

Color #0EE880 in popluar number systems.

HEX0EE880
Decimal14232128
Binary11101110100010000000
Octal16350200

Shades and tints

Shades of #0EE880

#0EE880
(14,232,128)
#0DD375
(13,211,117)
#0CBE6A
(12,190,106)
#0BA95F
(11,169,95)
#0A9454
(10,148,84)
#097F49
(9,127,73)
#086A3E
(8,106,62)
#075533
(7,85,51)
#064028
(6,64,40)
#052B1D
(5,43,29)
#041612
(4,22,18)
#000000
(0,0,0)

Tints of #0EE880

#0EE880
(14,232,128)
#23EA8B
(35,234,139)
#38EC96
(56,236,150)
#4DEEA1
(77,238,161)
#62F0AC
(98,240,172)
#77F2B7
(119,242,183)
#8CF4C2
(140,244,194)
#A1F6CD
(161,246,205)
#B6F8D8
(182,248,216)
#CBFAE3
(203,250,227)
#E0FCEE
(224,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0EE880; }

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

This text font color is #0EE880.


Background Color

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

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

This div background color is #0EE880.


Border color

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

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

This div border color is #0EE880.


Opacity

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

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

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

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

This text has shadow with #0EE880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EE880 on black background.


Color preview on white background

This text has color #0EE880 on white background.



Black color preview on #0EE880 background

This text has black color on #0EE880 background.


White color preview on #0EE880 background

This text has white color on #0EE880 background.