COLOR #96F196

HEX: #96F196
RGB: (150,241,150)

Color info

#96F196 contains mainly green color. Web safe color of #96F196 is #99FF99 (or #9F9).

RGB color model

#96F196 color RGB value is (150,241,150).

  • red value is 150;
  • green value is 241;
  • blue value is 150.
RGB:
(150,241,150)
(59%,95%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 241 of 255 = 95%
B 150 of 255 = 59%

150
241
150

R + G + B ~ 71%. #96F196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 241 + 150 = 541 (100%)
R 150 of 541 ~ 27.73%
G 241 of 541 ~ 44.55%
B 150 of 541 ~ 27.73%

%27.73
%44.55
%27.73

CMYK color model

#96F196 color CMYK value is (38,0,38,5).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 5.49%
CMYK:
(38,0,38,5)
C38M0Y38K5 
(38%,0%,38%,5%)
(0.38/0.00/0.38/0.05)	

CMYK percentages

%37.76
%0
%37.76
%5.49

Codes

Color #96F196 in popluar color models

96F196
RGB150241150
HSL120°76.47%76.67%
HSB/HSV120°37.76%94.51%
CMYK37.76%0.00%37.76%
5.49%

Color #96F196 in popluar number systems.

HEX96F196
Decimal150241150
Binary100101101111000110010110
Octal226361226

Shades and tints

Shades of #96F196

#96F196
(150,241,150)
#89DC89
(137,220,137)
#7CC77C
(124,199,124)
#6FB26F
(111,178,111)
#629D62
(98,157,98)
#558855
(85,136,85)
#487348
(72,115,72)
#3B5E3B
(59,94,59)
#2E492E
(46,73,46)
#213421
(33,52,33)
#141F14
(20,31,20)
#000000
(0,0,0)

Tints of #96F196

#96F196
(150,241,150)
#9FF29F
(159,242,159)
#A8F3A8
(168,243,168)
#B1F4B1
(177,244,177)
#BAF5BA
(186,245,186)
#C3F6C3
(195,246,195)
#CCF7CC
(204,247,204)
#D5F8D5
(213,248,213)
#DEF9DE
(222,249,222)
#E7FAE7
(231,250,231)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96F196; }

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

This text font color is #96F196.


Background Color

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

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

This div background color is #96F196.


Border color

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

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

This div border color is #96F196.


Opacity

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

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

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

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

This text has shadow with #96F196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F196 on black background.


Color preview on white background

This text has color #96F196 on white background.



Black color preview on #96F196 background

This text has black color on #96F196 background.


White color preview on #96F196 background

This text has white color on #96F196 background.