COLOR #97C290

HEX: #97C290 RGB: (151,194,144)

Color info

#97C290 contains red, green and blue colors in about the same proportion. Web safe color of #97C290 is #99CC99 (or #9C9).

RGB color model

#97C290 color RGB value is (151,194,144).

RGB: (151,194,144) (59%, 76%, 56%)

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 144 of 255 = 56%

151
194
144

R + G + B ~ 64%. #97C290 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 194 + 144 = 489 (100%)
R 151 of 489 ~ 30.88%
G 194 of 489 ~ 39.67%
B 144 of 489 ~ 29.45'%

%30.88
%39.67
%29.45

CMYK color model

#97C290 color CMYK value is (22,0,26,24).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 23.92%

CMYK: (22,0,26,24)
C22M0Y26K24 (22%, 0%, 26%, 24%)
(0.22 / 0.00 / 0.26 / 0.24)

CMYK percentages

%22.16
%0
%25.77
%23.92

Codes

Color #97C290 in popluar color models

97 C2 90
RGB 151 194 144
HSL 112° 29.07% 66.27%
HSB/HSV 112° 25.77% 76.08%
CMYK 22.16% 0.00% 25.77%
23.92%

Color #97C290 in popluar number systems.

HEX 97 C2 90
Decimal 151 194 144
Binary 10010111 11000010 10010000
Octal 227 302 220

Shades and tints

Shades of #97C290

#97C290
(151,194,144)
#8AB183
(138,177,131)
#7DA076
(125,160,118)
#708F69
(112,143,105)
#637E5C
(99,126,92)
#566D4F
(86,109,79)
#495C42
(73,92,66)
#3C4B35
(60,75,53)
#2F3A28
(47,58,40)
#22291B
(34,41,27)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #97C290

#97C290
(151,194,144)
#A0C79A
(160,199,154)
#A9CCA4
(169,204,164)
#B2D1AE
(178,209,174)
#BBD6B8
(187,214,184)
#C4DBC2
(196,219,194)
#CDE0CC
(205,224,204)
#D6E5D6
(214,229,214)
#DFEAE0
(223,234,224)
#E8EFEA
(232,239,234)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C290; }

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

This text font color is #97C290.

Background Color

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

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

This div background color is #97C290.

Border color

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

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

This div border color is #97C290.

Opacity

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

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

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

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

This text has shadow with #97C290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C290.

Preview

Color preview on black background

This text has color #97C290 on black background.


Color preview on white background

This text has color #97C290 on white background.


Black color preview on #97C290 background

This text has black color on #97C290 background.


White color preview on #97C290 background

This text has white color on #97C290 background.


Related colors

Complementary color

Complementary color for #hex is #683D6F.


I love getcolorcode.com

Triadic colors

1 #9097C2 and #C29097 with #97C290 are triadic colors.

2 #90C297 and #C29790 with #97C290 are triadic colors.