COLOR #96F95A

HEX: #96F95A
RGB: (150,249,90)

Color info

#96F95A contains mainly green color. Web safe color of #96F95A is #99FF66 (or #9F6).

RGB color model

#96F95A color RGB value is (150,249,90).

  • red value is 150;
  • green value is 249;
  • blue value is 90.
RGB:
(150,249,90)
(59%,98%,35%)

RGB channels and saturation

R 150 of 255 = 59%
G 249 of 255 = 98%
B 90 of 255 = 35%

150
249
90

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

Portions of RGB colors in percentages

R + G + B =
150 + 249 + 90 = 489 (100%)
R 150 of 489 ~ 30.67%
G 249 of 489 ~ 50.92%
B 90 of 489 ~ 18.4%

%30.67
%50.92
%18.4

CMYK color model

#96F95A color CMYK value is (40,0,64,2).

  • cyan value is 39.76%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 2.35%
CMYK:
(40,0,64,2)
C40M0Y64K2 
(40%,0%,64%,2%)
(0.40/0.00/0.64/0.02)	

CMYK percentages

%39.76
%0
%63.86
%2.35

Codes

Color #96F95A in popluar color models

96F95A
RGB15024990
HSL97°92.98%66.47%
HSB/HSV97°63.86%97.65%
CMYK39.76%0.00%63.86%
2.35%

Color #96F95A in popluar number systems.

HEX96F95A
Decimal15024990
Binary10010110111110011011010
Octal226371132

Shades and tints

Shades of #96F95A

#96F95A
(150,249,90)
#89E352
(137,227,82)
#7CCD4A
(124,205,74)
#6FB742
(111,183,66)
#62A13A
(98,161,58)
#558B32
(85,139,50)
#48752A
(72,117,42)
#3B5F22
(59,95,34)
#2E491A
(46,73,26)
#213312
(33,51,18)
#141D0A
(20,29,10)
#000000
(0,0,0)

Tints of #96F95A

#96F95A
(150,249,90)
#9FF969
(159,249,105)
#A8F978
(168,249,120)
#B1F987
(177,249,135)
#BAF996
(186,249,150)
#C3F9A5
(195,249,165)
#CCF9B4
(204,249,180)
#D5F9C3
(213,249,195)
#DEF9D2
(222,249,210)
#E7F9E1
(231,249,225)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96F95A; }

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

This text font color is #96F95A.


Background Color

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

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

This div background color is #96F95A.


Border color

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

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

This div border color is #96F95A.


Opacity

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

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

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

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

This text has shadow with #96F95A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F95A on black background.


Color preview on white background

This text has color #96F95A on white background.



Black color preview on #96F95A background

This text has black color on #96F95A background.


White color preview on #96F95A background

This text has white color on #96F95A background.