COLOR #98D46D

HEX: #98D46D
RGB: (152,212,109)

Color info

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

RGB color model

#98D46D color RGB value is (152,212,109).

  • red value is 152;
  • green value is 212;
  • blue value is 109.
RGB:
(152,212,109)
(60%,83%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 212 of 255 = 83%
B 109 of 255 = 43%

152
212
109

R + G + B ~ 62%. #98D46D is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 212 + 109 = 473 (100%)
R 152 of 473 ~ 32.14%
G 212 of 473 ~ 44.82%
B 109 of 473 ~ 23.04%

%32.14
%44.82
%23.04

CMYK color model

#98D46D color CMYK value is (28,0,49,17).

  • cyan value is 28.30%
  • magenta value is 0.00%
  • yellow value is 48.58%
  • key color value is 16.86%
CMYK:
(28,0,49,17)
C28M0Y49K17 
(28%,0%,49%,17%)
(0.28/0.00/0.49/0.17)	

CMYK percentages

%28.3
%0
%48.58
%16.86

Codes

Color #98D46D in popluar color models

98D46D
RGB152212109
HSL95°54.50%62.94%
HSB/HSV95°48.58%83.14%
CMYK28.30%0.00%48.58%
16.86%

Color #98D46D in popluar number systems.

HEX98D46D
Decimal152212109
Binary10011000110101001101101
Octal230324155

Shades and tints

Shades of #98D46D

#98D46D
(152,212,109)
#8BC164
(139,193,100)
#7EAE5B
(126,174,91)
#719B52
(113,155,82)
#648849
(100,136,73)
#577540
(87,117,64)
#4A6237
(74,98,55)
#3D4F2E
(61,79,46)
#303C25
(48,60,37)
#23291C
(35,41,28)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #98D46D

#98D46D
(152,212,109)
#A1D77A
(161,215,122)
#AADA87
(170,218,135)
#B3DD94
(179,221,148)
#BCE0A1
(188,224,161)
#C5E3AE
(197,227,174)
#CEE6BB
(206,230,187)
#D7E9C8
(215,233,200)
#E0ECD5
(224,236,213)
#E9EFE2
(233,239,226)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D46D color. Also use rgb(152,212,109) instead hex code.

Text Font Color

.myTextColor { color: #98D46D; }

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

This text font color is #98D46D.


Background Color

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

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

This div background color is #98D46D.


Border color

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

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

This div border color is #98D46D.


Opacity

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

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

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

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

This text has shadow with #98D46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D46D on black background.


Color preview on white background

This text has color #98D46D on white background.



Black color preview on #98D46D background

This text has black color on #98D46D background.


White color preview on #98D46D background

This text has white color on #98D46D background.