COLOR #96C168

HEX: #96C168
RGB: (150,193,104)

Color info

#96C168 contains mainly red and green colors. Web safe color of #96C168 is #99CC66 (or #9C6).

RGB color model

#96C168 color RGB value is (150,193,104).

  • red value is 150;
  • green value is 193;
  • blue value is 104.
RGB:
(150,193,104)
(59%,76%,41%)

RGB channels and saturation

R 150 of 255 = 59%
G 193 of 255 = 76%
B 104 of 255 = 41%

150
193
104

R + G + B ~ 59%. #96C168 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 193 + 104 = 447 (100%)
R 150 of 447 ~ 33.56%
G 193 of 447 ~ 43.18%
B 104 of 447 ~ 23.27%

%33.56
%43.18
%23.27

CMYK color model

#96C168 color CMYK value is (22,0,46,24).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 46.11%
  • key color value is 24.31%
CMYK:
(22,0,46,24)
C22M0Y46K24 
(22%,0%,46%,24%)
(0.22/0.00/0.46/0.24)	

CMYK percentages

%22.28
%0
%46.11
%24.31

Codes

Color #96C168 in popluar color models

96C168
RGB150193104
HSL89°41.78%58.24%
HSB/HSV89°46.11%75.69%
CMYK22.28%0.00%46.11%
24.31%

Color #96C168 in popluar number systems.

HEX96C168
Decimal150193104
Binary10010110110000011101000
Octal226301150

Shades and tints

Shades of #96C168

#96C168
(150,193,104)
#89B05F
(137,176,95)
#7C9F56
(124,159,86)
#6F8E4D
(111,142,77)
#627D44
(98,125,68)
#556C3B
(85,108,59)
#485B32
(72,91,50)
#3B4A29
(59,74,41)
#2E3920
(46,57,32)
#212817
(33,40,23)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #96C168

#96C168
(150,193,104)
#9FC675
(159,198,117)
#A8CB82
(168,203,130)
#B1D08F
(177,208,143)
#BAD59C
(186,213,156)
#C3DAA9
(195,218,169)
#CCDFB6
(204,223,182)
#D5E4C3
(213,228,195)
#DEE9D0
(222,233,208)
#E7EEDD
(231,238,221)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C168 color. Also use rgb(150,193,104) instead hex code.

Text Font Color

.myTextColor { color: #96C168; }

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

This text font color is #96C168.


Background Color

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

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

This div background color is #96C168.


Border color

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

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

This div border color is #96C168.


Opacity

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

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

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

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

This text has shadow with #96C168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C168 on black background.


Color preview on white background

This text has color #96C168 on white background.



Black color preview on #96C168 background

This text has black color on #96C168 background.


White color preview on #96C168 background

This text has white color on #96C168 background.