COLOR #94EEA0

HEX: #94EEA0
RGB: (148,238,160)

Color info

#94EEA0 contains mainly green color. Web safe color of #94EEA0 is #99FF99 (or #9F9).

RGB color model

#94EEA0 color RGB value is (148,238,160).

  • red value is 148;
  • green value is 238;
  • blue value is 160.
RGB:
(148,238,160)
(58%,93%,63%)

RGB channels and saturation

R 148 of 255 = 58%
G 238 of 255 = 93%
B 160 of 255 = 63%

148
238
160

R + G + B ~ 71%. #94EEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 238 + 160 = 546 (100%)
R 148 of 546 ~ 27.11%
G 238 of 546 ~ 43.59%
B 160 of 546 ~ 29.3%

%27.11
%43.59
%29.3

CMYK color model

#94EEA0 color CMYK value is (38,0,33,7).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 32.77%
  • key color value is 6.67%
CMYK:
(38,0,33,7)
C38M0Y33K7 
(38%,0%,33%,7%)
(0.38/0.00/0.33/0.07)	

CMYK percentages

%37.82
%0
%32.77
%6.67

Codes

Color #94EEA0 in popluar color models

94EEA0
RGB148238160
HSL128°72.58%75.69%
HSB/HSV128°37.82%93.33%
CMYK37.82%0.00%32.77%
6.67%

Color #94EEA0 in popluar number systems.

HEX94EEA0
Decimal148238160
Binary100101001110111010100000
Octal224356240

Shades and tints

Shades of #94EEA0

#94EEA0
(148,238,160)
#87D992
(135,217,146)
#7AC484
(122,196,132)
#6DAF76
(109,175,118)
#609A68
(96,154,104)
#53855A
(83,133,90)
#46704C
(70,112,76)
#395B3E
(57,91,62)
#2C4630
(44,70,48)
#1F3122
(31,49,34)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #94EEA0

#94EEA0
(148,238,160)
#9DEFA8
(157,239,168)
#A6F0B0
(166,240,176)
#AFF1B8
(175,241,184)
#B8F2C0
(184,242,192)
#C1F3C8
(193,243,200)
#CAF4D0
(202,244,208)
#D3F5D8
(211,245,216)
#DCF6E0
(220,246,224)
#E5F7E8
(229,247,232)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94EEA0 color. Also use rgb(148,238,160) instead hex code.

Text Font Color

.myTextColor { color: #94EEA0; }

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

This text font color is #94EEA0.


Background Color

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

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

This div background color is #94EEA0.


Border color

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

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

This div border color is #94EEA0.


Opacity

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

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

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

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

This text has shadow with #94EEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94EEA0 on black background.


Color preview on white background

This text has color #94EEA0 on white background.



Black color preview on #94EEA0 background

This text has black color on #94EEA0 background.


White color preview on #94EEA0 background

This text has white color on #94EEA0 background.