COLOR #9FCD71

HEX: #9FCD71
RGB: (159,205,113)

Color info

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

RGB color model

#9FCD71 color RGB value is (159,205,113).

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

RGB channels and saturation

R 159 of 255 = 62%
G 205 of 255 = 80%
B 113 of 255 = 44%

159
205
113

R + G + B ~ 62%. #9FCD71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 205 + 113 = 477 (100%)
R 159 of 477 ~ 33.33%
G 205 of 477 ~ 42.98%
B 113 of 477 ~ 23.69%

%33.33
%42.98
%23.69

CMYK color model

#9FCD71 color CMYK value is (22,0,45,20).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 44.88%
  • key color value is 19.61%
CMYK:
(22,0,45,20)
C22M0Y45K20 
(22%,0%,45%,20%)
(0.22/0.00/0.45/0.20)	

CMYK percentages

%22.44
%0
%44.88
%19.61

Codes

Color #9FCD71 in popluar color models

9FCD71
RGB159205113
HSL90°47.92%62.35%
HSB/HSV90°44.88%80.39%
CMYK22.44%0.00%44.88%
19.61%

Color #9FCD71 in popluar number systems.

HEX9FCD71
Decimal159205113
Binary10011111110011011110001
Octal237315161

Shades and tints

Shades of #9FCD71

#9FCD71
(159,205,113)
#91BB67
(145,187,103)
#83A95D
(131,169,93)
#759753
(117,151,83)
#678549
(103,133,73)
#59733F
(89,115,63)
#4B6135
(75,97,53)
#3D4F2B
(61,79,43)
#2F3D21
(47,61,33)
#212B17
(33,43,23)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #9FCD71

#9FCD71
(159,205,113)
#A7D17D
(167,209,125)
#AFD589
(175,213,137)
#B7D995
(183,217,149)
#BFDDA1
(191,221,161)
#C7E1AD
(199,225,173)
#CFE5B9
(207,229,185)
#D7E9C5
(215,233,197)
#DFEDD1
(223,237,209)
#E7F1DD
(231,241,221)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCD71; }

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

This text font color is #9FCD71.


Background Color

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

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

This div background color is #9FCD71.


Border color

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

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

This div border color is #9FCD71.


Opacity

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

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

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

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

This text has shadow with #9FCD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCD71 on black background.


Color preview on white background

This text has color #9FCD71 on white background.



Black color preview on #9FCD71 background

This text has black color on #9FCD71 background.


White color preview on #9FCD71 background

This text has white color on #9FCD71 background.