COLOR #94E38C

HEX: #94E38C
RGB: (148,227,140)

Color info

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

RGB color model

#94E38C color RGB value is (148,227,140).

  • red value is 148;
  • green value is 227;
  • blue value is 140.
RGB:
(148,227,140)
(58%,89%,55%)

RGB channels and saturation

R 148 of 255 = 58%
G 227 of 255 = 89%
B 140 of 255 = 55%

148
227
140

R + G + B ~ 67%. #94E38C is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 227 + 140 = 515 (100%)
R 148 of 515 ~ 28.74%
G 227 of 515 ~ 44.08%
B 140 of 515 ~ 27.18%

%28.74
%44.08
%27.18

CMYK color model

#94E38C color CMYK value is (35,0,38,11).

  • cyan value is 34.80%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 10.98%
CMYK:
(35,0,38,11)
C35M0Y38K11 
(35%,0%,38%,11%)
(0.35/0.00/0.38/0.11)	

CMYK percentages

%34.8
%0
%38.33
%10.98

Codes

Color #94E38C in popluar color models

94E38C
RGB148227140
HSL114°60.84%71.96%
HSB/HSV114°38.33%89.02%
CMYK34.80%0.00%38.33%
10.98%

Color #94E38C in popluar number systems.

HEX94E38C
Decimal148227140
Binary100101001110001110001100
Octal224343214

Shades and tints

Shades of #94E38C

#94E38C
(148,227,140)
#87CF80
(135,207,128)
#7ABB74
(122,187,116)
#6DA768
(109,167,104)
#60935C
(96,147,92)
#537F50
(83,127,80)
#466B44
(70,107,68)
#395738
(57,87,56)
#2C432C
(44,67,44)
#1F2F20
(31,47,32)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #94E38C

#94E38C
(148,227,140)
#9DE596
(157,229,150)
#A6E7A0
(166,231,160)
#AFE9AA
(175,233,170)
#B8EBB4
(184,235,180)
#C1EDBE
(193,237,190)
#CAEFC8
(202,239,200)
#D3F1D2
(211,241,210)
#DCF3DC
(220,243,220)
#E5F5E6
(229,245,230)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E38C color. Also use rgb(148,227,140) instead hex code.

Text Font Color

.myTextColor { color: #94E38C; }

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

This text font color is #94E38C.


Background Color

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

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

This div background color is #94E38C.


Border color

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

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

This div border color is #94E38C.


Opacity

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

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

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

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

This text has shadow with #94E38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E38C on black background.


Color preview on white background

This text has color #94E38C on white background.



Black color preview on #94E38C background

This text has black color on #94E38C background.


White color preview on #94E38C background

This text has white color on #94E38C background.