COLOR #98FE5A

HEX: #98FE5A
RGB: (152,254,90)

Color info

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

RGB color model

#98FE5A color RGB value is (152,254,90).

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

RGB channels and saturation

R 152 of 255 = 60%
G 254 of 255 = 100%
B 90 of 255 = 35%

152
254
90

R + G + B ~ 65%. #98FE5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 254 + 90 = 496 (100%)
R 152 of 496 ~ 30.65%
G 254 of 496 ~ 51.21%
B 90 of 496 ~ 18.15%

%30.65
%51.21
%18.15

CMYK color model

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

  • cyan value is 40.16%
  • magenta value is 0.00%
  • yellow value is 64.57%
  • key color value is 0.39%
CMYK:
(40,0,65,0)
C40M0Y65K0 
(40%,0%,65%,0%)
(0.40/0.00/0.65/0.00)	

CMYK percentages

%40.16
%0
%64.57
%0.39

Codes

Color #98FE5A in popluar color models

98FE5A
RGB15225490
HSL97°98.80%67.45%
HSB/HSV97°64.57%99.61%
CMYK40.16%0.00%64.57%
0.39%

Color #98FE5A in popluar number systems.

HEX98FE5A
Decimal15225490
Binary10011000111111101011010
Octal230376132

Shades and tints

Shades of #98FE5A

#98FE5A
(152,254,90)
#8BE752
(139,231,82)
#7ED04A
(126,208,74)
#71B942
(113,185,66)
#64A23A
(100,162,58)
#578B32
(87,139,50)
#4A742A
(74,116,42)
#3D5D22
(61,93,34)
#30461A
(48,70,26)
#232F12
(35,47,18)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #98FE5A

#98FE5A
(152,254,90)
#A1FE69
(161,254,105)
#AAFE78
(170,254,120)
#B3FE87
(179,254,135)
#BCFE96
(188,254,150)
#C5FEA5
(197,254,165)
#CEFEB4
(206,254,180)
#D7FEC3
(215,254,195)
#E0FED2
(224,254,210)
#E9FEE1
(233,254,225)
#F2FEF0
(242,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98FE5A; }

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

This text font color is #98FE5A.


Background Color

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

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

This div background color is #98FE5A.


Border color

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

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

This div border color is #98FE5A.


Opacity

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

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

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

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

This text has shadow with #98FE5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98FE5A on black background.


Color preview on white background

This text has color #98FE5A on white background.



Black color preview on #98FE5A background

This text has black color on #98FE5A background.


White color preview on #98FE5A background

This text has white color on #98FE5A background.