COLOR #94C496

HEX: #94C496
RGB: (148,196,150)

Color info

#94C496 contains red, green and blue colors in about the same proportion. Web safe color of #94C496 is #99CC99 (or #9C9).

RGB color model

#94C496 color RGB value is (148,196,150).

  • red value is 148;
  • green value is 196;
  • blue value is 150.
RGB:
(148,196,150)
(58%,77%,59%)

RGB channels and saturation

R 148 of 255 = 58%
G 196 of 255 = 77%
B 150 of 255 = 59%

148
196
150

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

Portions of RGB colors in percentages

R + G + B =
148 + 196 + 150 = 494 (100%)
R 148 of 494 ~ 29.96%
G 196 of 494 ~ 39.68%
B 150 of 494 ~ 30.36%

%29.96
%39.68
%30.36

CMYK color model

#94C496 color CMYK value is (24,0,23,23).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK:
(24,0,23,23)
C24M0Y23K23 
(24%,0%,23%,23%)
(0.24/0.00/0.23/0.23)	

CMYK percentages

%24.49
%0
%23.47
%23.14

Codes

Color #94C496 in popluar color models

94C496
RGB148196150
HSL123°28.92%67.45%
HSB/HSV123°24.49%76.86%
CMYK24.49%0.00%23.47%
23.14%

Color #94C496 in popluar number systems.

HEX94C496
Decimal148196150
Binary100101001100010010010110
Octal224304226

Shades and tints

Shades of #94C496

#94C496
(148,196,150)
#87B389
(135,179,137)
#7AA27C
(122,162,124)
#6D916F
(109,145,111)
#608062
(96,128,98)
#536F55
(83,111,85)
#465E48
(70,94,72)
#394D3B
(57,77,59)
#2C3C2E
(44,60,46)
#1F2B21
(31,43,33)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #94C496

#94C496
(148,196,150)
#9DC99F
(157,201,159)
#A6CEA8
(166,206,168)
#AFD3B1
(175,211,177)
#B8D8BA
(184,216,186)
#C1DDC3
(193,221,195)
#CAE2CC
(202,226,204)
#D3E7D5
(211,231,213)
#DCECDE
(220,236,222)
#E5F1E7
(229,241,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C496; }

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

This text font color is #94C496.


Background Color

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

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

This div background color is #94C496.


Border color

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

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

This div border color is #94C496.


Opacity

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

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

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

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

This text has shadow with #94C496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C496 on black background.


Color preview on white background

This text has color #94C496 on white background.



Black color preview on #94C496 background

This text has black color on #94C496 background.


White color preview on #94C496 background

This text has white color on #94C496 background.