COLOR #97C312

HEX: #97C312
RGB: (151,195,18)

Color info

#97C312 contains mainly red and green colors. Web safe color of #97C312 is #99CC00 (or #9C0).

RGB color model

#97C312 color RGB value is (151,195,18).

  • red value is 151;
  • green value is 195;
  • blue value is 18.
RGB:
(151,195,18)
(59%,76%,7%)

RGB channels and saturation

R 151 of 255 = 59%
G 195 of 255 = 76%
B 18 of 255 = 7%

151
195
18

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

Portions of RGB colors in percentages

R + G + B =
151 + 195 + 18 = 364 (100%)
R 151 of 364 ~ 41.48%
G 195 of 364 ~ 53.57%
B 18 of 364 ~ 4.95%

%41.48
%53.57

CMYK color model

#97C312 color CMYK value is (23,0,91,24).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 90.77%
  • key color value is 23.53%
CMYK:
(23,0,91,24)
C23M0Y91K24 
(23%,0%,91%,24%)
(0.23/0.00/0.91/0.24)	

CMYK percentages

%22.56
%0
%90.77
%23.53

Codes

Color #97C312 in popluar color models

97C312
RGB15119518
HSL75°83.10%41.76%
HSB/HSV75°90.77%76.47%
CMYK22.56%0.00%90.77%
23.53%

Color #97C312 in popluar number systems.

HEX97C312
Decimal15119518
Binary100101111100001110010
Octal22730322

Shades and tints

Shades of #97C312

#97C312
(151,195,18)
#8AB211
(138,178,17)
#7DA110
(125,161,16)
#70900F
(112,144,15)
#637F0E
(99,127,14)
#566E0D
(86,110,13)
#495D0C
(73,93,12)
#3C4C0B
(60,76,11)
#2F3B0A
(47,59,10)
#222A09
(34,42,9)
#151908
(21,25,8)
#000000
(0,0,0)

Tints of #97C312

#97C312
(151,195,18)
#A0C827
(160,200,39)
#A9CD3C
(169,205,60)
#B2D251
(178,210,81)
#BBD766
(187,215,102)
#C4DC7B
(196,220,123)
#CDE190
(205,225,144)
#D6E6A5
(214,230,165)
#DFEBBA
(223,235,186)
#E8F0CF
(232,240,207)
#F1F5E4
(241,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C312 color. Also use rgb(151,195,18) instead hex code.

Text Font Color

.myTextColor { color: #97C312; }

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

This text font color is #97C312.


Background Color

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

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

This div background color is #97C312.


Border color

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

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

This div border color is #97C312.


Opacity

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

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

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

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

This text has shadow with #97C312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C312 on black background.


Color preview on white background

This text has color #97C312 on white background.



Black color preview on #97C312 background

This text has black color on #97C312 background.


White color preview on #97C312 background

This text has white color on #97C312 background.