COLOR #94E194

HEX: #94E194
RGB: (148,225,148)

Color info

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

RGB color model

#94E194 color RGB value is (148,225,148).

  • red value is 148;
  • green value is 225;
  • blue value is 148.
RGB:
(148,225,148)
(58%,88%,58%)

RGB channels and saturation

R 148 of 255 = 58%
G 225 of 255 = 88%
B 148 of 255 = 58%

148
225
148

R + G + B ~ 68%. #94E194 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 225 + 148 = 521 (100%)
R 148 of 521 ~ 28.41%
G 225 of 521 ~ 43.19%
B 148 of 521 ~ 28.41%

%28.41
%43.19
%28.41

CMYK color model

#94E194 color CMYK value is (34,0,34,12).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 34.22%
  • key color value is 11.76%
CMYK:
(34,0,34,12)
C34M0Y34K12 
(34%,0%,34%,12%)
(0.34/0.00/0.34/0.12)	

CMYK percentages

%34.22
%0
%34.22
%11.76

Codes

Color #94E194 in popluar color models

94E194
RGB148225148
HSL120°56.20%73.14%
HSB/HSV120°34.22%88.24%
CMYK34.22%0.00%34.22%
11.76%

Color #94E194 in popluar number systems.

HEX94E194
Decimal148225148
Binary100101001110000110010100
Octal224341224

Shades and tints

Shades of #94E194

#94E194
(148,225,148)
#87CD87
(135,205,135)
#7AB97A
(122,185,122)
#6DA56D
(109,165,109)
#609160
(96,145,96)
#537D53
(83,125,83)
#466946
(70,105,70)
#395539
(57,85,57)
#2C412C
(44,65,44)
#1F2D1F
(31,45,31)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #94E194

#94E194
(148,225,148)
#9DE39D
(157,227,157)
#A6E5A6
(166,229,166)
#AFE7AF
(175,231,175)
#B8E9B8
(184,233,184)
#C1EBC1
(193,235,193)
#CAEDCA
(202,237,202)
#D3EFD3
(211,239,211)
#DCF1DC
(220,241,220)
#E5F3E5
(229,243,229)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E194; }

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

This text font color is #94E194.


Background Color

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

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

This div background color is #94E194.


Border color

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

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

This div border color is #94E194.


Opacity

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

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

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

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

This text has shadow with #94E194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E194 on black background.


Color preview on white background

This text has color #94E194 on white background.



Black color preview on #94E194 background

This text has black color on #94E194 background.


White color preview on #94E194 background

This text has white color on #94E194 background.