COLOR #9FC497

HEX: #9FC497
RGB: (159,196,151)

Color info

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

RGB color model

#9FC497 color RGB value is (159,196,151).

  • red value is 159;
  • green value is 196;
  • blue value is 151.
RGB: (159,196,151) (62%,77%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 196 of 255 = 77%
B 151 of 255 = 59%

159
196
151

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

Portions of RGB colors in percentages

R + G + B =
159 + 196 + 151 = 506 (100%)
R 159 of 506 ~ 31.42%
G 196 of 506 ~ 38.74%
B 151 of 506 ~ 29.84%

%31.42
%38.74
%29.84

CMYK color model

#9FC497 color CMYK value is (19,0,23,23).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 23.14%
CMYK: (19,0,23,23) C19M0Y23K23 (19%,0%,23%,23%) (0.19/0.00/0.23/0.23)

CMYK percentages

%18.88
%0
%22.96
%23.14

Codes

Color #9FC497 in popluar color models

9FC497
RGB159196151
HSL109°27.61%68.04%
HSB/HSV109°22.96%76.86%
CMYK18.88%0.00%22.96%
23.14%

Color #9FC497 in popluar number systems.

HEX9FC497
Decimal159196151
Binary100111111100010010010111
Octal237304227

Shades and tints

Shades of #9FC497

#9FC497
(159,196,151)
#91B38A
(145,179,138)
#83A27D
(131,162,125)
#759170
(117,145,112)
#678063
(103,128,99)
#596F56
(89,111,86)
#4B5E49
(75,94,73)
#3D4D3C
(61,77,60)
#2F3C2F
(47,60,47)
#212B22
(33,43,34)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #9FC497

#9FC497
(159,196,151)
#A7C9A0
(167,201,160)
#AFCEA9
(175,206,169)
#B7D3B2
(183,211,178)
#BFD8BB
(191,216,187)
#C7DDC4
(199,221,196)
#CFE2CD
(207,226,205)
#D7E7D6
(215,231,214)
#DFECDF
(223,236,223)
#E7F1E8
(231,241,232)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC497; }

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

This text font color is #9FC497.


Background Color

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

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

This div background color is #9FC497.


Border color

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

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

This div border color is #9FC497.


Opacity

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

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

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

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

This text has shadow with #9FC497 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9FC497; -webkit-box-shadow:	1px 1px 3px 2px #9FC497; box-shadow:	1px 1px 3px 2px #9FC497; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9FC497; -webkit-box-shadow: 1px 1px 3px 2px #9FC497; box-shadow:1px 1px 3px 2px #9FC497;">
Div content here</div>
This div box has shadow with color #9FC497.

Preview

Color preview on black background

This text has color #9FC497 on black background.


Color preview on white background

This text has color #9FC497 on white background.



Black color preview on #9FC497 background

This text has black color on #9FC497 background.


White color preview on #9FC497 background

This text has white color on #9FC497 background.