COLOR #98D391

HEX: #98D391
RGB: (152,211,145)

Color info

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

RGB color model

#98D391 color RGB value is (152,211,145).

  • red value is 152;
  • green value is 211;
  • blue value is 145.
RGB:
(152,211,145)
(60%,83%,57%)

RGB channels and saturation

R 152 of 255 = 60%
G 211 of 255 = 83%
B 145 of 255 = 57%

152
211
145

R + G + B ~ 67%. #98D391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 211 + 145 = 508 (100%)
R 152 of 508 ~ 29.92%
G 211 of 508 ~ 41.54%
B 145 of 508 ~ 28.54%

%29.92
%41.54
%28.54

CMYK color model

#98D391 color CMYK value is (28,0,31,17).

  • cyan value is 27.96%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 17.25%
CMYK:
(28,0,31,17)
C28M0Y31K17 
(28%,0%,31%,17%)
(0.28/0.00/0.31/0.17)	

CMYK percentages

%27.96
%0
%31.28
%17.25

Codes

Color #98D391 in popluar color models

98D391
RGB152211145
HSL114°42.86%69.80%
HSB/HSV114°31.28%82.75%
CMYK27.96%0.00%31.28%
17.25%

Color #98D391 in popluar number systems.

HEX98D391
Decimal152211145
Binary100110001101001110010001
Octal230323221

Shades and tints

Shades of #98D391

#98D391
(152,211,145)
#8BC084
(139,192,132)
#7EAD77
(126,173,119)
#719A6A
(113,154,106)
#64875D
(100,135,93)
#577450
(87,116,80)
#4A6143
(74,97,67)
#3D4E36
(61,78,54)
#303B29
(48,59,41)
#23281C
(35,40,28)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #98D391

#98D391
(152,211,145)
#A1D79B
(161,215,155)
#AADBA5
(170,219,165)
#B3DFAF
(179,223,175)
#BCE3B9
(188,227,185)
#C5E7C3
(197,231,195)
#CEEBCD
(206,235,205)
#D7EFD7
(215,239,215)
#E0F3E1
(224,243,225)
#E9F7EB
(233,247,235)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D391 color. Also use rgb(152,211,145) instead hex code.

Text Font Color

.myTextColor { color: #98D391; }

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

This text font color is #98D391.


Background Color

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

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

This div background color is #98D391.


Border color

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

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

This div border color is #98D391.


Opacity

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

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

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

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

This text has shadow with #98D391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D391 on black background.


Color preview on white background

This text has color #98D391 on white background.



Black color preview on #98D391 background

This text has black color on #98D391 background.


White color preview on #98D391 background

This text has white color on #98D391 background.