COLOR #94E48C

HEX: #94E48C
RGB: (148,228,140)

Color info

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

RGB color model

#94E48C color RGB value is (148,228,140).

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

RGB channels and saturation

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

148
228
140

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

Portions of RGB colors in percentages

R + G + B =
148 + 228 + 140 = 516 (100%)
R 148 of 516 ~ 28.68%
G 228 of 516 ~ 44.19%
B 140 of 516 ~ 27.13%

%28.68
%44.19
%27.13

CMYK color model

#94E48C color CMYK value is (35,0,39,11).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 10.59%
CMYK:
(35,0,39,11)
C35M0Y39K11 
(35%,0%,39%,11%)
(0.35/0.00/0.39/0.11)	

CMYK percentages

%35.09
%0
%38.6
%10.59

Codes

Color #94E48C in popluar color models

94E48C
RGB148228140
HSL115°61.97%72.16%
HSB/HSV115°38.60%89.41%
CMYK35.09%0.00%38.60%
10.59%

Color #94E48C in popluar number systems.

HEX94E48C
Decimal148228140
Binary100101001110010010001100
Octal224344214

Shades and tints

Shades of #94E48C

#94E48C
(148,228,140)
#87D080
(135,208,128)
#7ABC74
(122,188,116)
#6DA868
(109,168,104)
#60945C
(96,148,92)
#538050
(83,128,80)
#466C44
(70,108,68)
#395838
(57,88,56)
#2C442C
(44,68,44)
#1F3020
(31,48,32)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #94E48C

#94E48C
(148,228,140)
#9DE696
(157,230,150)
#A6E8A0
(166,232,160)
#AFEAAA
(175,234,170)
#B8ECB4
(184,236,180)
#C1EEBE
(193,238,190)
#CAF0C8
(202,240,200)
#D3F2D2
(211,242,210)
#DCF4DC
(220,244,220)
#E5F6E6
(229,246,230)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E48C; }

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

This text font color is #94E48C.


Background Color

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

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

This div background color is #94E48C.


Border color

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

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

This div border color is #94E48C.


Opacity

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

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

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

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

This text has shadow with #94E48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E48C on black background.


Color preview on white background

This text has color #94E48C on white background.



Black color preview on #94E48C background

This text has black color on #94E48C background.


White color preview on #94E48C background

This text has white color on #94E48C background.