COLOR #9FB963

HEX: #9FB963
RGB: (159,185,99)

Color info

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

RGB color model

#9FB963 color RGB value is (159,185,99).

  • red value is 159;
  • green value is 185;
  • blue value is 99.
RGB:
(159,185,99)
(62%,73%,39%)

RGB channels and saturation

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

159
185
99

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

Portions of RGB colors in percentages

R + G + B =
159 + 185 + 99 = 443 (100%)
R 159 of 443 ~ 35.89%
G 185 of 443 ~ 41.76%
B 99 of 443 ~ 22.35%

%35.89
%41.76
%22.35

CMYK color model

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

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 46.49%
  • 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
%46.49
%27.45

Codes

Color #9FB963 in popluar color models

9FB963
RGB15918599
HSL78°38.05%55.69%
HSB/HSV78°46.49%72.55%
CMYK14.05%0.00%46.49%
27.45%

Color #9FB963 in popluar number systems.

HEX9FB963
Decimal15918599
Binary10011111101110011100011
Octal237271143

Shades and tints

Shades of #9FB963

#9FB963
(159,185,99)
#91A95A
(145,169,90)
#839951
(131,153,81)
#758948
(117,137,72)
#67793F
(103,121,63)
#596936
(89,105,54)
#4B592D
(75,89,45)
#3D4924
(61,73,36)
#2F391B
(47,57,27)
#212912
(33,41,18)
#131909
(19,25,9)
#000000
(0,0,0)

Tints of #9FB963

#9FB963
(159,185,99)
#A7BF71
(167,191,113)
#AFC57F
(175,197,127)
#B7CB8D
(183,203,141)
#BFD19B
(191,209,155)
#C7D7A9
(199,215,169)
#CFDDB7
(207,221,183)
#D7E3C5
(215,227,197)
#DFE9D3
(223,233,211)
#E7EFE1
(231,239,225)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB963; }

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

This text font color is #9FB963.


Background Color

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

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

This div background color is #9FB963.


Border color

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

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

This div border color is #9FB963.


Opacity

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

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

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

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

This text has shadow with #9FB963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB963 on black background.


Color preview on white background

This text has color #9FB963 on white background.



Black color preview on #9FB963 background

This text has black color on #9FB963 background.


White color preview on #9FB963 background

This text has white color on #9FB963 background.