COLOR #97E08A

HEX: #97E08A RGB: (151,224,138)

Color info

#97E08A contains mainly green color. Web safe color of #97E08A is #99CC99 (or #9C9).

RGB color model

#97E08A color RGB value is (151,224,138).

RGB: (151,224,138) (59%, 88%, 54%)

RGB channels and saturation

R 151 of 255 = 59%
G 224 of 255 = 88%
B 138 of 255 = 54%

151
224
138

R + G + B ~ 67%. #97E08A is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 224 + 138 = 513 (100%)
R 151 of 513 ~ 29.43%
G 224 of 513 ~ 43.66%
B 138 of 513 ~ 26.9'%

%29.43
%43.66
%26.9

CMYK color model

#97E08A color CMYK value is (33,0,38,12).

  • cyan value is 32.59%
  • magenta value is 0.00%
  • yellow value is 38.39%
  • key color value is 12.16%

CMYK: (33,0,38,12)
C33M0Y38K12 (33%, 0%, 38%, 12%)
(0.33 / 0.00 / 0.38 / 0.12)

CMYK percentages

%32.59
%0
%38.39
%12.16

Codes

Color #97E08A in popluar color models

97 E0 8A
RGB 151 224 138
HSL 111° 58.11% 70.98%
HSB/HSV 111° 38.39% 87.84%
CMYK 32.59% 0.00% 38.39%
12.16%

Color #97E08A in popluar number systems.

HEX 97 E0 8A
Decimal 151 224 138
Binary 10010111 11100000 10001010
Octal 227 340 212

Shades and tints

Shades of #97E08A

#97E08A
(151,224,138)
#8ACC7E
(138,204,126)
#7DB872
(125,184,114)
#70A466
(112,164,102)
#63905A
(99,144,90)
#567C4E
(86,124,78)
#496842
(73,104,66)
#3C5436
(60,84,54)
#2F402A
(47,64,42)
#222C1E
(34,44,30)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #97E08A

#97E08A
(151,224,138)
#A0E294
(160,226,148)
#A9E49E
(169,228,158)
#B2E6A8
(178,230,168)
#BBE8B2
(187,232,178)
#C4EABC
(196,234,188)
#CDECC6
(205,236,198)
#D6EED0
(214,238,208)
#DFF0DA
(223,240,218)
#E8F2E4
(232,242,228)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E08A; }

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

This text font color is #97E08A.

Background Color

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

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

This div background color is #97E08A.

Border color

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

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

This div border color is #97E08A.

Opacity

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

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

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

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

This text has shadow with #97E08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97E08A.

Preview

Color preview on black background

This text has color #97E08A on black background.


Color preview on white background

This text has color #97E08A on white background.


Black color preview on #97E08A background

This text has black color on #97E08A background.


White color preview on #97E08A background

This text has white color on #97E08A background.


Related colors

Complementary color

Complementary color for #hex is #681F75.


I love getcolorcode.com

Triadic colors

1 #8A97E0 and #E08A97 with #97E08A are triadic colors.

2 #8AE097 and #E0978A with #97E08A are triadic colors.