COLOR #94E09E

HEX: #94E09E
RGB: (148,224,158)

Color info

#94E09E contains mainly green color. Web safe color of #94E09E is #99CC99 (or #9C9).

RGB color model

#94E09E color RGB value is (148,224,158).

  • red value is 148;
  • green value is 224;
  • blue value is 158.
RGB:
(148,224,158)
(58%,88%,62%)

RGB channels and saturation

R 148 of 255 = 58%
G 224 of 255 = 88%
B 158 of 255 = 62%

148
224
158

R + G + B ~ 69%. #94E09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 224 + 158 = 530 (100%)
R 148 of 530 ~ 27.92%
G 224 of 530 ~ 42.26%
B 158 of 530 ~ 29.81%

%27.92
%42.26
%29.81

CMYK color model

#94E09E color CMYK value is (34,0,29,12).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 12.16%
CMYK:
(34,0,29,12)
C34M0Y29K12 
(34%,0%,29%,12%)
(0.34/0.00/0.29/0.12)	

CMYK percentages

%33.93
%0
%29.46
%12.16

Codes

Color #94E09E in popluar color models

94E09E
RGB148224158
HSL128°55.07%72.94%
HSB/HSV128°33.93%87.84%
CMYK33.93%0.00%29.46%
12.16%

Color #94E09E in popluar number systems.

HEX94E09E
Decimal148224158
Binary100101001110000010011110
Octal224340236

Shades and tints

Shades of #94E09E

#94E09E
(148,224,158)
#87CC90
(135,204,144)
#7AB882
(122,184,130)
#6DA474
(109,164,116)
#609066
(96,144,102)
#537C58
(83,124,88)
#46684A
(70,104,74)
#39543C
(57,84,60)
#2C402E
(44,64,46)
#1F2C20
(31,44,32)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #94E09E

#94E09E
(148,224,158)
#9DE2A6
(157,226,166)
#A6E4AE
(166,228,174)
#AFE6B6
(175,230,182)
#B8E8BE
(184,232,190)
#C1EAC6
(193,234,198)
#CAECCE
(202,236,206)
#D3EED6
(211,238,214)
#DCF0DE
(220,240,222)
#E5F2E6
(229,242,230)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E09E color. Also use rgb(148,224,158) instead hex code.

Text Font Color

.myTextColor { color: #94E09E; }

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

This text font color is #94E09E.


Background Color

.myBgColor { background-color: #94E09E; }

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

This div background color is #94E09E.


Border color

.myBorderColor { border: 1px solid #94E09E; }

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

This div border color is #94E09E.


Opacity

.myOpacity80 { color: #94E09E; opacity: 0.8; }

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

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

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

This text has shadow with #94E09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E09E on black background.


Color preview on white background

This text has color #94E09E on white background.



Black color preview on #94E09E background

This text has black color on #94E09E background.


White color preview on #94E09E background

This text has white color on #94E09E background.