COLOR #9DEC98

HEX: #9DEC98 RGB: (157,236,152)

Color info

#9DEC98 contains mainly green color. Web safe color of #9DEC98 is #99FF99 (or #9F9).

RGB color model

#9DEC98 color RGB value is (157,236,152).

RGB: (157,236,152) (62%, 93%, 60%)

RGB channels and saturation

R 157 of 255 = 62%
G 236 of 255 = 93%
B 152 of 255 = 60%

157
236
152

R + G + B ~ 72%. #9DEC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 236 + 152 = 545 (100%)
R 157 of 545 ~ 28.81%
G 236 of 545 ~ 43.3%
B 152 of 545 ~ 27.89'%

%28.81
%43.3
%27.89

CMYK color model

#9DEC98 color CMYK value is (33,0,36,7).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 7.45%

CMYK: (33,0,36,7)
C33M0Y36K7 (33%, 0%, 36%, 7%)
(0.33 / 0.00 / 0.36 / 0.07)

CMYK percentages

%33.47
%0
%35.59
%7.45

Codes

Color #9DEC98 in popluar color models

9D EC 98
RGB 157 236 152
HSL 116° 68.85% 76.08%
HSB/HSV 116° 35.59% 92.55%
CMYK 33.47% 0.00% 35.59%
7.45%

Color #9DEC98 in popluar number systems.

HEX 9D EC 98
Decimal 157 236 152
Binary 10011101 11101100 10011000
Octal 235 354 230

Shades and tints

Shades of #9DEC98

#9DEC98
(157,236,152)
#8FD78B
(143,215,139)
#81C27E
(129,194,126)
#73AD71
(115,173,113)
#659864
(101,152,100)
#578357
(87,131,87)
#496E4A
(73,110,74)
#3B593D
(59,89,61)
#2D4430
(45,68,48)
#1F2F23
(31,47,35)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #9DEC98

#9DEC98
(157,236,152)
#A5EDA1
(165,237,161)
#ADEEAA
(173,238,170)
#B5EFB3
(181,239,179)
#BDF0BC
(189,240,188)
#C5F1C5
(197,241,197)
#CDF2CE
(205,242,206)
#D5F3D7
(213,243,215)
#DDF4E0
(221,244,224)
#E5F5E9
(229,245,233)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DEC98 color. Also use rgb(157,236,152) instead hex code.

Text Font Color

.myTextColor { color: #9DEC98; }

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

This text font color is #9DEC98.

Background Color

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

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

This div background color is #9DEC98.

Border color

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

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

This div border color is #9DEC98.

Opacity

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

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

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

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

This text has shadow with #9DEC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DEC98.

Preview

Color preview on black background

This text has color #9DEC98 on black background.


Color preview on white background

This text has color #9DEC98 on white background.


Black color preview on #9DEC98 background

This text has black color on #9DEC98 background.


White color preview on #9DEC98 background

This text has white color on #9DEC98 background.


Related colors

Complementary color

Complementary color for #hex is #621367.


I love getcolorcode.com

Triadic colors

1 #989DEC and #EC989D with #9DEC98 are triadic colors.

2 #98EC9D and #EC9D98 with #9DEC98 are triadic colors.