COLOR #9CC497

HEX: #9CC497 RGB: (156,196,151)

Color info

#9CC497 contains red, green and blue colors in about the same proportion. Web safe color of #9CC497 is #99CC99 (or #9C9).

RGB color model

#9CC497 color RGB value is (156,196,151).

RGB: (156,196,151) (61%, 77%, 59%)

RGB channels and saturation

R 156 of 255 = 61%
G 196 of 255 = 77%
B 151 of 255 = 59%

156
196
151

R + G + B ~ 66%. #9CC497 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 196 + 151 = 503 (100%)
R 156 of 503 ~ 31.01%
G 196 of 503 ~ 38.97%
B 151 of 503 ~ 30.02'%

%31.01
%38.97
%30.02

CMYK color model

#9CC497 color CMYK value is (20,0,23,23).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 23.14%

CMYK: (20,0,23,23)
C20M0Y23K23 (20%, 0%, 23%, 23%)
(0.20 / 0.00 / 0.23 / 0.23)

CMYK percentages

%20.41
%0
%22.96
%23.14

Codes

Color #9CC497 in popluar color models

9C C4 97
RGB 156 196 151
HSL 113° 27.61% 68.04%
HSB/HSV 113° 22.96% 76.86%
CMYK 20.41% 0.00% 22.96%
23.14%

Color #9CC497 in popluar number systems.

HEX 9C C4 97
Decimal 156 196 151
Binary 10011100 11000100 10010111
Octal 234 304 227

Shades and tints

Shades of #9CC497

#9CC497
(156,196,151)
#8EB38A
(142,179,138)
#80A27D
(128,162,125)
#729170
(114,145,112)
#648063
(100,128,99)
#566F56
(86,111,86)
#485E49
(72,94,73)
#3A4D3C
(58,77,60)
#2C3C2F
(44,60,47)
#1E2B22
(30,43,34)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #9CC497

#9CC497
(156,196,151)
#A5C9A0
(165,201,160)
#AECEA9
(174,206,169)
#B7D3B2
(183,211,178)
#C0D8BB
(192,216,187)
#C9DDC4
(201,221,196)
#D2E2CD
(210,226,205)
#DBE7D6
(219,231,214)
#E4ECDF
(228,236,223)
#EDF1E8
(237,241,232)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC497 color. Also use rgb(156,196,151) instead hex code.

Text Font Color

.myTextColor { color: #9CC497; }

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

This text font color is #9CC497.

Background Color

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

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

This div background color is #9CC497.

Border color

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

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

This div border color is #9CC497.

Opacity

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

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

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

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

This text has shadow with #9CC497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC497.

Preview

Color preview on black background

This text has color #9CC497 on black background.


Color preview on white background

This text has color #9CC497 on white background.


Black color preview on #9CC497 background

This text has black color on #9CC497 background.


White color preview on #9CC497 background

This text has white color on #9CC497 background.


Related colors

Complementary color

Complementary color for #hex is #633B68.


I love getcolorcode.com

Triadic colors

1 #979CC4 and #C4979C with #9CC497 are triadic colors.

2 #97C49C and #C49C97 with #9CC497 are triadic colors.