COLOR #97D59A

HEX: #97D59A RGB: (151,213,154)

Color info

#97D59A contains mainly green and blue colors. Web safe color of #97D59A is #99CC99 (or #9C9).

RGB color model

#97D59A color RGB value is (151,213,154).

RGB: (151,213,154) (59%, 84%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 213 of 255 = 84%
B 154 of 255 = 60%

151
213
154

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

Portions of RGB colors in percentages

R + G + B = 151 + 213 + 154 = 518 (100%)
R 151 of 518 ~ 29.15%
G 213 of 518 ~ 41.12%
B 154 of 518 ~ 29.73'%

%29.15
%41.12
%29.73

CMYK color model

#97D59A color CMYK value is (29,0,28,16).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 16.47%

CMYK: (29,0,28,16)
C29M0Y28K16 (29%, 0%, 28%, 16%)
(0.29 / 0.00 / 0.28 / 0.16)

CMYK percentages

%29.11
%0
%27.7
%16.47

Codes

Color #97D59A in popluar color models

97 D5 9A
RGB 151 213 154
HSL 123° 42.47% 71.37%
HSB/HSV 123° 29.11% 83.53%
CMYK 29.11% 0.00% 27.70%
16.47%

Color #97D59A in popluar number systems.

HEX 97 D5 9A
Decimal 151 213 154
Binary 10010111 11010101 10011010
Octal 227 325 232

Shades and tints

Shades of #97D59A

#97D59A
(151,213,154)
#8AC28C
(138,194,140)
#7DAF7E
(125,175,126)
#709C70
(112,156,112)
#638962
(99,137,98)
#567654
(86,118,84)
#496346
(73,99,70)
#3C5038
(60,80,56)
#2F3D2A
(47,61,42)
#222A1C
(34,42,28)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #97D59A

#97D59A
(151,213,154)
#A0D8A3
(160,216,163)
#A9DBAC
(169,219,172)
#B2DEB5
(178,222,181)
#BBE1BE
(187,225,190)
#C4E4C7
(196,228,199)
#CDE7D0
(205,231,208)
#D6EAD9
(214,234,217)
#DFEDE2
(223,237,226)
#E8F0EB
(232,240,235)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D59A color. Also use rgb(151,213,154) instead hex code.

Text Font Color

.myTextColor { color: #97D59A; }

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

This text font color is #97D59A.

Background Color

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

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

This div background color is #97D59A.

Border color

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

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

This div border color is #97D59A.

Opacity

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

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

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

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

This text has shadow with #97D59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97D59A.

Preview

Color preview on black background

This text has color #97D59A on black background.


Color preview on white background

This text has color #97D59A on white background.


Black color preview on #97D59A background

This text has black color on #97D59A background.


White color preview on #97D59A background

This text has white color on #97D59A background.


Related colors

Complementary color

Complementary color for #hex is #682A65.


I love getcolorcode.com

Triadic colors

1 #9A97D5 and #D59A97 with #97D59A are triadic colors.

2 #9AD597 and #D5979A with #97D59A are triadic colors.