COLOR #96F5A5

HEX: #96F5A5
RGB: (150,245,165)

Color info

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

RGB color model

#96F5A5 color RGB value is (150,245,165).

  • red value is 150;
  • green value is 245;
  • blue value is 165.
RGB:
(150,245,165)
(59%,96%,65%)

RGB channels and saturation

R 150 of 255 = 59%
G 245 of 255 = 96%
B 165 of 255 = 65%

150
245
165

R + G + B ~ 73%. #96F5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 245 + 165 = 560 (100%)
R 150 of 560 ~ 26.79%
G 245 of 560 ~ 43.75%
B 165 of 560 ~ 29.46%

%26.79
%43.75
%29.46

CMYK color model

#96F5A5 color CMYK value is (39,0,33,4).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 3.92%
CMYK:
(39,0,33,4)
C39M0Y33K4 
(39%,0%,33%,4%)
(0.39/0.00/0.33/0.04)	

CMYK percentages

%38.78
%0
%32.65
%3.92

Codes

Color #96F5A5 in popluar color models

96F5A5
RGB150245165
HSL129°82.61%77.45%
HSB/HSV129°38.78%96.08%
CMYK38.78%0.00%32.65%
3.92%

Color #96F5A5 in popluar number systems.

HEX96F5A5
Decimal150245165
Binary100101101111010110100101
Octal226365245

Shades and tints

Shades of #96F5A5

#96F5A5
(150,245,165)
#89DF96
(137,223,150)
#7CC987
(124,201,135)
#6FB378
(111,179,120)
#629D69
(98,157,105)
#55875A
(85,135,90)
#48714B
(72,113,75)
#3B5B3C
(59,91,60)
#2E452D
(46,69,45)
#212F1E
(33,47,30)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #96F5A5

#96F5A5
(150,245,165)
#9FF5AD
(159,245,173)
#A8F5B5
(168,245,181)
#B1F5BD
(177,245,189)
#BAF5C5
(186,245,197)
#C3F5CD
(195,245,205)
#CCF5D5
(204,245,213)
#D5F5DD
(213,245,221)
#DEF5E5
(222,245,229)
#E7F5ED
(231,245,237)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96F5A5; }

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

This text font color is #96F5A5.


Background Color

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

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

This div background color is #96F5A5.


Border color

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

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

This div border color is #96F5A5.


Opacity

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

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

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

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

This text has shadow with #96F5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F5A5 on black background.


Color preview on white background

This text has color #96F5A5 on white background.



Black color preview on #96F5A5 background

This text has black color on #96F5A5 background.


White color preview on #96F5A5 background

This text has white color on #96F5A5 background.