COLOR #E0F18E

HEX: #E0F18E
RGB: (224,241,142)

Color info

#E0F18E contains mainly red and green colors. Web safe color of #E0F18E is #CCFF99 (or #CF9).

RGB color model

#E0F18E color RGB value is (224,241,142).

  • red value is 224;
  • green value is 241;
  • blue value is 142.
RGB:
(224,241,142)
(88%,95%,56%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 142 of 255 = 56%

224
241
142

R + G + B ~ 80%. #E0F18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 241 + 142 = 607 (100%)
R 224 of 607 ~ 36.9%
G 241 of 607 ~ 39.7%
B 142 of 607 ~ 23.39%

%36.9
%39.7
%23.39

CMYK color model

#E0F18E color CMYK value is (7,0,41,5).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 41.08%
  • key color value is 5.49%
CMYK:
(7,0,41,5)
C7M0Y41K5 
(7%,0%,41%,5%)
(0.07/0.00/0.41/0.05)	

CMYK percentages

%7.05
%0
%41.08
%5.49

Codes

Color #E0F18E in popluar color models

E0F18E
RGB224241142
HSL70°77.95%75.10%
HSB/HSV70°41.08%94.51%
CMYK7.05%0.00%41.08%
5.49%

Color #E0F18E in popluar number systems.

HEXE0F18E
Decimal224241142
Binary111000001111000110001110
Octal340361216

Shades and tints

Shades of #E0F18E

#E0F18E
(224,241,142)
#CCDC82
(204,220,130)
#B8C776
(184,199,118)
#A4B26A
(164,178,106)
#909D5E
(144,157,94)
#7C8852
(124,136,82)
#687346
(104,115,70)
#545E3A
(84,94,58)
#40492E
(64,73,46)
#2C3422
(44,52,34)
#181F16
(24,31,22)
#000000
(0,0,0)

Tints of #E0F18E

#E0F18E
(224,241,142)
#E2F298
(226,242,152)
#E4F3A2
(228,243,162)
#E6F4AC
(230,244,172)
#E8F5B6
(232,245,182)
#EAF6C0
(234,246,192)
#ECF7CA
(236,247,202)
#EEF8D4
(238,248,212)
#F0F9DE
(240,249,222)
#F2FAE8
(242,250,232)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F18E color. Also use rgb(224,241,142) instead hex code.

Text Font Color

.myTextColor { color: #E0F18E; }

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

This text font color is #E0F18E.


Background Color

.myBgColor { background-color: #E0F18E; }

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

This div background color is #E0F18E.


Border color

.myBorderColor { border: 1px solid #E0F18E; }

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

This div border color is #E0F18E.


Opacity

.myOpacity80 { color: #E0F18E; opacity: 0.8; }

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

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

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

This text has shadow with #E0F18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F18E on black background.


Color preview on white background

This text has color #E0F18E on white background.



Black color preview on #E0F18E background

This text has black color on #E0F18E background.


White color preview on #E0F18E background

This text has white color on #E0F18E background.