COLOR #94D489

HEX: #94D489
RGB: (148,212,137)

Color info

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

RGB color model

#94D489 color RGB value is (148,212,137).

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

RGB channels and saturation

R 148 of 255 = 58%
G 212 of 255 = 83%
B 137 of 255 = 54%

148
212
137

R + G + B ~ 65%. #94D489 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 212 + 137 = 497 (100%)
R 148 of 497 ~ 29.78%
G 212 of 497 ~ 42.66%
B 137 of 497 ~ 27.57%

%29.78
%42.66
%27.57

CMYK color model

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

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 16.86%
CMYK:
(30,0,35,17)
C30M0Y35K17 
(30%,0%,35%,17%)
(0.30/0.00/0.35/0.17)	

CMYK percentages

%30.19
%0
%35.38
%16.86

Codes

Color #94D489 in popluar color models

94D489
RGB148212137
HSL111°46.58%68.43%
HSB/HSV111°35.38%83.14%
CMYK30.19%0.00%35.38%
16.86%

Color #94D489 in popluar number systems.

HEX94D489
Decimal148212137
Binary100101001101010010001001
Octal224324211

Shades and tints

Shades of #94D489

#94D489
(148,212,137)
#87C17D
(135,193,125)
#7AAE71
(122,174,113)
#6D9B65
(109,155,101)
#608859
(96,136,89)
#53754D
(83,117,77)
#466241
(70,98,65)
#394F35
(57,79,53)
#2C3C29
(44,60,41)
#1F291D
(31,41,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #94D489

#94D489
(148,212,137)
#9DD793
(157,215,147)
#A6DA9D
(166,218,157)
#AFDDA7
(175,221,167)
#B8E0B1
(184,224,177)
#C1E3BB
(193,227,187)
#CAE6C5
(202,230,197)
#D3E9CF
(211,233,207)
#DCECD9
(220,236,217)
#E5EFE3
(229,239,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94D489; }

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

This text font color is #94D489.


Background Color

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

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

This div background color is #94D489.


Border color

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

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

This div border color is #94D489.


Opacity

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

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

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

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

This text has shadow with #94D489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D489 on black background.


Color preview on white background

This text has color #94D489 on white background.



Black color preview on #94D489 background

This text has black color on #94D489 background.


White color preview on #94D489 background

This text has white color on #94D489 background.