COLOR #98E097

HEX: #98E097
RGB: (152,224,151)

Color info

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

RGB color model

#98E097 color RGB value is (152,224,151).

  • red value is 152;
  • green value is 224;
  • blue value is 151.
RGB:
(152,224,151)
(60%,88%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 224 of 255 = 88%
B 151 of 255 = 59%

152
224
151

R + G + B ~ 69%. #98E097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 224 + 151 = 527 (100%)
R 152 of 527 ~ 28.84%
G 224 of 527 ~ 42.5%
B 151 of 527 ~ 28.65%

%28.84
%42.5
%28.65

CMYK color model

#98E097 color CMYK value is (32,0,33,12).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 32.59%
  • key color value is 12.16%
CMYK:
(32,0,33,12)
C32M0Y33K12 
(32%,0%,33%,12%)
(0.32/0.00/0.33/0.12)	

CMYK percentages

%32.14
%0
%32.59
%12.16

Codes

Color #98E097 in popluar color models

98E097
RGB152224151
HSL119°54.07%73.53%
HSB/HSV119°32.59%87.84%
CMYK32.14%0.00%32.59%
12.16%

Color #98E097 in popluar number systems.

HEX98E097
Decimal152224151
Binary100110001110000010010111
Octal230340227

Shades and tints

Shades of #98E097

#98E097
(152,224,151)
#8BCC8A
(139,204,138)
#7EB87D
(126,184,125)
#71A470
(113,164,112)
#649063
(100,144,99)
#577C56
(87,124,86)
#4A6849
(74,104,73)
#3D543C
(61,84,60)
#30402F
(48,64,47)
#232C22
(35,44,34)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #98E097

#98E097
(152,224,151)
#A1E2A0
(161,226,160)
#AAE4A9
(170,228,169)
#B3E6B2
(179,230,178)
#BCE8BB
(188,232,187)
#C5EAC4
(197,234,196)
#CEECCD
(206,236,205)
#D7EED6
(215,238,214)
#E0F0DF
(224,240,223)
#E9F2E8
(233,242,232)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E097 color. Also use rgb(152,224,151) instead hex code.

Text Font Color

.myTextColor { color: #98E097; }

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

This text font color is #98E097.


Background Color

.myBgColor { background-color: #98E097; }

<div style="background-color:#98E097">Inner text</div>

This div background color is #98E097.


Border color

.myBorderColor { border: 1px solid #98E097; }

<div style="border:3px solid #98E097">Div</div>

This div border color is #98E097.


Opacity

.myOpacity80 { color: #98E097; opacity: 0.8; }

<p style="color:#98E097;opacity:0.8;">80%</p>

Text with #98E097 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 #98E097;}

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

This text has shadow with #98E097 color.

.textShadow {text-shadow: 3px 3px 1px #98E097, 3px 3px 1px red;}

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

This text has shadow with #98E097 primary color and red secondary color.


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

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

This text has shadow with #98E097 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E097 on black background.


Color preview on white background

This text has color #98E097 on white background.



Black color preview on #98E097 background

This text has black color on #98E097 background.


White color preview on #98E097 background

This text has white color on #98E097 background.