COLOR #04EA92

HEX: #04EA92
RGB: (4,234,146)

Color info

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

RGB color model

#04EA92 color RGB value is (4,234,146).

  • red value is 4;
  • green value is 234;
  • blue value is 146.
RGB:
(4,234,146)
(2%,92%,57%)

RGB channels and saturation

R 4 of 255 = 2%
G 234 of 255 = 92%
B 146 of 255 = 57%

4
234
146

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

Portions of RGB colors in percentages

R + G + B =
4 + 234 + 146 = 384 (100%)
R 4 of 384 ~ 1.04%
G 234 of 384 ~ 60.94%
B 146 of 384 ~ 38.02%

%60.94
%38.02

CMYK color model

#04EA92 color CMYK value is (98,0,38,8).

  • cyan value is 98.29%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 8.24%
CMYK:
(98,0,38,8)
C98M0Y38K8 
(98%,0%,38%,8%)
(0.98/0.00/0.38/0.08)	

CMYK percentages

%98.29
%0
%37.61
%8.24

Codes

Color #04EA92 in popluar color models

04EA92
RGB4234146
HSL157°96.64%46.67%
HSB/HSV157°98.29%91.76%
CMYK98.29%0.00%37.61%
8.24%

Color #04EA92 in popluar number systems.

HEX04EA92
Decimal4234146
Binary1001110101010010010
Octal4352222

Shades and tints

Shades of #04EA92

#04EA92
(4,234,146)
#04D585
(4,213,133)
#04C078
(4,192,120)
#04AB6B
(4,171,107)
#04965E
(4,150,94)
#048151
(4,129,81)
#046C44
(4,108,68)
#045737
(4,87,55)
#04422A
(4,66,42)
#042D1D
(4,45,29)
#041810
(4,24,16)
#000000
(0,0,0)

Tints of #04EA92

#04EA92
(4,234,146)
#1AEB9B
(26,235,155)
#30ECA4
(48,236,164)
#46EDAD
(70,237,173)
#5CEEB6
(92,238,182)
#72EFBF
(114,239,191)
#88F0C8
(136,240,200)
#9EF1D1
(158,241,209)
#B4F2DA
(180,242,218)
#CAF3E3
(202,243,227)
#E0F4EC
(224,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04EA92 color. Also use rgb(4,234,146) instead hex code.

Text Font Color

.myTextColor { color: #04EA92; }

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

This text font color is #04EA92.


Background Color

.myBgColor { background-color: #04EA92; }

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

This div background color is #04EA92.


Border color

.myBorderColor { border: 1px solid #04EA92; }

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

This div border color is #04EA92.


Opacity

.myOpacity80 { color: #04EA92; opacity: 0.8; }

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

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

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

This text has shadow with #04EA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04EA92 on black background.


Color preview on white background

This text has color #04EA92 on white background.



Black color preview on #04EA92 background

This text has black color on #04EA92 background.


White color preview on #04EA92 background

This text has white color on #04EA92 background.