COLOR #94D394

HEX: #94D394
RGB: (148,211,148)

Color info

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

RGB color model

#94D394 color RGB value is (148,211,148).

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

RGB channels and saturation

R 148 of 255 = 58%
G 211 of 255 = 83%
B 148 of 255 = 58%

148
211
148

R + G + B ~ 66%. #94D394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 211 + 148 = 507 (100%)
R 148 of 507 ~ 29.19%
G 211 of 507 ~ 41.62%
B 148 of 507 ~ 29.19%

%29.19
%41.62
%29.19

CMYK color model

#94D394 color CMYK value is (30,0,30,17).

  • cyan value is 29.86%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 17.25%
CMYK:
(30,0,30,17)
C30M0Y30K17 
(30%,0%,30%,17%)
(0.30/0.00/0.30/0.17)	

CMYK percentages

%29.86
%0
%29.86
%17.25

Codes

Color #94D394 in popluar color models

94D394
RGB148211148
HSL120°41.72%70.39%
HSB/HSV120°29.86%82.75%
CMYK29.86%0.00%29.86%
17.25%

Color #94D394 in popluar number systems.

HEX94D394
Decimal148211148
Binary100101001101001110010100
Octal224323224

Shades and tints

Shades of #94D394

#94D394
(148,211,148)
#87C087
(135,192,135)
#7AAD7A
(122,173,122)
#6D9A6D
(109,154,109)
#608760
(96,135,96)
#537453
(83,116,83)
#466146
(70,97,70)
#394E39
(57,78,57)
#2C3B2C
(44,59,44)
#1F281F
(31,40,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #94D394

#94D394
(148,211,148)
#9DD79D
(157,215,157)
#A6DBA6
(166,219,166)
#AFDFAF
(175,223,175)
#B8E3B8
(184,227,184)
#C1E7C1
(193,231,193)
#CAEBCA
(202,235,202)
#D3EFD3
(211,239,211)
#DCF3DC
(220,243,220)
#E5F7E5
(229,247,229)
#EEFBEE
(238,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94D394; }

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

This text font color is #94D394.


Background Color

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

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

This div background color is #94D394.


Border color

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

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

This div border color is #94D394.


Opacity

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

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

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

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

This text has shadow with #94D394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D394 on black background.


Color preview on white background

This text has color #94D394 on white background.



Black color preview on #94D394 background

This text has black color on #94D394 background.


White color preview on #94D394 background

This text has white color on #94D394 background.