COLOR #98ED89

HEX: #98ED89
RGB: (152,237,137)

Color info

#98ED89 contains mainly green color. Web safe color of #98ED89 is #99FF99 (or #9F9).

RGB color model

#98ED89 color RGB value is (152,237,137).

  • red value is 152;
  • green value is 237;
  • blue value is 137.
RGB:
(152,237,137)
(60%,93%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 237 of 255 = 93%
B 137 of 255 = 54%

152
237
137

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

Portions of RGB colors in percentages

R + G + B =
152 + 237 + 137 = 526 (100%)
R 152 of 526 ~ 28.9%
G 237 of 526 ~ 45.06%
B 137 of 526 ~ 26.05%

%28.9
%45.06
%26.05

CMYK color model

#98ED89 color CMYK value is (36,0,42,7).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 7.06%
CMYK:
(36,0,42,7)
C36M0Y42K7 
(36%,0%,42%,7%)
(0.36/0.00/0.42/0.07)	

CMYK percentages

%35.86
%0
%42.19
%7.06

Codes

Color #98ED89 in popluar color models

98ED89
RGB152237137
HSL111°73.53%73.33%
HSB/HSV111°42.19%92.94%
CMYK35.86%0.00%42.19%
7.06%

Color #98ED89 in popluar number systems.

HEX98ED89
Decimal152237137
Binary100110001110110110001001
Octal230355211

Shades and tints

Shades of #98ED89

#98ED89
(152,237,137)
#8BD87D
(139,216,125)
#7EC371
(126,195,113)
#71AE65
(113,174,101)
#649959
(100,153,89)
#57844D
(87,132,77)
#4A6F41
(74,111,65)
#3D5A35
(61,90,53)
#304529
(48,69,41)
#23301D
(35,48,29)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #98ED89

#98ED89
(152,237,137)
#A1EE93
(161,238,147)
#AAEF9D
(170,239,157)
#B3F0A7
(179,240,167)
#BCF1B1
(188,241,177)
#C5F2BB
(197,242,187)
#CEF3C5
(206,243,197)
#D7F4CF
(215,244,207)
#E0F5D9
(224,245,217)
#E9F6E3
(233,246,227)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98ED89 color. Also use rgb(152,237,137) instead hex code.

Text Font Color

.myTextColor { color: #98ED89; }

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

This text font color is #98ED89.


Background Color

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

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

This div background color is #98ED89.


Border color

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

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

This div border color is #98ED89.


Opacity

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

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

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

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

This text has shadow with #98ED89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ED89 on black background.


Color preview on white background

This text has color #98ED89 on white background.



Black color preview on #98ED89 background

This text has black color on #98ED89 background.


White color preview on #98ED89 background

This text has white color on #98ED89 background.