COLOR #94D157

HEX: #94D157
RGB: (148,209,87)

Color info

#94D157 contains mainly green color. Web safe color of #94D157 is #99CC66 (or #9C6).

RGB color model

#94D157 color RGB value is (148,209,87).

  • red value is 148;
  • green value is 209;
  • blue value is 87.
RGB:
(148,209,87)
(58%,82%,34%)

RGB channels and saturation

R 148 of 255 = 58%
G 209 of 255 = 82%
B 87 of 255 = 34%

148
209
87

R + G + B ~ 58%. #94D157 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 209 + 87 = 444 (100%)
R 148 of 444 ~ 33.33%
G 209 of 444 ~ 47.07%
B 87 of 444 ~ 19.59%

%33.33
%47.07
%19.59

CMYK color model

#94D157 color CMYK value is (29,0,58,18).

  • cyan value is 29.19%
  • magenta value is 0.00%
  • yellow value is 58.37%
  • key color value is 18.04%
CMYK:
(29,0,58,18)
C29M0Y58K18 
(29%,0%,58%,18%)
(0.29/0.00/0.58/0.18)	

CMYK percentages

%29.19
%0
%58.37
%18.04

Codes

Color #94D157 in popluar color models

94D157
RGB14820987
HSL90°57.01%58.04%
HSB/HSV90°58.37%81.96%
CMYK29.19%0.00%58.37%
18.04%

Color #94D157 in popluar number systems.

HEX94D157
Decimal14820987
Binary10010100110100011010111
Octal224321127

Shades and tints

Shades of #94D157

#94D157
(148,209,87)
#87BE50
(135,190,80)
#7AAB49
(122,171,73)
#6D9842
(109,152,66)
#60853B
(96,133,59)
#537234
(83,114,52)
#465F2D
(70,95,45)
#394C26
(57,76,38)
#2C391F
(44,57,31)
#1F2618
(31,38,24)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #94D157

#94D157
(148,209,87)
#9DD566
(157,213,102)
#A6D975
(166,217,117)
#AFDD84
(175,221,132)
#B8E193
(184,225,147)
#C1E5A2
(193,229,162)
#CAE9B1
(202,233,177)
#D3EDC0
(211,237,192)
#DCF1CF
(220,241,207)
#E5F5DE
(229,245,222)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94D157; }

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

This text font color is #94D157.


Background Color

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

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

This div background color is #94D157.


Border color

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

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

This div border color is #94D157.


Opacity

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

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

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

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

This text has shadow with #94D157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D157 on black background.


Color preview on white background

This text has color #94D157 on white background.



Black color preview on #94D157 background

This text has black color on #94D157 background.


White color preview on #94D157 background

This text has white color on #94D157 background.