COLOR #98AD58

HEX: #98AD58
RGB: (152,173,88)

Color info

#98AD58 contains mainly red and green colors. Web safe color of #98AD58 is #999966 (or #996).

RGB color model

#98AD58 color RGB value is (152,173,88).

  • red value is 152;
  • green value is 173;
  • blue value is 88.
RGB:
(152,173,88)
(60%,68%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 88 of 255 = 35%

152
173
88

R + G + B ~ 54%. #98AD58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 173 + 88 = 413 (100%)
R 152 of 413 ~ 36.8%
G 173 of 413 ~ 41.89%
B 88 of 413 ~ 21.31%

%36.8
%41.89
%21.31

CMYK color model

#98AD58 color CMYK value is (12,0,49,32).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 49.13%
  • key color value is 32.16%
CMYK:
(12,0,49,32)
C12M0Y49K32 
(12%,0%,49%,32%)
(0.12/0.00/0.49/0.32)	

CMYK percentages

%12.14
%0
%49.13
%32.16

Codes

Color #98AD58 in popluar color models

98AD58
RGB15217388
HSL75°34.14%51.18%
HSB/HSV75°49.13%67.84%
CMYK12.14%0.00%49.13%
32.16%

Color #98AD58 in popluar number systems.

HEX98AD58
Decimal15217388
Binary10011000101011011011000
Octal230255130

Shades and tints

Shades of #98AD58

#98AD58
(152,173,88)
#8B9E50
(139,158,80)
#7E8F48
(126,143,72)
#718040
(113,128,64)
#647138
(100,113,56)
#576230
(87,98,48)
#4A5328
(74,83,40)
#3D4420
(61,68,32)
#303518
(48,53,24)
#232610
(35,38,16)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #98AD58

#98AD58
(152,173,88)
#A1B467
(161,180,103)
#AABB76
(170,187,118)
#B3C285
(179,194,133)
#BCC994
(188,201,148)
#C5D0A3
(197,208,163)
#CED7B2
(206,215,178)
#D7DEC1
(215,222,193)
#E0E5D0
(224,229,208)
#E9ECDF
(233,236,223)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AD58; }

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

This text font color is #98AD58.


Background Color

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

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

This div background color is #98AD58.


Border color

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

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

This div border color is #98AD58.


Opacity

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

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

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

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

This text has shadow with #98AD58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AD58 on black background.


Color preview on white background

This text has color #98AD58 on white background.



Black color preview on #98AD58 background

This text has black color on #98AD58 background.


White color preview on #98AD58 background

This text has white color on #98AD58 background.