COLOR #9FB964

HEX: #9FB964 RGB: (159,185,100)

Color info

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

RGB color model

#9FB964 color RGB value is (159,185,100).

RGB: (159,185,100) (62%, 73%, 39%)

RGB channels and saturation

R 159 of 255 = 62%
G 185 of 255 = 73%
B 100 of 255 = 39%

159
185
100

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

Portions of RGB colors in percentages

R + G + B = 159 + 185 + 100 = 444 (100%)
R 159 of 444 ~ 35.81%
G 185 of 444 ~ 41.67%
B 100 of 444 ~ 22.52'%

%35.81
%41.67
%22.52

CMYK color model

#9FB964 color CMYK value is (14,0,46,27).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 45.95%
  • key color value is 27.45%

CMYK: (14,0,46,27)
C14M0Y46K27 (14%, 0%, 46%, 27%)
(0.14 / 0.00 / 0.46 / 0.27)

CMYK percentages

%14.05
%0
%45.95
%27.45

Codes

Color #9FB964 in popluar color models

9F B9 64
RGB 159 185 100
HSL 78° 37.78% 55.88%
HSB/HSV 78° 45.95% 72.55%
CMYK 14.05% 0.00% 45.95%
27.45%

Color #9FB964 in popluar number systems.

HEX 9F B9 64
Decimal 159 185 100
Binary 10011111 10111001 1100100
Octal 237 271 144

Shades and tints

Shades of #9FB964

#9FB964
(159,185,100)
#91A95B
(145,169,91)
#839952
(131,153,82)
#758949
(117,137,73)
#677940
(103,121,64)
#596937
(89,105,55)
#4B592E
(75,89,46)
#3D4925
(61,73,37)
#2F391C
(47,57,28)
#212913
(33,41,19)
#13190A
(19,25,10)
#000000
(0,0,0)

Tints of #9FB964

#9FB964
(159,185,100)
#A7BF72
(167,191,114)
#AFC580
(175,197,128)
#B7CB8E
(183,203,142)
#BFD19C
(191,209,156)
#C7D7AA
(199,215,170)
#CFDDB8
(207,221,184)
#D7E3C6
(215,227,198)
#DFE9D4
(223,233,212)
#E7EFE2
(231,239,226)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB964 color. Also use rgb(159,185,100) instead hex code.

Text Font Color

.myTextColor { color: #9FB964; }

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

This text font color is #9FB964.

Background Color

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

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

This div background color is #9FB964.

Border color

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

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

This div border color is #9FB964.

Opacity

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

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

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

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

This text has shadow with #9FB964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB964.

Preview

Color preview on black background

This text has color #9FB964 on black background.


Color preview on white background

This text has color #9FB964 on white background.


Black color preview on #9FB964 background

This text has black color on #9FB964 background.


White color preview on #9FB964 background

This text has white color on #9FB964 background.


Related colors

Complementary color

Complementary color for #hex is #60469B.


I love getcolorcode.com

Triadic colors

1 #649FB9 and #B9649F with #9FB964 are triadic colors.

2 #64B99F and #B99F64 with #9FB964 are triadic colors.