COLOR #98F0A7

HEX: #98F0A7
RGB: (152,240,167)

Color info

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

RGB color model

#98F0A7 color RGB value is (152,240,167).

  • red value is 152;
  • green value is 240;
  • blue value is 167.
RGB:
(152,240,167)
(60%,94%,65%)

RGB channels and saturation

R 152 of 255 = 60%
G 240 of 255 = 94%
B 167 of 255 = 65%

152
240
167

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

Portions of RGB colors in percentages

R + G + B =
152 + 240 + 167 = 559 (100%)
R 152 of 559 ~ 27.19%
G 240 of 559 ~ 42.93%
B 167 of 559 ~ 29.87%

%27.19
%42.93
%29.87

CMYK color model

#98F0A7 color CMYK value is (37,0,30,6).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 30.42%
  • key color value is 5.88%
CMYK:
(37,0,30,6)
C37M0Y30K6 
(37%,0%,30%,6%)
(0.37/0.00/0.30/0.06)	

CMYK percentages

%36.67
%0
%30.42
%5.88

Codes

Color #98F0A7 in popluar color models

98F0A7
RGB152240167
HSL130°74.58%76.86%
HSB/HSV130°36.67%94.12%
CMYK36.67%0.00%30.42%
5.88%

Color #98F0A7 in popluar number systems.

HEX98F0A7
Decimal152240167
Binary100110001111000010100111
Octal230360247

Shades and tints

Shades of #98F0A7

#98F0A7
(152,240,167)
#8BDB98
(139,219,152)
#7EC689
(126,198,137)
#71B17A
(113,177,122)
#649C6B
(100,156,107)
#57875C
(87,135,92)
#4A724D
(74,114,77)
#3D5D3E
(61,93,62)
#30482F
(48,72,47)
#233320
(35,51,32)
#161E11
(22,30,17)
#000000
(0,0,0)

Tints of #98F0A7

#98F0A7
(152,240,167)
#A1F1AF
(161,241,175)
#AAF2B7
(170,242,183)
#B3F3BF
(179,243,191)
#BCF4C7
(188,244,199)
#C5F5CF
(197,245,207)
#CEF6D7
(206,246,215)
#D7F7DF
(215,247,223)
#E0F8E7
(224,248,231)
#E9F9EF
(233,249,239)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98F0A7; }

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

This text font color is #98F0A7.


Background Color

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

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

This div background color is #98F0A7.


Border color

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

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

This div border color is #98F0A7.


Opacity

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

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

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

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

This text has shadow with #98F0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98F0A7 on black background.


Color preview on white background

This text has color #98F0A7 on white background.



Black color preview on #98F0A7 background

This text has black color on #98F0A7 background.


White color preview on #98F0A7 background

This text has white color on #98F0A7 background.