COLOR #9FB041

HEX: #9FB041 RGB: (159,176,65)

Color info

#9FB041 contains mainly red and green colors. Web safe color of #9FB041 is #999933 (or #993).

RGB color model

#9FB041 color RGB value is (159,176,65).

RGB: (159,176,65) (62%, 69%, 25%)

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 65 of 255 = 25%

159
176
65

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

Portions of RGB colors in percentages

R + G + B = 159 + 176 + 65 = 400 (100%)
R 159 of 400 ~ 39.75%
G 176 of 400 ~ 44%
B 65 of 400 ~ 16.25'%

%39.75
%44
%16.25

CMYK color model

#9FB041 color CMYK value is (10,0,63,31).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 63.07%
  • key color value is 30.98%
CMYK: (10,0,63,31) C10M0Y63K31 (10%,0%,63%,31%) (0.10/0.00/0.63/0.31) 

CMYK percentages

%9.66
%0
%63.07
%30.98

Codes

Color #9FB041 in popluar color models

9F B0 41
RGB 159 176 65
HSL 69° 46.06% 47.25%
HSB/HSV 69° 63.07% 69.02%
CMYK 9.66% 0.00% 63.07%
30.98%

Color #9FB041 in popluar number systems.

HEX 9F B0 41
Decimal 159 176 65
Binary 10011111 10110000 1000001
Octal 237 260 101

Shades and tints

Shades of #9FB041

#9FB041
(159,176,65)
#91A03C
(145,160,60)
#839037
(131,144,55)
#758032
(117,128,50)
#67702D
(103,112,45)
#596028
(89,96,40)
#4B5023
(75,80,35)
#3D401E
(61,64,30)
#2F3019
(47,48,25)
#212014
(33,32,20)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #9FB041

#9FB041
(159,176,65)
#A7B752
(167,183,82)
#AFBE63
(175,190,99)
#B7C574
(183,197,116)
#BFCC85
(191,204,133)
#C7D396
(199,211,150)
#CFDAA7
(207,218,167)
#D7E1B8
(215,225,184)
#DFE8C9
(223,232,201)
#E7EFDA
(231,239,218)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB041 color. Also use rgb(159,176,65) instead hex code.

Text Font Color

.myTextColor { color: #9FB041; }

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

This text font color is #9FB041.

Background Color

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

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

This div background color is #9FB041.

Border color

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

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

This div border color is #9FB041.

Opacity

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

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

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

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

This text has shadow with #9FB041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB041.

Preview

Color preview on black background

This text has color #9FB041 on black background.


Color preview on white background

This text has color #9FB041 on white background.


Black color preview on #9FB041 background

This text has black color on #9FB041 background.


White color preview on #9FB041 background

This text has white color on #9FB041 background.


Related colors

Complementary color

Complementary color for #hex is #604FBE.


I love getcolorcode.com

Triadic colors

1 #419FB0 and #B0419F with #9FB041 are triadic colors.

2 #41B09F and #B09F41 with #9FB041 are triadic colors.