COLOR #94E5A1

HEX: #94E5A1
RGB: (148,229,161)

Color info

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

RGB color model

#94E5A1 color RGB value is (148,229,161).

  • red value is 148;
  • green value is 229;
  • blue value is 161.
RGB:
(148,229,161)
(58%,90%,63%)

RGB channels and saturation

R 148 of 255 = 58%
G 229 of 255 = 90%
B 161 of 255 = 63%

148
229
161

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

Portions of RGB colors in percentages

R + G + B =
148 + 229 + 161 = 538 (100%)
R 148 of 538 ~ 27.51%
G 229 of 538 ~ 42.57%
B 161 of 538 ~ 29.93%

%27.51
%42.57
%29.93

CMYK color model

#94E5A1 color CMYK value is (35,0,30,10).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 29.69%
  • key color value is 10.20%
CMYK:
(35,0,30,10)
C35M0Y30K10 
(35%,0%,30%,10%)
(0.35/0.00/0.30/0.10)	

CMYK percentages

%35.37
%0
%29.69
%10.2

Codes

Color #94E5A1 in popluar color models

94E5A1
RGB148229161
HSL130°60.90%73.92%
HSB/HSV130°35.37%89.80%
CMYK35.37%0.00%29.69%
10.20%

Color #94E5A1 in popluar number systems.

HEX94E5A1
Decimal148229161
Binary100101001110010110100001
Octal224345241

Shades and tints

Shades of #94E5A1

#94E5A1
(148,229,161)
#87D193
(135,209,147)
#7ABD85
(122,189,133)
#6DA977
(109,169,119)
#609569
(96,149,105)
#53815B
(83,129,91)
#466D4D
(70,109,77)
#39593F
(57,89,63)
#2C4531
(44,69,49)
#1F3123
(31,49,35)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #94E5A1

#94E5A1
(148,229,161)
#9DE7A9
(157,231,169)
#A6E9B1
(166,233,177)
#AFEBB9
(175,235,185)
#B8EDC1
(184,237,193)
#C1EFC9
(193,239,201)
#CAF1D1
(202,241,209)
#D3F3D9
(211,243,217)
#DCF5E1
(220,245,225)
#E5F7E9
(229,247,233)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E5A1 color. Also use rgb(148,229,161) instead hex code.

Text Font Color

.myTextColor { color: #94E5A1; }

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

This text font color is #94E5A1.


Background Color

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

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

This div background color is #94E5A1.


Border color

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

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

This div border color is #94E5A1.


Opacity

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

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

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

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

This text has shadow with #94E5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E5A1 on black background.


Color preview on white background

This text has color #94E5A1 on white background.



Black color preview on #94E5A1 background

This text has black color on #94E5A1 background.


White color preview on #94E5A1 background

This text has white color on #94E5A1 background.