COLOR #97AD3C

HEX: #97AD3C
RGB: (151,173,60)

Color info

#97AD3C contains mainly red and green colors. Web safe color of #97AD3C is #999933 (or #993).

RGB color model

#97AD3C color RGB value is (151,173,60).

  • red value is 151;
  • green value is 173;
  • blue value is 60.
RGB:
(151,173,60)
(59%,68%,24%)

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 60 of 255 = 24%

151
173
60

R + G + B ~ 50%. #97AD3C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 60 = 384 (100%)
R 151 of 384 ~ 39.32%
G 173 of 384 ~ 45.05%
B 60 of 384 ~ 15.63%

%39.32
%45.05
%15.63

CMYK color model

#97AD3C color CMYK value is (13,0,65,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 65.32%
  • key color value is 32.16%
CMYK:
(13,0,65,32)
C13M0Y65K32 
(13%,0%,65%,32%)
(0.13/0.00/0.65/0.32)	

CMYK percentages

%12.72
%0
%65.32
%32.16

Codes

Color #97AD3C in popluar color models

97AD3C
RGB15117360
HSL72°48.50%45.69%
HSB/HSV72°65.32%67.84%
CMYK12.72%0.00%65.32%
32.16%

Color #97AD3C in popluar number systems.

HEX97AD3C
Decimal15117360
Binary1001011110101101111100
Octal22725574

Shades and tints

Shades of #97AD3C

#97AD3C
(151,173,60)
#8A9E37
(138,158,55)
#7D8F32
(125,143,50)
#70802D
(112,128,45)
#637128
(99,113,40)
#566223
(86,98,35)
#49531E
(73,83,30)
#3C4419
(60,68,25)
#2F3514
(47,53,20)
#22260F
(34,38,15)
#15170A
(21,23,10)
#000000
(0,0,0)

Tints of #97AD3C

#97AD3C
(151,173,60)
#A0B44D
(160,180,77)
#A9BB5E
(169,187,94)
#B2C26F
(178,194,111)
#BBC980
(187,201,128)
#C4D091
(196,208,145)
#CDD7A2
(205,215,162)
#D6DEB3
(214,222,179)
#DFE5C4
(223,229,196)
#E8ECD5
(232,236,213)
#F1F3E6
(241,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AD3C color. Also use rgb(151,173,60) instead hex code.

Text Font Color

.myTextColor { color: #97AD3C; }

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

This text font color is #97AD3C.


Background Color

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

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

This div background color is #97AD3C.


Border color

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

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

This div border color is #97AD3C.


Opacity

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

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

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

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

This text has shadow with #97AD3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AD3C on black background.


Color preview on white background

This text has color #97AD3C on white background.



Black color preview on #97AD3C background

This text has black color on #97AD3C background.


White color preview on #97AD3C background

This text has white color on #97AD3C background.