COLOR #97EA0C

HEX: #97EA0C
RGB: (151,234,12)

Color info

#97EA0C contains mainly green color. Web safe color of #97EA0C is #99FF00 (or #9F0).

RGB color model

#97EA0C color RGB value is (151,234,12).

  • red value is 151;
  • green value is 234;
  • blue value is 12.
RGB:
(151,234,12)
(59%,92%,5%)

RGB channels and saturation

R 151 of 255 = 59%
G 234 of 255 = 92%
B 12 of 255 = 5%

151
234
12

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

Portions of RGB colors in percentages

R + G + B =
151 + 234 + 12 = 397 (100%)
R 151 of 397 ~ 38.04%
G 234 of 397 ~ 58.94%
B 12 of 397 ~ 3.02%

%38.04
%58.94

CMYK color model

#97EA0C color CMYK value is (35,0,95,8).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 94.87%
  • key color value is 8.24%
CMYK:
(35,0,95,8)
C35M0Y95K8 
(35%,0%,95%,8%)
(0.35/0.00/0.95/0.08)	

CMYK percentages

%35.47
%0
%94.87
%8.24

Codes

Color #97EA0C in popluar color models

97EA0C
RGB15123412
HSL82°90.24%48.24%
HSB/HSV82°94.87%91.76%
CMYK35.47%0.00%94.87%
8.24%

Color #97EA0C in popluar number systems.

HEX97EA0C
Decimal15123412
Binary10010111111010101100
Octal22735214

Shades and tints

Shades of #97EA0C

#97EA0C
(151,234,12)
#8AD50B
(138,213,11)
#7DC00A
(125,192,10)
#70AB09
(112,171,9)
#639608
(99,150,8)
#568107
(86,129,7)
#496C06
(73,108,6)
#3C5705
(60,87,5)
#2F4204
(47,66,4)
#222D03
(34,45,3)
#151802
(21,24,2)
#000000
(0,0,0)

Tints of #97EA0C

#97EA0C
(151,234,12)
#A0EB22
(160,235,34)
#A9EC38
(169,236,56)
#B2ED4E
(178,237,78)
#BBEE64
(187,238,100)
#C4EF7A
(196,239,122)
#CDF090
(205,240,144)
#D6F1A6
(214,241,166)
#DFF2BC
(223,242,188)
#E8F3D2
(232,243,210)
#F1F4E8
(241,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EA0C color. Also use rgb(151,234,12) instead hex code.

Text Font Color

.myTextColor { color: #97EA0C; }

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

This text font color is #97EA0C.


Background Color

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

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

This div background color is #97EA0C.


Border color

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

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

This div border color is #97EA0C.


Opacity

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

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

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

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

This text has shadow with #97EA0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EA0C on black background.


Color preview on white background

This text has color #97EA0C on white background.



Black color preview on #97EA0C background

This text has black color on #97EA0C background.


White color preview on #97EA0C background

This text has white color on #97EA0C background.