COLOR #97E690

HEX: #97E690
RGB: (151,230,144)

Color info

#97E690 contains mainly green color. Web safe color of #97E690 is #99CC99 (or #9C9).

RGB color model

#97E690 color RGB value is (151,230,144).

  • red value is 151;
  • green value is 230;
  • blue value is 144.
RGB:
(151,230,144)
(59%,90%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 230 of 255 = 90%
B 144 of 255 = 56%

151
230
144

R + G + B ~ 68%. #97E690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 230 + 144 = 525 (100%)
R 151 of 525 ~ 28.76%
G 230 of 525 ~ 43.81%
B 144 of 525 ~ 27.43%

%28.76
%43.81
%27.43

CMYK color model

#97E690 color CMYK value is (34,0,37,10).

  • cyan value is 34.35%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 9.80%
CMYK:
(34,0,37,10)
C34M0Y37K10 
(34%,0%,37%,10%)
(0.34/0.00/0.37/0.10)	

CMYK percentages

%34.35
%0
%37.39
%9.8

Codes

Color #97E690 in popluar color models

97E690
RGB151230144
HSL115°63.24%73.33%
HSB/HSV115°37.39%90.20%
CMYK34.35%0.00%37.39%
9.80%

Color #97E690 in popluar number systems.

HEX97E690
Decimal151230144
Binary100101111110011010010000
Octal227346220

Shades and tints

Shades of #97E690

#97E690
(151,230,144)
#8AD283
(138,210,131)
#7DBE76
(125,190,118)
#70AA69
(112,170,105)
#63965C
(99,150,92)
#56824F
(86,130,79)
#496E42
(73,110,66)
#3C5A35
(60,90,53)
#2F4628
(47,70,40)
#22321B
(34,50,27)
#151E0E
(21,30,14)
#000000
(0,0,0)

Tints of #97E690

#97E690
(151,230,144)
#A0E89A
(160,232,154)
#A9EAA4
(169,234,164)
#B2ECAE
(178,236,174)
#BBEEB8
(187,238,184)
#C4F0C2
(196,240,194)
#CDF2CC
(205,242,204)
#D6F4D6
(214,244,214)
#DFF6E0
(223,246,224)
#E8F8EA
(232,248,234)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E690 color. Also use rgb(151,230,144) instead hex code.

Text Font Color

.myTextColor { color: #97E690; }

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

This text font color is #97E690.


Background Color

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

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

This div background color is #97E690.


Border color

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

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

This div border color is #97E690.


Opacity

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

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

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

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

This text has shadow with #97E690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E690 on black background.


Color preview on white background

This text has color #97E690 on white background.



Black color preview on #97E690 background

This text has black color on #97E690 background.


White color preview on #97E690 background

This text has white color on #97E690 background.