COLOR #96C492

HEX: #96C492
RGB: (150,196,146)

Color info

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

RGB color model

#96C492 color RGB value is (150,196,146).

  • red value is 150;
  • green value is 196;
  • blue value is 146.
RGB:
(150,196,146)
(59%,77%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 196 of 255 = 77%
B 146 of 255 = 57%

150
196
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 196 + 146 = 492 (100%)
R 150 of 492 ~ 30.49%
G 196 of 492 ~ 39.84%
B 146 of 492 ~ 29.67%

%30.49
%39.84
%29.67

CMYK color model

#96C492 color CMYK value is (23,0,26,23).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 23.14%
CMYK:
(23,0,26,23)
C23M0Y26K23 
(23%,0%,26%,23%)
(0.23/0.00/0.26/0.23)	

CMYK percentages

%23.47
%0
%25.51
%23.14

Codes

Color #96C492 in popluar color models

96C492
RGB150196146
HSL115°29.76%67.06%
HSB/HSV115°25.51%76.86%
CMYK23.47%0.00%25.51%
23.14%

Color #96C492 in popluar number systems.

HEX96C492
Decimal150196146
Binary100101101100010010010010
Octal226304222

Shades and tints

Shades of #96C492

#96C492
(150,196,146)
#89B385
(137,179,133)
#7CA278
(124,162,120)
#6F916B
(111,145,107)
#62805E
(98,128,94)
#556F51
(85,111,81)
#485E44
(72,94,68)
#3B4D37
(59,77,55)
#2E3C2A
(46,60,42)
#212B1D
(33,43,29)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #96C492

#96C492
(150,196,146)
#9FC99B
(159,201,155)
#A8CEA4
(168,206,164)
#B1D3AD
(177,211,173)
#BAD8B6
(186,216,182)
#C3DDBF
(195,221,191)
#CCE2C8
(204,226,200)
#D5E7D1
(213,231,209)
#DEECDA
(222,236,218)
#E7F1E3
(231,241,227)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C492 color. Also use rgb(150,196,146) instead hex code.

Text Font Color

.myTextColor { color: #96C492; }

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

This text font color is #96C492.


Background Color

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

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

This div background color is #96C492.


Border color

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

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

This div border color is #96C492.


Opacity

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

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

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

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

This text has shadow with #96C492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C492 on black background.


Color preview on white background

This text has color #96C492 on white background.



Black color preview on #96C492 background

This text has black color on #96C492 background.


White color preview on #96C492 background

This text has white color on #96C492 background.