COLOR #96D163

HEX: #96D163
RGB: (150,209,99)

Color info

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

RGB color model

#96D163 color RGB value is (150,209,99).

  • red value is 150;
  • green value is 209;
  • blue value is 99.
RGB:
(150,209,99)
(59%,82%,39%)

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 99 of 255 = 39%

150
209
99

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

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 99 = 458 (100%)
R 150 of 458 ~ 32.75%
G 209 of 458 ~ 45.63%
B 99 of 458 ~ 21.62%

%32.75
%45.63
%21.62

CMYK color model

#96D163 color CMYK value is (28,0,53,18).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 18.04%
CMYK:
(28,0,53,18)
C28M0Y53K18 
(28%,0%,53%,18%)
(0.28/0.00/0.53/0.18)	

CMYK percentages

%28.23
%0
%52.63
%18.04

Codes

Color #96D163 in popluar color models

96D163
RGB15020999
HSL92°54.46%60.39%
HSB/HSV92°52.63%81.96%
CMYK28.23%0.00%52.63%
18.04%

Color #96D163 in popluar number systems.

HEX96D163
Decimal15020999
Binary10010110110100011100011
Octal226321143

Shades and tints

Shades of #96D163

#96D163
(150,209,99)
#89BE5A
(137,190,90)
#7CAB51
(124,171,81)
#6F9848
(111,152,72)
#62853F
(98,133,63)
#557236
(85,114,54)
#485F2D
(72,95,45)
#3B4C24
(59,76,36)
#2E391B
(46,57,27)
#212612
(33,38,18)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #96D163

#96D163
(150,209,99)
#9FD571
(159,213,113)
#A8D97F
(168,217,127)
#B1DD8D
(177,221,141)
#BAE19B
(186,225,155)
#C3E5A9
(195,229,169)
#CCE9B7
(204,233,183)
#D5EDC5
(213,237,197)
#DEF1D3
(222,241,211)
#E7F5E1
(231,245,225)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D163 color. Also use rgb(150,209,99) instead hex code.

Text Font Color

.myTextColor { color: #96D163; }

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

This text font color is #96D163.


Background Color

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

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

This div background color is #96D163.


Border color

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

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

This div border color is #96D163.


Opacity

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

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

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

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

This text has shadow with #96D163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D163 on black background.


Color preview on white background

This text has color #96D163 on white background.



Black color preview on #96D163 background

This text has black color on #96D163 background.


White color preview on #96D163 background

This text has white color on #96D163 background.