COLOR #9CC97B

HEX: #9CC97B RGB: (156,201,123)

Color info

#9CC97B contains mainly red and green colors. Web safe color of #9CC97B is #99CC66 (or #9C6).

RGB color model

#9CC97B color RGB value is (156,201,123).

RGB: (156,201,123) (61%, 79%, 48%)

RGB channels and saturation

R 156 of 255 = 61%
G 201 of 255 = 79%
B 123 of 255 = 48%

156
201
123

R + G + B ~ 63%. #9CC97B is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 201 + 123 = 480 (100%)
R 156 of 480 ~ 32.5%
G 201 of 480 ~ 41.88%
B 123 of 480 ~ 25.63'%

%32.5
%41.88
%25.63

CMYK color model

#9CC97B color CMYK value is (22,0,39,21).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 21.18%

CMYK: (22,0,39,21)
C22M0Y39K21 (22%, 0%, 39%, 21%)
(0.22 / 0.00 / 0.39 / 0.21)

CMYK percentages

%22.39
%0
%38.81
%21.18

Codes

Color #9CC97B in popluar color models

9C C9 7B
RGB 156 201 123
HSL 95° 41.94% 63.53%
HSB/HSV 95° 38.81% 78.82%
CMYK 22.39% 0.00% 38.81%
21.18%

Color #9CC97B in popluar number systems.

HEX 9C C9 7B
Decimal 156 201 123
Binary 10011100 11001001 1111011
Octal 234 311 173

Shades and tints

Shades of #9CC97B

#9CC97B
(156,201,123)
#8EB770
(142,183,112)
#80A565
(128,165,101)
#72935A
(114,147,90)
#64814F
(100,129,79)
#566F44
(86,111,68)
#485D39
(72,93,57)
#3A4B2E
(58,75,46)
#2C3923
(44,57,35)
#1E2718
(30,39,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #9CC97B

#9CC97B
(156,201,123)
#A5CD87
(165,205,135)
#AED193
(174,209,147)
#B7D59F
(183,213,159)
#C0D9AB
(192,217,171)
#C9DDB7
(201,221,183)
#D2E1C3
(210,225,195)
#DBE5CF
(219,229,207)
#E4E9DB
(228,233,219)
#EDEDE7
(237,237,231)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC97B color. Also use rgb(156,201,123) instead hex code.

Text Font Color

.myTextColor { color: #9CC97B; }

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

This text font color is #9CC97B.

Background Color

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

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

This div background color is #9CC97B.

Border color

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

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

This div border color is #9CC97B.

Opacity

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

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

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

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

This text has shadow with #9CC97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC97B.

Preview

Color preview on black background

This text has color #9CC97B on black background.


Color preview on white background

This text has color #9CC97B on white background.


Black color preview on #9CC97B background

This text has black color on #9CC97B background.


White color preview on #9CC97B background

This text has white color on #9CC97B background.


Related colors

Complementary color

Complementary color for #hex is #633684.


I love getcolorcode.com

Triadic colors

1 #7B9CC9 and #C97B9C with #9CC97B are triadic colors.

2 #7BC99C and #C99C7B with #9CC97B are triadic colors.