COLOR #9FC17F

HEX: #9FC17F RGB: (159,193,127)

Color info

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

RGB color model

#9FC17F color RGB value is (159,193,127).

RGB: (159,193,127) (62%, 76%, 50%)

RGB channels and saturation

R 159 of 255 = 62%
G 193 of 255 = 76%
B 127 of 255 = 50%

159
193
127

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

Portions of RGB colors in percentages

R + G + B = 159 + 193 + 127 = 479 (100%)
R 159 of 479 ~ 33.19%
G 193 of 479 ~ 40.29%
B 127 of 479 ~ 26.51'%

%33.19
%40.29
%26.51

CMYK color model

#9FC17F color CMYK value is (18,0,34,24).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 34.20%
  • key color value is 24.31%

CMYK: (18,0,34,24)
C18M0Y34K24 (18%, 0%, 34%, 24%)
(0.18 / 0.00 / 0.34 / 0.24)

CMYK percentages

%17.62
%0
%34.2
%24.31

Codes

Color #9FC17F in popluar color models

9F C1 7F
RGB 159 193 127
HSL 91° 34.74% 62.75%
HSB/HSV 91° 34.20% 75.69%
CMYK 17.62% 0.00% 34.20%
24.31%

Color #9FC17F in popluar number systems.

HEX 9F C1 7F
Decimal 159 193 127
Binary 10011111 11000001 1111111
Octal 237 301 177

Shades and tints

Shades of #9FC17F

#9FC17F
(159,193,127)
#91B074
(145,176,116)
#839F69
(131,159,105)
#758E5E
(117,142,94)
#677D53
(103,125,83)
#596C48
(89,108,72)
#4B5B3D
(75,91,61)
#3D4A32
(61,74,50)
#2F3927
(47,57,39)
#21281C
(33,40,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #9FC17F

#9FC17F
(159,193,127)
#A7C68A
(167,198,138)
#AFCB95
(175,203,149)
#B7D0A0
(183,208,160)
#BFD5AB
(191,213,171)
#C7DAB6
(199,218,182)
#CFDFC1
(207,223,193)
#D7E4CC
(215,228,204)
#DFE9D7
(223,233,215)
#E7EEE2
(231,238,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC17F color. Also use rgb(159,193,127) instead hex code.

Text Font Color

.myTextColor { color: #9FC17F; }

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

This text font color is #9FC17F.

Background Color

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

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

This div background color is #9FC17F.

Border color

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

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

This div border color is #9FC17F.

Opacity

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

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

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

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

This text has shadow with #9FC17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC17F.

Preview

Color preview on black background

This text has color #9FC17F on black background.


Color preview on white background

This text has color #9FC17F on white background.


Black color preview on #9FC17F background

This text has black color on #9FC17F background.


White color preview on #9FC17F background

This text has white color on #9FC17F background.


Related colors

Complementary color

Complementary color for #hex is #603E80.


I love getcolorcode.com

Triadic colors

1 #7F9FC1 and #C17F9F with #9FC17F are triadic colors.

2 #7FC19F and #C19F7F with #9FC17F are triadic colors.