COLOR #94E4A0

HEX: #94E4A0
RGB: (148,228,160)

Color info

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

RGB color model

#94E4A0 color RGB value is (148,228,160).

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

RGB channels and saturation

R 148 of 255 = 58%
G 228 of 255 = 89%
B 160 of 255 = 63%

148
228
160

R + G + B ~ 70%. #94E4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 228 + 160 = 536 (100%)
R 148 of 536 ~ 27.61%
G 228 of 536 ~ 42.54%
B 160 of 536 ~ 29.85%

%27.61
%42.54
%29.85

CMYK color model

#94E4A0 color CMYK value is (35,0,30,11).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(35,0,30,11)
C35M0Y30K11 
(35%,0%,30%,11%)
(0.35/0.00/0.30/0.11)	

CMYK percentages

%35.09
%0
%29.82
%10.59

Codes

Color #94E4A0 in popluar color models

94E4A0
RGB148228160
HSL129°59.70%73.73%
HSB/HSV129°35.09%89.41%
CMYK35.09%0.00%29.82%
10.59%

Color #94E4A0 in popluar number systems.

HEX94E4A0
Decimal148228160
Binary100101001110010010100000
Octal224344240

Shades and tints

Shades of #94E4A0

#94E4A0
(148,228,160)
#87D092
(135,208,146)
#7ABC84
(122,188,132)
#6DA876
(109,168,118)
#609468
(96,148,104)
#53805A
(83,128,90)
#466C4C
(70,108,76)
#39583E
(57,88,62)
#2C4430
(44,68,48)
#1F3022
(31,48,34)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #94E4A0

#94E4A0
(148,228,160)
#9DE6A8
(157,230,168)
#A6E8B0
(166,232,176)
#AFEAB8
(175,234,184)
#B8ECC0
(184,236,192)
#C1EEC8
(193,238,200)
#CAF0D0
(202,240,208)
#D3F2D8
(211,242,216)
#DCF4E0
(220,244,224)
#E5F6E8
(229,246,232)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E4A0; }

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

This text font color is #94E4A0.


Background Color

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

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

This div background color is #94E4A0.


Border color

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

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

This div border color is #94E4A0.


Opacity

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

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

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

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

This text has shadow with #94E4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E4A0 on black background.


Color preview on white background

This text has color #94E4A0 on white background.



Black color preview on #94E4A0 background

This text has black color on #94E4A0 background.


White color preview on #94E4A0 background

This text has white color on #94E4A0 background.