COLOR #00E48C

HEX: #00E48C
RGB: (0,228,140)

Color info

#00E48C contains mainly green color. Web safe color of #00E48C is #00CC99 (or #0C9).

RGB color model

#00E48C color RGB value is (0,228,140).

  • red value is 0;
  • green value is 228;
  • blue value is 140.
RGB:
(0,228,140)
(0%,89%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 228 of 255 = 89%
B 140 of 255 = 55%

0
228
140

R + G + B ~ 48%. #00E48C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 228 + 140 = 368 (100%)
R 0 of 368 ~ 0%
G 228 of 368 ~ 61.96%
B 140 of 368 ~ 38.04%

%61.96
%38.04

CMYK color model

#00E48C color CMYK value is (100,0,39,11).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 10.59%
CMYK:
(100,0,39,11)
C100M0Y39K11 
(100%,0%,39%,11%)
(1.00/0.00/0.39/0.11)	

CMYK percentages

%100
%0
%38.6
%10.59

Codes

Color #00E48C in popluar color models

00E48C
RGB0228140
HSL157°100.00%44.71%
HSB/HSV157°100.00%89.41%
CMYK100.00%0.00%38.60%
10.59%

Color #00E48C in popluar number systems.

HEX00E48C
Decimal0228140
Binary01110010010001100
Octal0344214

Shades and tints

Shades of #00E48C

#00E48C
(0,228,140)
#00D080
(0,208,128)
#00BC74
(0,188,116)
#00A868
(0,168,104)
#00945C
(0,148,92)
#008050
(0,128,80)
#006C44
(0,108,68)
#005838
(0,88,56)
#00442C
(0,68,44)
#003020
(0,48,32)
#001C14
(0,28,20)
#000000
(0,0,0)

Tints of #00E48C

#00E48C
(0,228,140)
#17E696
(23,230,150)
#2EE8A0
(46,232,160)
#45EAAA
(69,234,170)
#5CECB4
(92,236,180)
#73EEBE
(115,238,190)
#8AF0C8
(138,240,200)
#A1F2D2
(161,242,210)
#B8F4DC
(184,244,220)
#CFF6E6
(207,246,230)
#E6F8F0
(230,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00E48C color. Also use rgb(0,228,140) instead hex code.

Text Font Color

.myTextColor { color: #00E48C; }

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

This text font color is #00E48C.


Background Color

.myBgColor { background-color: #00E48C; }

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

This div background color is #00E48C.


Border color

.myBorderColor { border: 1px solid #00E48C; }

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

This div border color is #00E48C.


Opacity

.myOpacity80 { color: #00E48C; opacity: 0.8; }

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

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

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

This text has shadow with #00E48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E48C on black background.


Color preview on white background

This text has color #00E48C on white background.



Black color preview on #00E48C background

This text has black color on #00E48C background.


White color preview on #00E48C background

This text has white color on #00E48C background.