COLOR #98F5A1

HEX: #98F5A1
RGB: (152,245,161)

Color info

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

RGB color model

#98F5A1 color RGB value is (152,245,161).

  • red value is 152;
  • green value is 245;
  • blue value is 161.
RGB:
(152,245,161)
(60%,96%,63%)

RGB channels and saturation

R 152 of 255 = 60%
G 245 of 255 = 96%
B 161 of 255 = 63%

152
245
161

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

Portions of RGB colors in percentages

R + G + B =
152 + 245 + 161 = 558 (100%)
R 152 of 558 ~ 27.24%
G 245 of 558 ~ 43.91%
B 161 of 558 ~ 28.85%

%27.24
%43.91
%28.85

CMYK color model

#98F5A1 color CMYK value is (38,0,34,4).

  • cyan value is 37.96%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 3.92%
CMYK:
(38,0,34,4)
C38M0Y34K4 
(38%,0%,34%,4%)
(0.38/0.00/0.34/0.04)	

CMYK percentages

%37.96
%0
%34.29
%3.92

Codes

Color #98F5A1 in popluar color models

98F5A1
RGB152245161
HSL126°82.30%77.84%
HSB/HSV126°37.96%96.08%
CMYK37.96%0.00%34.29%
3.92%

Color #98F5A1 in popluar number systems.

HEX98F5A1
Decimal152245161
Binary100110001111010110100001
Octal230365241

Shades and tints

Shades of #98F5A1

#98F5A1
(152,245,161)
#8BDF93
(139,223,147)
#7EC985
(126,201,133)
#71B377
(113,179,119)
#649D69
(100,157,105)
#57875B
(87,135,91)
#4A714D
(74,113,77)
#3D5B3F
(61,91,63)
#304531
(48,69,49)
#232F23
(35,47,35)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #98F5A1

#98F5A1
(152,245,161)
#A1F5A9
(161,245,169)
#AAF5B1
(170,245,177)
#B3F5B9
(179,245,185)
#BCF5C1
(188,245,193)
#C5F5C9
(197,245,201)
#CEF5D1
(206,245,209)
#D7F5D9
(215,245,217)
#E0F5E1
(224,245,225)
#E9F5E9
(233,245,233)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98F5A1; }

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

This text font color is #98F5A1.


Background Color

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

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

This div background color is #98F5A1.


Border color

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

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

This div border color is #98F5A1.


Opacity

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

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

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

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

This text has shadow with #98F5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98F5A1 on black background.


Color preview on white background

This text has color #98F5A1 on white background.



Black color preview on #98F5A1 background

This text has black color on #98F5A1 background.


White color preview on #98F5A1 background

This text has white color on #98F5A1 background.