COLOR #0EE788

HEX: #0EE788
RGB: (14,231,136)

Color info

#0EE788 contains mainly green color. Web safe color of #0EE788 is #00FF99 (or #0F9).

RGB color model

#0EE788 color RGB value is (14,231,136).

  • red value is 14;
  • green value is 231;
  • blue value is 136.
RGB:
(14,231,136)
(5%,91%,53%)

RGB channels and saturation

R 14 of 255 = 5%
G 231 of 255 = 91%
B 136 of 255 = 53%

14
231
136

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

Portions of RGB colors in percentages

R + G + B =
14 + 231 + 136 = 381 (100%)
R 14 of 381 ~ 3.67%
G 231 of 381 ~ 60.63%
B 136 of 381 ~ 35.7%

%60.63
%35.7

CMYK color model

#0EE788 color CMYK value is (94,0,41,9).

  • cyan value is 93.94%
  • magenta value is 0.00%
  • yellow value is 41.13%
  • key color value is 9.41%
CMYK:
(94,0,41,9)
C94M0Y41K9 
(94%,0%,41%,9%)
(0.94/0.00/0.41/0.09)	

CMYK percentages

%93.94
%0
%41.13
%9.41

Codes

Color #0EE788 in popluar color models

0EE788
RGB14231136
HSL154°88.57%48.04%
HSB/HSV154°93.94%90.59%
CMYK93.94%0.00%41.13%
9.41%

Color #0EE788 in popluar number systems.

HEX0EE788
Decimal14231136
Binary11101110011110001000
Octal16347210

Shades and tints

Shades of #0EE788

#0EE788
(14,231,136)
#0DD27C
(13,210,124)
#0CBD70
(12,189,112)
#0BA864
(11,168,100)
#0A9358
(10,147,88)
#097E4C
(9,126,76)
#086940
(8,105,64)
#075434
(7,84,52)
#063F28
(6,63,40)
#052A1C
(5,42,28)
#041510
(4,21,16)
#000000
(0,0,0)

Tints of #0EE788

#0EE788
(14,231,136)
#23E992
(35,233,146)
#38EB9C
(56,235,156)
#4DEDA6
(77,237,166)
#62EFB0
(98,239,176)
#77F1BA
(119,241,186)
#8CF3C4
(140,243,196)
#A1F5CE
(161,245,206)
#B6F7D8
(182,247,216)
#CBF9E2
(203,249,226)
#E0FBEC
(224,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EE788 color. Also use rgb(14,231,136) instead hex code.

Text Font Color

.myTextColor { color: #0EE788; }

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

This text font color is #0EE788.


Background Color

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

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

This div background color is #0EE788.


Border color

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

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

This div border color is #0EE788.


Opacity

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

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

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

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

This text has shadow with #0EE788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EE788 on black background.


Color preview on white background

This text has color #0EE788 on white background.



Black color preview on #0EE788 background

This text has black color on #0EE788 background.


White color preview on #0EE788 background

This text has white color on #0EE788 background.