COLOR #96FDAF

HEX: #96FDAF
RGB: (150,253,175)

Color info

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

RGB color model

#96FDAF color RGB value is (150,253,175).

  • red value is 150;
  • green value is 253;
  • blue value is 175.
RGB:
(150,253,175)
(59%,99%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 253 of 255 = 99%
B 175 of 255 = 69%

150
253
175

R + G + B ~ 76%. #96FDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 253 + 175 = 578 (100%)
R 150 of 578 ~ 25.95%
G 253 of 578 ~ 43.77%
B 175 of 578 ~ 30.28%

%25.95
%43.77
%30.28

CMYK color model

#96FDAF color CMYK value is (41,0,31,1).

  • cyan value is 40.71%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 0.78%
CMYK:
(41,0,31,1)
C41M0Y31K1 
(41%,0%,31%,1%)
(0.41/0.00/0.31/0.01)	

CMYK percentages

%40.71
%0
%30.83
%0.78

Codes

Color #96FDAF in popluar color models

96FDAF
RGB150253175
HSL135°96.26%79.02%
HSB/HSV135°40.71%99.22%
CMYK40.71%0.00%30.83%
0.78%

Color #96FDAF in popluar number systems.

HEX96FDAF
Decimal150253175
Binary100101101111110110101111
Octal226375257

Shades and tints

Shades of #96FDAF

#96FDAF
(150,253,175)
#89E6A0
(137,230,160)
#7CCF91
(124,207,145)
#6FB882
(111,184,130)
#62A173
(98,161,115)
#558A64
(85,138,100)
#487355
(72,115,85)
#3B5C46
(59,92,70)
#2E4537
(46,69,55)
#212E28
(33,46,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #96FDAF

#96FDAF
(150,253,175)
#9FFDB6
(159,253,182)
#A8FDBD
(168,253,189)
#B1FDC4
(177,253,196)
#BAFDCB
(186,253,203)
#C3FDD2
(195,253,210)
#CCFDD9
(204,253,217)
#D5FDE0
(213,253,224)
#DEFDE7
(222,253,231)
#E7FDEE
(231,253,238)
#F0FDF5
(240,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96FDAF; }

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

This text font color is #96FDAF.


Background Color

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

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

This div background color is #96FDAF.


Border color

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

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

This div border color is #96FDAF.


Opacity

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

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

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

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

This text has shadow with #96FDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FDAF on black background.


Color preview on white background

This text has color #96FDAF on white background.



Black color preview on #96FDAF background

This text has black color on #96FDAF background.


White color preview on #96FDAF background

This text has white color on #96FDAF background.