COLOR #98D77A

HEX: #98D77A
RGB: (152,215,122)

Color info

#98D77A contains mainly green color. Web safe color of #98D77A is #99CC66 (or #9C6).

RGB color model

#98D77A color RGB value is (152,215,122).

  • red value is 152;
  • green value is 215;
  • blue value is 122.
RGB:
(152,215,122)
(60%,84%,48%)

RGB channels and saturation

R 152 of 255 = 60%
G 215 of 255 = 84%
B 122 of 255 = 48%

152
215
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 215 + 122 = 489 (100%)
R 152 of 489 ~ 31.08%
G 215 of 489 ~ 43.97%
B 122 of 489 ~ 24.95%

%31.08
%43.97
%24.95

CMYK color model

#98D77A color CMYK value is (29,0,43,16).

  • cyan value is 29.30%
  • magenta value is 0.00%
  • yellow value is 43.26%
  • key color value is 15.69%
CMYK:
(29,0,43,16)
C29M0Y43K16 
(29%,0%,43%,16%)
(0.29/0.00/0.43/0.16)	

CMYK percentages

%29.3
%0
%43.26
%15.69

Codes

Color #98D77A in popluar color models

98D77A
RGB152215122
HSL101°53.76%66.08%
HSB/HSV101°43.26%84.31%
CMYK29.30%0.00%43.26%
15.69%

Color #98D77A in popluar number systems.

HEX98D77A
Decimal152215122
Binary10011000110101111111010
Octal230327172

Shades and tints

Shades of #98D77A

#98D77A
(152,215,122)
#8BC46F
(139,196,111)
#7EB164
(126,177,100)
#719E59
(113,158,89)
#648B4E
(100,139,78)
#577843
(87,120,67)
#4A6538
(74,101,56)
#3D522D
(61,82,45)
#303F22
(48,63,34)
#232C17
(35,44,23)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #98D77A

#98D77A
(152,215,122)
#A1DA86
(161,218,134)
#AADD92
(170,221,146)
#B3E09E
(179,224,158)
#BCE3AA
(188,227,170)
#C5E6B6
(197,230,182)
#CEE9C2
(206,233,194)
#D7ECCE
(215,236,206)
#E0EFDA
(224,239,218)
#E9F2E6
(233,242,230)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D77A color. Also use rgb(152,215,122) instead hex code.

Text Font Color

.myTextColor { color: #98D77A; }

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

This text font color is #98D77A.


Background Color

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

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

This div background color is #98D77A.


Border color

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

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

This div border color is #98D77A.


Opacity

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

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

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

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

This text has shadow with #98D77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D77A on black background.


Color preview on white background

This text has color #98D77A on white background.



Black color preview on #98D77A background

This text has black color on #98D77A background.


White color preview on #98D77A background

This text has white color on #98D77A background.