COLOR #97C78A

HEX: #97C78A
RGB: (151,199,138)

Color info

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

RGB color model

#97C78A color RGB value is (151,199,138).

  • red value is 151;
  • green value is 199;
  • blue value is 138.
RGB:
(151,199,138)
(59%,78%,54%)

RGB channels and saturation

R 151 of 255 = 59%
G 199 of 255 = 78%
B 138 of 255 = 54%

151
199
138

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

Portions of RGB colors in percentages

R + G + B =
151 + 199 + 138 = 488 (100%)
R 151 of 488 ~ 30.94%
G 199 of 488 ~ 40.78%
B 138 of 488 ~ 28.28%

%30.94
%40.78
%28.28

CMYK color model

#97C78A color CMYK value is (24,0,31,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 21.96%
CMYK:
(24,0,31,22)
C24M0Y31K22 
(24%,0%,31%,22%)
(0.24/0.00/0.31/0.22)	

CMYK percentages

%24.12
%0
%30.65
%21.96

Codes

Color #97C78A in popluar color models

97C78A
RGB151199138
HSL107°35.26%66.08%
HSB/HSV107°30.65%78.04%
CMYK24.12%0.00%30.65%
21.96%

Color #97C78A in popluar number systems.

HEX97C78A
Decimal151199138
Binary100101111100011110001010
Octal227307212

Shades and tints

Shades of #97C78A

#97C78A
(151,199,138)
#8AB57E
(138,181,126)
#7DA372
(125,163,114)
#709166
(112,145,102)
#637F5A
(99,127,90)
#566D4E
(86,109,78)
#495B42
(73,91,66)
#3C4936
(60,73,54)
#2F372A
(47,55,42)
#22251E
(34,37,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #97C78A

#97C78A
(151,199,138)
#A0CC94
(160,204,148)
#A9D19E
(169,209,158)
#B2D6A8
(178,214,168)
#BBDBB2
(187,219,178)
#C4E0BC
(196,224,188)
#CDE5C6
(205,229,198)
#D6EAD0
(214,234,208)
#DFEFDA
(223,239,218)
#E8F4E4
(232,244,228)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C78A color. Also use rgb(151,199,138) instead hex code.

Text Font Color

.myTextColor { color: #97C78A; }

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

This text font color is #97C78A.


Background Color

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

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

This div background color is #97C78A.


Border color

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

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

This div border color is #97C78A.


Opacity

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

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

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

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

This text has shadow with #97C78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C78A on black background.


Color preview on white background

This text has color #97C78A on white background.



Black color preview on #97C78A background

This text has black color on #97C78A background.


White color preview on #97C78A background

This text has white color on #97C78A background.