COLOR #9FCD76

HEX: #9FCD76
RGB: (159,205,118)

Color info

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

RGB color model

#9FCD76 color RGB value is (159,205,118).

  • red value is 159;
  • green value is 205;
  • blue value is 118.
RGB:
(159,205,118)
(62%,80%,46%)

RGB channels and saturation

R 159 of 255 = 62%
G 205 of 255 = 80%
B 118 of 255 = 46%

159
205
118

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

Portions of RGB colors in percentages

R + G + B =
159 + 205 + 118 = 482 (100%)
R 159 of 482 ~ 32.99%
G 205 of 482 ~ 42.53%
B 118 of 482 ~ 24.48%

%32.99
%42.53
%24.48

CMYK color model

#9FCD76 color CMYK value is (22,0,42,20).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 19.61%
CMYK:
(22,0,42,20)
C22M0Y42K20 
(22%,0%,42%,20%)
(0.22/0.00/0.42/0.20)	

CMYK percentages

%22.44
%0
%42.44
%19.61

Codes

Color #9FCD76 in popluar color models

9FCD76
RGB159205118
HSL92°46.52%63.33%
HSB/HSV92°42.44%80.39%
CMYK22.44%0.00%42.44%
19.61%

Color #9FCD76 in popluar number systems.

HEX9FCD76
Decimal159205118
Binary10011111110011011110110
Octal237315166

Shades and tints

Shades of #9FCD76

#9FCD76
(159,205,118)
#91BB6C
(145,187,108)
#83A962
(131,169,98)
#759758
(117,151,88)
#67854E
(103,133,78)
#597344
(89,115,68)
#4B613A
(75,97,58)
#3D4F30
(61,79,48)
#2F3D26
(47,61,38)
#212B1C
(33,43,28)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #9FCD76

#9FCD76
(159,205,118)
#A7D182
(167,209,130)
#AFD58E
(175,213,142)
#B7D99A
(183,217,154)
#BFDDA6
(191,221,166)
#C7E1B2
(199,225,178)
#CFE5BE
(207,229,190)
#D7E9CA
(215,233,202)
#DFEDD6
(223,237,214)
#E7F1E2
(231,241,226)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCD76 color. Also use rgb(159,205,118) instead hex code.

Text Font Color

.myTextColor { color: #9FCD76; }

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

This text font color is #9FCD76.


Background Color

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

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

This div background color is #9FCD76.


Border color

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

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

This div border color is #9FCD76.


Opacity

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

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

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

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

This text has shadow with #9FCD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCD76 on black background.


Color preview on white background

This text has color #9FCD76 on white background.



Black color preview on #9FCD76 background

This text has black color on #9FCD76 background.


White color preview on #9FCD76 background

This text has white color on #9FCD76 background.