COLOR #98E880

HEX: #98E880
RGB: (152,232,128)

Color info

#98E880 contains mainly green color. Web safe color of #98E880 is #99FF66 (or #9F6).

RGB color model

#98E880 color RGB value is (152,232,128).

  • red value is 152;
  • green value is 232;
  • blue value is 128.
RGB:
(152,232,128)
(60%,91%,50%)

RGB channels and saturation

R 152 of 255 = 60%
G 232 of 255 = 91%
B 128 of 255 = 50%

152
232
128

R + G + B ~ 67%. #98E880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 232 + 128 = 512 (100%)
R 152 of 512 ~ 29.69%
G 232 of 512 ~ 45.31%
B 128 of 512 ~ 25%

%29.69
%45.31
%25

CMYK color model

#98E880 color CMYK value is (34,0,45,9).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 9.02%
CMYK:
(34,0,45,9)
C34M0Y45K9 
(34%,0%,45%,9%)
(0.34/0.00/0.45/0.09)	

CMYK percentages

%34.48
%0
%44.83
%9.02

Codes

Color #98E880 in popluar color models

98E880
RGB152232128
HSL106°69.33%70.59%
HSB/HSV106°44.83%90.98%
CMYK34.48%0.00%44.83%
9.02%

Color #98E880 in popluar number systems.

HEX98E880
Decimal152232128
Binary100110001110100010000000
Octal230350200

Shades and tints

Shades of #98E880

#98E880
(152,232,128)
#8BD375
(139,211,117)
#7EBE6A
(126,190,106)
#71A95F
(113,169,95)
#649454
(100,148,84)
#577F49
(87,127,73)
#4A6A3E
(74,106,62)
#3D5533
(61,85,51)
#304028
(48,64,40)
#232B1D
(35,43,29)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #98E880

#98E880
(152,232,128)
#A1EA8B
(161,234,139)
#AAEC96
(170,236,150)
#B3EEA1
(179,238,161)
#BCF0AC
(188,240,172)
#C5F2B7
(197,242,183)
#CEF4C2
(206,244,194)
#D7F6CD
(215,246,205)
#E0F8D8
(224,248,216)
#E9FAE3
(233,250,227)
#F2FCEE
(242,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E880; }

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

This text font color is #98E880.


Background Color

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

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

This div background color is #98E880.


Border color

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

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

This div border color is #98E880.


Opacity

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

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

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

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

This text has shadow with #98E880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E880 on black background.


Color preview on white background

This text has color #98E880 on white background.



Black color preview on #98E880 background

This text has black color on #98E880 background.


White color preview on #98E880 background

This text has white color on #98E880 background.