COLOR #0EF884

HEX: #0EF884 RGB: (14,248,132)

Color info

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

RGB color model

#0EF884 color RGB value is (14,248,132).

RGB: (14,248,132) (5%, 97%, 52%)

RGB channels and saturation

R 14 of 255 = 5%
G 248 of 255 = 97%
B 132 of 255 = 52%

14
248
132

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

Portions of RGB colors in percentages

R + G + B = 14 + 248 + 132 = 394 (100%)
R 14 of 394 ~ 3.55%
G 248 of 394 ~ 62.94%
B 132 of 394 ~ 33.5'%

%62.94
%33.5

CMYK color model

#0EF884 color CMYK value is (94,0,47,3).

  • cyan value is 94.35%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 2.75%

CMYK: (94,0,47,3)
C94M0Y47K3 (94%, 0%, 47%, 3%)
(0.94 / 0.00 / 0.47 / 0.03)

CMYK percentages

%94.35
%0
%46.77
%2.75

Codes

Color #0EF884 in popluar color models

0E F8 84
RGB 14 248 132
HSL 150° 94.35% 51.37%
HSB/HSV 150° 94.35% 97.25%
CMYK 94.35% 0.00% 46.77%
2.75%

Color #0EF884 in popluar number systems.

HEX 0E F8 84
Decimal 14 248 132
Binary 1110 11111000 10000100
Octal 16 370 204

Shades and tints

Shades of #0EF884

#0EF884
(14,248,132)
#0DE278
(13,226,120)
#0CCC6C
(12,204,108)
#0BB660
(11,182,96)
#0AA054
(10,160,84)
#098A48
(9,138,72)
#08743C
(8,116,60)
#075E30
(7,94,48)
#064824
(6,72,36)
#053218
(5,50,24)
#041C0C
(4,28,12)
#000000
(0,0,0)

Tints of #0EF884

#0EF884
(14,248,132)
#23F88F
(35,248,143)
#38F89A
(56,248,154)
#4DF8A5
(77,248,165)
#62F8B0
(98,248,176)
#77F8BB
(119,248,187)
#8CF8C6
(140,248,198)
#A1F8D1
(161,248,209)
#B6F8DC
(182,248,220)
#CBF8E7
(203,248,231)
#E0F8F2
(224,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EF884 color. Also use rgb(14,248,132) instead hex code.

Text Font Color

.myTextColor { color: #0EF884; }

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

This text font color is #0EF884.

Background Color

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

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

This div background color is #0EF884.

Border color

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

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

This div border color is #0EF884.

Opacity

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

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

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

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

This text has shadow with #0EF884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0EF884.

Preview

Color preview on black background

This text has color #0EF884 on black background.


Color preview on white background

This text has color #0EF884 on white background.


Black color preview on #0EF884 background

This text has black color on #0EF884 background.


White color preview on #0EF884 background

This text has white color on #0EF884 background.


Related colors

Complementary color

Complementary color for #hex is #F1077B.


I love getcolorcode.com

Triadic colors

1 #840EF8 and #F8840E with #0EF884 are triadic colors.

2 #84F80E and #F80E84 with #0EF884 are triadic colors.