COLOR #98EAA0

HEX: #98EAA0
RGB: (152,234,160)

Color info

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

RGB color model

#98EAA0 color RGB value is (152,234,160).

  • red value is 152;
  • green value is 234;
  • blue value is 160.
RGB:
(152,234,160)
(60%,92%,63%)

RGB channels and saturation

R 152 of 255 = 60%
G 234 of 255 = 92%
B 160 of 255 = 63%

152
234
160

R + G + B ~ 72%. #98EAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 234 + 160 = 546 (100%)
R 152 of 546 ~ 27.84%
G 234 of 546 ~ 42.86%
B 160 of 546 ~ 29.3%

%27.84
%42.86
%29.3

CMYK color model

#98EAA0 color CMYK value is (35,0,32,8).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 8.24%
CMYK:
(35,0,32,8)
C35M0Y32K8 
(35%,0%,32%,8%)
(0.35/0.00/0.32/0.08)	

CMYK percentages

%35.04
%0
%31.62
%8.24

Codes

Color #98EAA0 in popluar color models

98EAA0
RGB152234160
HSL126°66.13%75.69%
HSB/HSV126°35.04%91.76%
CMYK35.04%0.00%31.62%
8.24%

Color #98EAA0 in popluar number systems.

HEX98EAA0
Decimal152234160
Binary100110001110101010100000
Octal230352240

Shades and tints

Shades of #98EAA0

#98EAA0
(152,234,160)
#8BD592
(139,213,146)
#7EC084
(126,192,132)
#71AB76
(113,171,118)
#649668
(100,150,104)
#57815A
(87,129,90)
#4A6C4C
(74,108,76)
#3D573E
(61,87,62)
#304230
(48,66,48)
#232D22
(35,45,34)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #98EAA0

#98EAA0
(152,234,160)
#A1EBA8
(161,235,168)
#AAECB0
(170,236,176)
#B3EDB8
(179,237,184)
#BCEEC0
(188,238,192)
#C5EFC8
(197,239,200)
#CEF0D0
(206,240,208)
#D7F1D8
(215,241,216)
#E0F2E0
(224,242,224)
#E9F3E8
(233,243,232)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EAA0 color. Also use rgb(152,234,160) instead hex code.

Text Font Color

.myTextColor { color: #98EAA0; }

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

This text font color is #98EAA0.


Background Color

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

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

This div background color is #98EAA0.


Border color

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

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

This div border color is #98EAA0.


Opacity

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

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

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

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

This text has shadow with #98EAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EAA0 on black background.


Color preview on white background

This text has color #98EAA0 on white background.



Black color preview on #98EAA0 background

This text has black color on #98EAA0 background.


White color preview on #98EAA0 background

This text has white color on #98EAA0 background.