COLOR #9ED998

HEX: #9ED998
RGB: (158,217,152)

Color info

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

RGB color model

#9ED998 color RGB value is (158,217,152).

  • red value is 158;
  • green value is 217;
  • blue value is 152.
RGB:
(158,217,152)
(62%,85%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 217 of 255 = 85%
B 152 of 255 = 60%

158
217
152

R + G + B ~ 69%. #9ED998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 217 + 152 = 527 (100%)
R 158 of 527 ~ 29.98%
G 217 of 527 ~ 41.18%
B 152 of 527 ~ 28.84%

%29.98
%41.18
%28.84

CMYK color model

#9ED998 color CMYK value is (27,0,30,15).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 14.90%
CMYK:
(27,0,30,15)
C27M0Y30K15 
(27%,0%,30%,15%)
(0.27/0.00/0.30/0.15)	

CMYK percentages

%27.19
%0
%29.95
%14.9

Codes

Color #9ED998 in popluar color models

9ED998
RGB158217152
HSL114°46.10%72.35%
HSB/HSV114°29.95%85.10%
CMYK27.19%0.00%29.95%
14.90%

Color #9ED998 in popluar number systems.

HEX9ED998
Decimal158217152
Binary100111101101100110011000
Octal236331230

Shades and tints

Shades of #9ED998

#9ED998
(158,217,152)
#90C68B
(144,198,139)
#82B37E
(130,179,126)
#74A071
(116,160,113)
#668D64
(102,141,100)
#587A57
(88,122,87)
#4A674A
(74,103,74)
#3C543D
(60,84,61)
#2E4130
(46,65,48)
#202E23
(32,46,35)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #9ED998

#9ED998
(158,217,152)
#A6DCA1
(166,220,161)
#AEDFAA
(174,223,170)
#B6E2B3
(182,226,179)
#BEE5BC
(190,229,188)
#C6E8C5
(198,232,197)
#CEEBCE
(206,235,206)
#D6EED7
(214,238,215)
#DEF1E0
(222,241,224)
#E6F4E9
(230,244,233)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED998 color. Also use rgb(158,217,152) instead hex code.

Text Font Color

.myTextColor { color: #9ED998; }

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

This text font color is #9ED998.


Background Color

.myBgColor { background-color: #9ED998; }

<div style="background-color:#9ED998">Inner text</div>

This div background color is #9ED998.


Border color

.myBorderColor { border: 1px solid #9ED998; }

<div style="border:3px solid #9ED998">Div</div>

This div border color is #9ED998.


Opacity

.myOpacity80 { color: #9ED998; opacity: 0.8; }

<p style="color:#9ED998;opacity:0.8;">80%</p>

Text with #9ED998 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 #9ED998;}

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

This text has shadow with #9ED998 color.

.textShadow {text-shadow: 3px 3px 1px #9ED998, 3px 3px 1px red;}

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

This text has shadow with #9ED998 primary color and red secondary color.


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

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

This text has shadow with #9ED998 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED998 on black background.


Color preview on white background

This text has color #9ED998 on white background.



Black color preview on #9ED998 background

This text has black color on #9ED998 background.


White color preview on #9ED998 background

This text has white color on #9ED998 background.