COLOR #97FA96

HEX: #97FA96
RGB: (151,250,150)

Color info

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

RGB color model

#97FA96 color RGB value is (151,250,150).

  • red value is 151;
  • green value is 250;
  • blue value is 150.
RGB:
(151,250,150)
(59%,98%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 250 of 255 = 98%
B 150 of 255 = 59%

151
250
150

R + G + B ~ 72%. #97FA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 250 + 150 = 551 (100%)
R 151 of 551 ~ 27.4%
G 250 of 551 ~ 45.37%
B 150 of 551 ~ 27.22%

%27.4
%45.37
%27.22

CMYK color model

#97FA96 color CMYK value is (40,0,40,2).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 1.96%
CMYK:
(40,0,40,2)
C40M0Y40K2 
(40%,0%,40%,2%)
(0.40/0.00/0.40/0.02)	

CMYK percentages

%39.6
%0
%40
%1.96

Codes

Color #97FA96 in popluar color models

97FA96
RGB151250150
HSL119°90.91%78.43%
HSB/HSV119°40.00%98.04%
CMYK39.60%0.00%40.00%
1.96%

Color #97FA96 in popluar number systems.

HEX97FA96
Decimal151250150
Binary100101111111101010010110
Octal227372226

Shades and tints

Shades of #97FA96

#97FA96
(151,250,150)
#8AE489
(138,228,137)
#7DCE7C
(125,206,124)
#70B86F
(112,184,111)
#63A262
(99,162,98)
#568C55
(86,140,85)
#497648
(73,118,72)
#3C603B
(60,96,59)
#2F4A2E
(47,74,46)
#223421
(34,52,33)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #97FA96

#97FA96
(151,250,150)
#A0FA9F
(160,250,159)
#A9FAA8
(169,250,168)
#B2FAB1
(178,250,177)
#BBFABA
(187,250,186)
#C4FAC3
(196,250,195)
#CDFACC
(205,250,204)
#D6FAD5
(214,250,213)
#DFFADE
(223,250,222)
#E8FAE7
(232,250,231)
#F1FAF0
(241,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97FA96 color. Also use rgb(151,250,150) instead hex code.

Text Font Color

.myTextColor { color: #97FA96; }

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

This text font color is #97FA96.


Background Color

.myBgColor { background-color: #97FA96; }

<div style="background-color:#97FA96">Inner text</div>

This div background color is #97FA96.


Border color

.myBorderColor { border: 1px solid #97FA96; }

<div style="border:3px solid #97FA96">Div</div>

This div border color is #97FA96.


Opacity

.myOpacity80 { color: #97FA96; opacity: 0.8; }

<p style="color:#97FA96;opacity:0.8;">80%</p>

Text with #97FA96 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 #97FA96;}

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

This text has shadow with #97FA96 color.

.textShadow {text-shadow: 3px 3px 1px #97FA96, 3px 3px 1px red;}

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

This text has shadow with #97FA96 primary color and red secondary color.


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

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

This text has shadow with #97FA96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97FA96 on black background.


Color preview on white background

This text has color #97FA96 on white background.



Black color preview on #97FA96 background

This text has black color on #97FA96 background.


White color preview on #97FA96 background

This text has white color on #97FA96 background.