COLOR #98FF98

HEX: #98FF98
RGB: (152,255,152)

Color info

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

RGB color model

#98FF98 color RGB value is (152,255,152).

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

RGB channels and saturation

R 152 of 255 = 60%
G 255 of 255 = 100%
B 152 of 255 = 60%

152
255
152

R + G + B ~ 73%. #98FF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 255 + 152 = 559 (100%)
R 152 of 559 ~ 27.19%
G 255 of 559 ~ 45.62%
B 152 of 559 ~ 27.19%

%27.19
%45.62
%27.19

CMYK color model

#98FF98 color CMYK value is (40,0,40,0).

  • cyan value is 40.39%
  • magenta value is 0.00%
  • yellow value is 40.39%
  • key color value is 0.00%
CMYK:
(40,0,40,0)
C40M0Y40K0 
(40%,0%,40%,0%)
(0.40/0.00/0.40/0.00)	

CMYK percentages

%40.39
%0
%40.39
%0

Codes

Color #98FF98 in popluar color models

98FF98
RGB152255152
HSL120°100.00%79.80%
HSB/HSV120°40.39%100.00%
CMYK40.39%0.00%40.39%
0.00%

Color #98FF98 in popluar number systems.

HEX98FF98
Decimal152255152
Binary100110001111111110011000
Octal230377230

Shades and tints

Shades of #98FF98

#98FF98
(152,255,152)
#8BE88B
(139,232,139)
#7ED17E
(126,209,126)
#71BA71
(113,186,113)
#64A364
(100,163,100)
#578C57
(87,140,87)
#4A754A
(74,117,74)
#3D5E3D
(61,94,61)
#304730
(48,71,48)
#233023
(35,48,35)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #98FF98

#98FF98
(152,255,152)
#A1FFA1
(161,255,161)
#AAFFAA
(170,255,170)
#B3FFB3
(179,255,179)
#BCFFBC
(188,255,188)
#C5FFC5
(197,255,197)
#CEFFCE
(206,255,206)
#D7FFD7
(215,255,215)
#E0FFE0
(224,255,224)
#E9FFE9
(233,255,233)
#F2FFF2
(242,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98FF98; }

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

This text font color is #98FF98.


Background Color

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

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

This div background color is #98FF98.


Border color

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

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

This div border color is #98FF98.


Opacity

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

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

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

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

This text has shadow with #98FF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98FF98 on black background.


Color preview on white background

This text has color #98FF98 on white background.



Black color preview on #98FF98 background

This text has black color on #98FF98 background.


White color preview on #98FF98 background

This text has white color on #98FF98 background.