COLOR #9FC071

HEX: #9FC071 RGB: (159,192,113)

Color info

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

RGB color model

#9FC071 color RGB value is (159,192,113).

RGB: (159,192,113) (62%, 75%, 44%)

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 113 of 255 = 44%

159
192
113

R + G + B ~ 60%. #9FC071 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 159 + 192 + 113 = 464 (100%)
R 159 of 464 ~ 34.27%
G 192 of 464 ~ 41.38%
B 113 of 464 ~ 24.35'%

%34.27
%41.38
%24.35

CMYK color model

#9FC071 color CMYK value is (17,0,41,25).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 24.71%
CMYK: (17,0,41,25) C17M0Y41K25 (17%,0%,41%,25%) (0.17/0.00/0.41/0.25) 

CMYK percentages

%17.19
%0
%41.15
%24.71

Codes

Color #9FC071 in popluar color models

9F C0 71
RGB 159 192 113
HSL 85° 38.54% 59.80%
HSB/HSV 85° 41.15% 75.29%
CMYK 17.19% 0.00% 41.15%
24.71%

Color #9FC071 in popluar number systems.

HEX 9F C0 71
Decimal 159 192 113
Binary 10011111 11000000 1110001
Octal 237 300 161

Shades and tints

Shades of #9FC071

#9FC071
(159,192,113)
#91AF67
(145,175,103)
#839E5D
(131,158,93)
#758D53
(117,141,83)
#677C49
(103,124,73)
#596B3F
(89,107,63)
#4B5A35
(75,90,53)
#3D492B
(61,73,43)
#2F3821
(47,56,33)
#212717
(33,39,23)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #9FC071

#9FC071
(159,192,113)
#A7C57D
(167,197,125)
#AFCA89
(175,202,137)
#B7CF95
(183,207,149)
#BFD4A1
(191,212,161)
#C7D9AD
(199,217,173)
#CFDEB9
(207,222,185)
#D7E3C5
(215,227,197)
#DFE8D1
(223,232,209)
#E7EDDD
(231,237,221)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC071; }

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

This text font color is #9FC071.

Background Color

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

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

This div background color is #9FC071.

Border color

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

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

This div border color is #9FC071.

Opacity

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

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

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

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

This text has shadow with #9FC071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC071.

Preview

Color preview on black background

This text has color #9FC071 on black background.


Color preview on white background

This text has color #9FC071 on white background.


Black color preview on #9FC071 background

This text has black color on #9FC071 background.


White color preview on #9FC071 background

This text has white color on #9FC071 background.


Related colors

Complementary color

Complementary color for #hex is #603F8E.


I love getcolorcode.com

Triadic colors

1 #719FC0 and #C0719F with #9FC071 are triadic colors.

2 #71C09F and #C09F71 with #9FC071 are triadic colors.