COLOR #96C275

HEX: #96C275
RGB: (150,194,117)

Color info

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

RGB color model

#96C275 color RGB value is (150,194,117).

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

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 117 of 255 = 46%

150
194
117

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

Portions of RGB colors in percentages

R + G + B =
150 + 194 + 117 = 461 (100%)
R 150 of 461 ~ 32.54%
G 194 of 461 ~ 42.08%
B 117 of 461 ~ 25.38%

%32.54
%42.08
%25.38

CMYK color model

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

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 39.69%
  • key color value is 23.92%
CMYK:
(23,0,40,24)
C23M0Y40K24 
(23%,0%,40%,24%)
(0.23/0.00/0.40/0.24)	

CMYK percentages

%22.68
%0
%39.69
%23.92

Codes

Color #96C275 in popluar color models

96C275
RGB150194117
HSL94°38.69%60.98%
HSB/HSV94°39.69%76.08%
CMYK22.68%0.00%39.69%
23.92%

Color #96C275 in popluar number systems.

HEX96C275
Decimal150194117
Binary10010110110000101110101
Octal226302165

Shades and tints

Shades of #96C275

#96C275
(150,194,117)
#89B16B
(137,177,107)
#7CA061
(124,160,97)
#6F8F57
(111,143,87)
#627E4D
(98,126,77)
#556D43
(85,109,67)
#485C39
(72,92,57)
#3B4B2F
(59,75,47)
#2E3A25
(46,58,37)
#21291B
(33,41,27)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #96C275

#96C275
(150,194,117)
#9FC781
(159,199,129)
#A8CC8D
(168,204,141)
#B1D199
(177,209,153)
#BAD6A5
(186,214,165)
#C3DBB1
(195,219,177)
#CCE0BD
(204,224,189)
#D5E5C9
(213,229,201)
#DEEAD5
(222,234,213)
#E7EFE1
(231,239,225)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C275; }

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

This text font color is #96C275.


Background Color

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

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

This div background color is #96C275.


Border color

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

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

This div border color is #96C275.


Opacity

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

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

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

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

This text has shadow with #96C275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C275 on black background.


Color preview on white background

This text has color #96C275 on white background.



Black color preview on #96C275 background

This text has black color on #96C275 background.


White color preview on #96C275 background

This text has white color on #96C275 background.