COLOR #97F0A5

HEX: #97F0A5
RGB: (151,240,165)

Color info

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

RGB color model

#97F0A5 color RGB value is (151,240,165).

  • red value is 151;
  • green value is 240;
  • blue value is 165.
RGB:
(151,240,165)
(59%,94%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 240 of 255 = 94%
B 165 of 255 = 65%

151
240
165

R + G + B ~ 73%. #97F0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 240 + 165 = 556 (100%)
R 151 of 556 ~ 27.16%
G 240 of 556 ~ 43.17%
B 165 of 556 ~ 29.68%

%27.16
%43.17
%29.68

CMYK color model

#97F0A5 color CMYK value is (37,0,31,6).

  • cyan value is 37.08%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 5.88%
CMYK:
(37,0,31,6)
C37M0Y31K6 
(37%,0%,31%,6%)
(0.37/0.00/0.31/0.06)	

CMYK percentages

%37.08
%0
%31.25
%5.88

Codes

Color #97F0A5 in popluar color models

97F0A5
RGB151240165
HSL129°74.79%76.67%
HSB/HSV129°37.08%94.12%
CMYK37.08%0.00%31.25%
5.88%

Color #97F0A5 in popluar number systems.

HEX97F0A5
Decimal151240165
Binary100101111111000010100101
Octal227360245

Shades and tints

Shades of #97F0A5

#97F0A5
(151,240,165)
#8ADB96
(138,219,150)
#7DC687
(125,198,135)
#70B178
(112,177,120)
#639C69
(99,156,105)
#56875A
(86,135,90)
#49724B
(73,114,75)
#3C5D3C
(60,93,60)
#2F482D
(47,72,45)
#22331E
(34,51,30)
#151E0F
(21,30,15)
#000000
(0,0,0)

Tints of #97F0A5

#97F0A5
(151,240,165)
#A0F1AD
(160,241,173)
#A9F2B5
(169,242,181)
#B2F3BD
(178,243,189)
#BBF4C5
(187,244,197)
#C4F5CD
(196,245,205)
#CDF6D5
(205,246,213)
#D6F7DD
(214,247,221)
#DFF8E5
(223,248,229)
#E8F9ED
(232,249,237)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97F0A5 color. Also use rgb(151,240,165) instead hex code.

Text Font Color

.myTextColor { color: #97F0A5; }

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

This text font color is #97F0A5.


Background Color

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

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

This div background color is #97F0A5.


Border color

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

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

This div border color is #97F0A5.


Opacity

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

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

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

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

This text has shadow with #97F0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97F0A5 on black background.


Color preview on white background

This text has color #97F0A5 on white background.



Black color preview on #97F0A5 background

This text has black color on #97F0A5 background.


White color preview on #97F0A5 background

This text has white color on #97F0A5 background.