COLOR #9CD98D

HEX: #9CD98D RGB: (156,217,141)

Color info

#9CD98D contains mainly green color. Web safe color of #9CD98D is #99CC99 (or #9C9).

RGB color model

#9CD98D color RGB value is (156,217,141).

RGB: (156,217,141) (61%, 85%, 55%)

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 141 of 255 = 55%

156
217
141

R + G + B ~ 67%. #9CD98D is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 217 + 141 = 514 (100%)
R 156 of 514 ~ 30.35%
G 217 of 514 ~ 42.22%
B 141 of 514 ~ 27.43'%

%30.35
%42.22
%27.43

CMYK color model

#9CD98D color CMYK value is (28,0,35,15).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 35.02%
  • key color value is 14.90%

CMYK: (28,0,35,15)
C28M0Y35K15 (28%, 0%, 35%, 15%)
(0.28 / 0.00 / 0.35 / 0.15)

CMYK percentages

%28.11
%0
%35.02
%14.9

Codes

Color #9CD98D in popluar color models

9C D9 8D
RGB 156 217 141
HSL 108° 50.00% 70.20%
HSB/HSV 108° 35.02% 85.10%
CMYK 28.11% 0.00% 35.02%
14.90%

Color #9CD98D in popluar number systems.

HEX 9C D9 8D
Decimal 156 217 141
Binary 10011100 11011001 10001101
Octal 234 331 215

Shades and tints

Shades of #9CD98D

#9CD98D
(156,217,141)
#8EC681
(142,198,129)
#80B375
(128,179,117)
#72A069
(114,160,105)
#648D5D
(100,141,93)
#567A51
(86,122,81)
#486745
(72,103,69)
#3A5439
(58,84,57)
#2C412D
(44,65,45)
#1E2E21
(30,46,33)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #9CD98D

#9CD98D
(156,217,141)
#A5DC97
(165,220,151)
#AEDFA1
(174,223,161)
#B7E2AB
(183,226,171)
#C0E5B5
(192,229,181)
#C9E8BF
(201,232,191)
#D2EBC9
(210,235,201)
#DBEED3
(219,238,211)
#E4F1DD
(228,241,221)
#EDF4E7
(237,244,231)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD98D color. Also use rgb(156,217,141) instead hex code.

Text Font Color

.myTextColor { color: #9CD98D; }

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

This text font color is #9CD98D.

Background Color

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

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

This div background color is #9CD98D.

Border color

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

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

This div border color is #9CD98D.

Opacity

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

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

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

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

This text has shadow with #9CD98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD98D.

Preview

Color preview on black background

This text has color #9CD98D on black background.


Color preview on white background

This text has color #9CD98D on white background.


Black color preview on #9CD98D background

This text has black color on #9CD98D background.


White color preview on #9CD98D background

This text has white color on #9CD98D background.


Related colors

Complementary color

Complementary color for #hex is #632672.


I love getcolorcode.com

Triadic colors

1 #8D9CD9 and #D98D9C with #9CD98D are triadic colors.

2 #8DD99C and #D99C8D with #9CD98D are triadic colors.