COLOR #98C989

HEX: #98C989
RGB: (152,201,137)

Color info

#98C989 contains mainly red and green colors. Web safe color of #98C989 is #99CC99 (or #9C9).

RGB color model

#98C989 color RGB value is (152,201,137).

  • red value is 152;
  • green value is 201;
  • blue value is 137.
RGB:
(152,201,137)
(60%,79%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 201 of 255 = 79%
B 137 of 255 = 54%

152
201
137

R + G + B ~ 64%. #98C989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 201 + 137 = 490 (100%)
R 152 of 490 ~ 31.02%
G 201 of 490 ~ 41.02%
B 137 of 490 ~ 27.96%

%31.02
%41.02
%27.96

CMYK color model

#98C989 color CMYK value is (24,0,32,21).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 21.18%
CMYK:
(24,0,32,21)
C24M0Y32K21 
(24%,0%,32%,21%)
(0.24/0.00/0.32/0.21)	

CMYK percentages

%24.38
%0
%31.84
%21.18

Codes

Color #98C989 in popluar color models

98C989
RGB152201137
HSL106°37.21%66.27%
HSB/HSV106°31.84%78.82%
CMYK24.38%0.00%31.84%
21.18%

Color #98C989 in popluar number systems.

HEX98C989
Decimal152201137
Binary100110001100100110001001
Octal230311211

Shades and tints

Shades of #98C989

#98C989
(152,201,137)
#8BB77D
(139,183,125)
#7EA571
(126,165,113)
#719365
(113,147,101)
#648159
(100,129,89)
#576F4D
(87,111,77)
#4A5D41
(74,93,65)
#3D4B35
(61,75,53)
#303929
(48,57,41)
#23271D
(35,39,29)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #98C989

#98C989
(152,201,137)
#A1CD93
(161,205,147)
#AAD19D
(170,209,157)
#B3D5A7
(179,213,167)
#BCD9B1
(188,217,177)
#C5DDBB
(197,221,187)
#CEE1C5
(206,225,197)
#D7E5CF
(215,229,207)
#E0E9D9
(224,233,217)
#E9EDE3
(233,237,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C989; }

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

This text font color is #98C989.


Background Color

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

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

This div background color is #98C989.


Border color

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

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

This div border color is #98C989.


Opacity

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

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

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

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

This text has shadow with #98C989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C989 on black background.


Color preview on white background

This text has color #98C989 on white background.



Black color preview on #98C989 background

This text has black color on #98C989 background.


White color preview on #98C989 background

This text has white color on #98C989 background.