COLOR #96C298

HEX: #96C298
RGB: (150,194,152)

Color info

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

RGB color model

#96C298 color RGB value is (150,194,152).

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

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 152 of 255 = 60%

150
194
152

R + G + B ~ 65%. #96C298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 194 + 152 = 496 (100%)
R 150 of 496 ~ 30.24%
G 194 of 496 ~ 39.11%
B 152 of 496 ~ 30.65%

%30.24
%39.11
%30.65

CMYK color model

#96C298 color CMYK value is (23,0,22,24).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 23.92%
CMYK:
(23,0,22,24)
C23M0Y22K24 
(23%,0%,22%,24%)
(0.23/0.00/0.22/0.24)	

CMYK percentages

%22.68
%0
%21.65
%23.92

Codes

Color #96C298 in popluar color models

96C298
RGB150194152
HSL123°26.51%67.45%
HSB/HSV123°22.68%76.08%
CMYK22.68%0.00%21.65%
23.92%

Color #96C298 in popluar number systems.

HEX96C298
Decimal150194152
Binary100101101100001010011000
Octal226302230

Shades and tints

Shades of #96C298

#96C298
(150,194,152)
#89B18B
(137,177,139)
#7CA07E
(124,160,126)
#6F8F71
(111,143,113)
#627E64
(98,126,100)
#556D57
(85,109,87)
#485C4A
(72,92,74)
#3B4B3D
(59,75,61)
#2E3A30
(46,58,48)
#212923
(33,41,35)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #96C298

#96C298
(150,194,152)
#9FC7A1
(159,199,161)
#A8CCAA
(168,204,170)
#B1D1B3
(177,209,179)
#BAD6BC
(186,214,188)
#C3DBC5
(195,219,197)
#CCE0CE
(204,224,206)
#D5E5D7
(213,229,215)
#DEEAE0
(222,234,224)
#E7EFE9
(231,239,233)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C298; }

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

This text font color is #96C298.


Background Color

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

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

This div background color is #96C298.


Border color

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

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

This div border color is #96C298.


Opacity

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

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

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

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

This text has shadow with #96C298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C298 on black background.


Color preview on white background

This text has color #96C298 on white background.



Black color preview on #96C298 background

This text has black color on #96C298 background.


White color preview on #96C298 background

This text has white color on #96C298 background.