COLOR #98E298

HEX: #98E298
RGB: (152,226,152)

Color info

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

RGB color model

#98E298 color RGB value is (152,226,152).

  • red value is 152;
  • green value is 226;
  • blue value is 152.
RGB:
(152,226,152)
(60%,89%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 226 of 255 = 89%
B 152 of 255 = 60%

152
226
152

R + G + B ~ 70%. #98E298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 226 + 152 = 530 (100%)
R 152 of 530 ~ 28.68%
G 226 of 530 ~ 42.64%
B 152 of 530 ~ 28.68%

%28.68
%42.64
%28.68

CMYK color model

#98E298 color CMYK value is (33,0,33,11).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 11.37%
CMYK:
(33,0,33,11)
C33M0Y33K11 
(33%,0%,33%,11%)
(0.33/0.00/0.33/0.11)	

CMYK percentages

%32.74
%0
%32.74
%11.37

Codes

Color #98E298 in popluar color models

98E298
RGB152226152
HSL120°56.06%74.12%
HSB/HSV120°32.74%88.63%
CMYK32.74%0.00%32.74%
11.37%

Color #98E298 in popluar number systems.

HEX98E298
Decimal152226152
Binary100110001110001010011000
Octal230342230

Shades and tints

Shades of #98E298

#98E298
(152,226,152)
#8BCE8B
(139,206,139)
#7EBA7E
(126,186,126)
#71A671
(113,166,113)
#649264
(100,146,100)
#577E57
(87,126,87)
#4A6A4A
(74,106,74)
#3D563D
(61,86,61)
#304230
(48,66,48)
#232E23
(35,46,35)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #98E298

#98E298
(152,226,152)
#A1E4A1
(161,228,161)
#AAE6AA
(170,230,170)
#B3E8B3
(179,232,179)
#BCEABC
(188,234,188)
#C5ECC5
(197,236,197)
#CEEECE
(206,238,206)
#D7F0D7
(215,240,215)
#E0F2E0
(224,242,224)
#E9F4E9
(233,244,233)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E298; }

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

This text font color is #98E298.


Background Color

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

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

This div background color is #98E298.


Border color

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

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

This div border color is #98E298.


Opacity

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

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

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

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

This text has shadow with #98E298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E298 on black background.


Color preview on white background

This text has color #98E298 on white background.



Black color preview on #98E298 background

This text has black color on #98E298 background.


White color preview on #98E298 background

This text has white color on #98E298 background.