COLOR #96C36B

HEX: #96C36B
RGB: (150,195,107)

Color info

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

RGB color model

#96C36B color RGB value is (150,195,107).

  • red value is 150;
  • green value is 195;
  • blue value is 107.
RGB: (150,195,107) (59%,76%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 195 of 255 = 76%
B 107 of 255 = 42%

150
195
107

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

Portions of RGB colors in percentages

R + G + B =
150 + 195 + 107 = 452 (100%)
R 150 of 452 ~ 33.19%
G 195 of 452 ~ 43.14%
B 107 of 452 ~ 23.67%

%33.19
%43.14
%23.67

CMYK color model

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

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 45.13%
  • key color value is 23.53%
CMYK: (23,0,45,24) C23M0Y45K24 (23%,0%,45%,24%) (0.23/0.00/0.45/0.24)

CMYK percentages

%23.08
%0
%45.13
%23.53

Codes

Color #96C36B in popluar color models

96C36B
RGB150195107
HSL91°42.31%59.22%
HSB/HSV91°45.13%76.47%
CMYK23.08%0.00%45.13%
23.53%

Color #96C36B in popluar number systems.

HEX96C36B
Decimal150195107
Binary10010110110000111101011
Octal226303153

Shades and tints

Shades of #96C36B

#96C36B
(150,195,107)
#89B262
(137,178,98)
#7CA159
(124,161,89)
#6F9050
(111,144,80)
#627F47
(98,127,71)
#556E3E
(85,110,62)
#485D35
(72,93,53)
#3B4C2C
(59,76,44)
#2E3B23
(46,59,35)
#212A1A
(33,42,26)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #96C36B

#96C36B
(150,195,107)
#9FC878
(159,200,120)
#A8CD85
(168,205,133)
#B1D292
(177,210,146)
#BAD79F
(186,215,159)
#C3DCAC
(195,220,172)
#CCE1B9
(204,225,185)
#D5E6C6
(213,230,198)
#DEEBD3
(222,235,211)
#E7F0E0
(231,240,224)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C36B color. Also use rgb(150,195,107) instead hex code.

Text Font Color

.myTextColor { color: #96C36B; }

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

This text font color is #96C36B.


Background Color

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

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

This div background color is #96C36B.


Border color

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

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

This div border color is #96C36B.


Opacity

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

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

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

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

This text has shadow with #96C36B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #96C36B on black background.


Color preview on white background

This text has color #96C36B on white background.



Black color preview on #96C36B background

This text has black color on #96C36B background.


White color preview on #96C36B background

This text has white color on #96C36B background.