COLOR #9FBF5F

HEX: #9FBF5F RGB: (159,191,95)

Color info

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

RGB color model

#9FBF5F color RGB value is (159,191,95).

RGB: (159,191,95) (62%, 75%, 37%)

RGB channels and saturation

R 159 of 255 = 62%
G 191 of 255 = 75%
B 95 of 255 = 37%

159
191
95

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

Portions of RGB colors in percentages

R + G + B = 159 + 191 + 95 = 445 (100%)
R 159 of 445 ~ 35.73%
G 191 of 445 ~ 42.92%
B 95 of 445 ~ 21.35'%

%35.73
%42.92
%21.35

CMYK color model

#9FBF5F color CMYK value is (17,0,50,25).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 50.26%
  • key color value is 25.10%
CMYK: (17,0,50,25) C17M0Y50K25 (17%,0%,50%,25%) (0.17/0.00/0.50/0.25) 

CMYK percentages

%16.75
%0
%50.26
%25.1

Codes

Color #9FBF5F in popluar color models

9F BF 5F
RGB 159 191 95
HSL 80° 42.86% 56.08%
HSB/HSV 80° 50.26% 74.90%
CMYK 16.75% 0.00% 50.26%
25.10%

Color #9FBF5F in popluar number systems.

HEX 9F BF 5F
Decimal 159 191 95
Binary 10011111 10111111 1011111
Octal 237 277 137

Shades and tints

Shades of #9FBF5F

#9FBF5F
(159,191,95)
#91AE57
(145,174,87)
#839D4F
(131,157,79)
#758C47
(117,140,71)
#677B3F
(103,123,63)
#596A37
(89,106,55)
#4B592F
(75,89,47)
#3D4827
(61,72,39)
#2F371F
(47,55,31)
#212617
(33,38,23)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #9FBF5F

#9FBF5F
(159,191,95)
#A7C46D
(167,196,109)
#AFC97B
(175,201,123)
#B7CE89
(183,206,137)
#BFD397
(191,211,151)
#C7D8A5
(199,216,165)
#CFDDB3
(207,221,179)
#D7E2C1
(215,226,193)
#DFE7CF
(223,231,207)
#E7ECDD
(231,236,221)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBF5F color. Also use rgb(159,191,95) instead hex code.

Text Font Color

.myTextColor { color: #9FBF5F; }

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

This text font color is #9FBF5F.

Background Color

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

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

This div background color is #9FBF5F.

Border color

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

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

This div border color is #9FBF5F.

Opacity

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

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

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

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

This text has shadow with #9FBF5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBF5F.

Preview

Color preview on black background

This text has color #9FBF5F on black background.


Color preview on white background

This text has color #9FBF5F on white background.


Black color preview on #9FBF5F background

This text has black color on #9FBF5F background.


White color preview on #9FBF5F background

This text has white color on #9FBF5F background.


Related colors

Complementary color

Complementary color for #hex is #6040A0.


I love getcolorcode.com

Triadic colors

1 #5F9FBF and #BF5F9F with #9FBF5F are triadic colors.

2 #5FBF9F and #BF9F5F with #9FBF5F are triadic colors.