COLOR #96C294

HEX: #96C294
RGB: (150,194,148)

Color info

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

RGB color model

#96C294 color RGB value is (150,194,148).

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

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 148 of 255 = 58%

150
194
148

R + G + B ~ 64%. #96C294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 194 + 148 = 492 (100%)
R 150 of 492 ~ 30.49%
G 194 of 492 ~ 39.43%
B 148 of 492 ~ 30.08%

%30.49
%39.43
%30.08

CMYK color model

#96C294 color CMYK value is (23,0,24,24).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 23.92%
CMYK:
(23,0,24,24)
C23M0Y24K24 
(23%,0%,24%,24%)
(0.23/0.00/0.24/0.24)	

CMYK percentages

%22.68
%0
%23.71
%23.92

Codes

Color #96C294 in popluar color models

96C294
RGB150194148
HSL117°27.38%67.06%
HSB/HSV117°23.71%76.08%
CMYK22.68%0.00%23.71%
23.92%

Color #96C294 in popluar number systems.

HEX96C294
Decimal150194148
Binary100101101100001010010100
Octal226302224

Shades and tints

Shades of #96C294

#96C294
(150,194,148)
#89B187
(137,177,135)
#7CA07A
(124,160,122)
#6F8F6D
(111,143,109)
#627E60
(98,126,96)
#556D53
(85,109,83)
#485C46
(72,92,70)
#3B4B39
(59,75,57)
#2E3A2C
(46,58,44)
#21291F
(33,41,31)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96C294

#96C294
(150,194,148)
#9FC79D
(159,199,157)
#A8CCA6
(168,204,166)
#B1D1AF
(177,209,175)
#BAD6B8
(186,214,184)
#C3DBC1
(195,219,193)
#CCE0CA
(204,224,202)
#D5E5D3
(213,229,211)
#DEEADC
(222,234,220)
#E7EFE5
(231,239,229)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C294 color. Also use rgb(150,194,148) instead hex code.

Text Font Color

.myTextColor { color: #96C294; }

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

This text font color is #96C294.


Background Color

.myBgColor { background-color: #96C294; }

<div style="background-color:#96C294">Inner text</div>

This div background color is #96C294.


Border color

.myBorderColor { border: 1px solid #96C294; }

<div style="border:3px solid #96C294">Div</div>

This div border color is #96C294.


Opacity

.myOpacity80 { color: #96C294; opacity: 0.8; }

<p style="color:#96C294;opacity:0.8;">80%</p>

Text with #96C294 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 #96C294;}

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

This text has shadow with #96C294 color.

.textShadow {text-shadow: 3px 3px 1px #96C294, 3px 3px 1px red;}

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

This text has shadow with #96C294 primary color and red secondary color.


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

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

This text has shadow with #96C294 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C294 on black background.


Color preview on white background

This text has color #96C294 on white background.



Black color preview on #96C294 background

This text has black color on #96C294 background.


White color preview on #96C294 background

This text has white color on #96C294 background.