COLOR #94D597

HEX: #94D597
RGB: (148,213,151)

Color info

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

RGB color model

#94D597 color RGB value is (148,213,151).

  • red value is 148;
  • green value is 213;
  • blue value is 151.
RGB:
(148,213,151)
(58%,84%,59%)

RGB channels and saturation

R 148 of 255 = 58%
G 213 of 255 = 84%
B 151 of 255 = 59%

148
213
151

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

Portions of RGB colors in percentages

R + G + B =
148 + 213 + 151 = 512 (100%)
R 148 of 512 ~ 28.91%
G 213 of 512 ~ 41.6%
B 151 of 512 ~ 29.49%

%28.91
%41.6
%29.49

CMYK color model

#94D597 color CMYK value is (31,0,29,16).

  • cyan value is 30.52%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 16.47%
CMYK:
(31,0,29,16)
C31M0Y29K16 
(31%,0%,29%,16%)
(0.31/0.00/0.29/0.16)	

CMYK percentages

%30.52
%0
%29.11
%16.47

Codes

Color #94D597 in popluar color models

94D597
RGB148213151
HSL123°43.62%70.78%
HSB/HSV123°30.52%83.53%
CMYK30.52%0.00%29.11%
16.47%

Color #94D597 in popluar number systems.

HEX94D597
Decimal148213151
Binary100101001101010110010111
Octal224325227

Shades and tints

Shades of #94D597

#94D597
(148,213,151)
#87C28A
(135,194,138)
#7AAF7D
(122,175,125)
#6D9C70
(109,156,112)
#608963
(96,137,99)
#537656
(83,118,86)
#466349
(70,99,73)
#39503C
(57,80,60)
#2C3D2F
(44,61,47)
#1F2A22
(31,42,34)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #94D597

#94D597
(148,213,151)
#9DD8A0
(157,216,160)
#A6DBA9
(166,219,169)
#AFDEB2
(175,222,178)
#B8E1BB
(184,225,187)
#C1E4C4
(193,228,196)
#CAE7CD
(202,231,205)
#D3EAD6
(211,234,214)
#DCEDDF
(220,237,223)
#E5F0E8
(229,240,232)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94D597; }

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

This text font color is #94D597.


Background Color

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

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

This div background color is #94D597.


Border color

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

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

This div border color is #94D597.


Opacity

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

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

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

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

This text has shadow with #94D597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D597 on black background.


Color preview on white background

This text has color #94D597 on white background.



Black color preview on #94D597 background

This text has black color on #94D597 background.


White color preview on #94D597 background

This text has white color on #94D597 background.