COLOR #9CD99B

HEX: #9CD99B RGB: (156,217,155)

Color info

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

RGB color model

#9CD99B color RGB value is (156,217,155).

RGB: (156,217,155) (61%, 85%, 61%)

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 155 of 255 = 61%

156
217
155

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

Portions of RGB colors in percentages

R + G + B = 156 + 217 + 155 = 528 (100%)
R 156 of 528 ~ 29.55%
G 217 of 528 ~ 41.1%
B 155 of 528 ~ 29.36'%

%29.55
%41.1
%29.36

CMYK color model

#9CD99B color CMYK value is (28,0,29,15).

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

CMYK: (28,0,29,15)
C28M0Y29K15 (28%, 0%, 29%, 15%)
(0.28 / 0.00 / 0.29 / 0.15)

CMYK percentages

%28.11
%0
%28.57
%14.9

Codes

Color #9CD99B in popluar color models

9C D9 9B
RGB 156 217 155
HSL 119° 44.93% 72.94%
HSB/HSV 119° 28.57% 85.10%
CMYK 28.11% 0.00% 28.57%
14.90%

Color #9CD99B in popluar number systems.

HEX 9C D9 9B
Decimal 156 217 155
Binary 10011100 11011001 10011011
Octal 234 331 233

Shades and tints

Shades of #9CD99B

#9CD99B
(156,217,155)
#8EC68D
(142,198,141)
#80B37F
(128,179,127)
#72A071
(114,160,113)
#648D63
(100,141,99)
#567A55
(86,122,85)
#486747
(72,103,71)
#3A5439
(58,84,57)
#2C412B
(44,65,43)
#1E2E1D
(30,46,29)
#101B0F
(16,27,15)
#000000
(0,0,0)

Tints of #9CD99B

#9CD99B
(156,217,155)
#A5DCA4
(165,220,164)
#AEDFAD
(174,223,173)
#B7E2B6
(183,226,182)
#C0E5BF
(192,229,191)
#C9E8C8
(201,232,200)
#D2EBD1
(210,235,209)
#DBEEDA
(219,238,218)
#E4F1E3
(228,241,227)
#EDF4EC
(237,244,236)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD99B; }

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

This text font color is #9CD99B.

Background Color

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

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

This div background color is #9CD99B.

Border color

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

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

This div border color is #9CD99B.

Opacity

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

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

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

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

This text has shadow with #9CD99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD99B.

Preview

Color preview on black background

This text has color #9CD99B on black background.


Color preview on white background

This text has color #9CD99B on white background.


Black color preview on #9CD99B background

This text has black color on #9CD99B background.


White color preview on #9CD99B background

This text has white color on #9CD99B background.


Related colors

Complementary color

Complementary color for #hex is #632664.


I love getcolorcode.com

Triadic colors

1 #9B9CD9 and #D99B9C with #9CD99B are triadic colors.

2 #9BD99C and #D99C9B with #9CD99B are triadic colors.