COLOR #9FBC3F

HEX: #9FBC3F
RGB: (159,188,63)

Color info

#9FBC3F contains mainly red and green colors. Web safe color of #9FBC3F is #99CC33 (or #9C3).

RGB color model

#9FBC3F color RGB value is (159,188,63).

  • red value is 159;
  • green value is 188;
  • blue value is 63.
RGB:
(159,188,63)
(62%,74%,25%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 63 of 255 = 25%

159
188
63

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

Portions of RGB colors in percentages

R + G + B =
159 + 188 + 63 = 410 (100%)
R 159 of 410 ~ 38.78%
G 188 of 410 ~ 45.85%
B 63 of 410 ~ 15.37%

%38.78
%45.85
%15.37

CMYK color model

#9FBC3F color CMYK value is (15,0,66,26).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 66.49%
  • key color value is 26.27%
CMYK:
(15,0,66,26)
C15M0Y66K26 
(15%,0%,66%,26%)
(0.15/0.00/0.66/0.26)	

CMYK percentages

%15.43
%0
%66.49
%26.27

Codes

Color #9FBC3F in popluar color models

9FBC3F
RGB15918863
HSL74°49.80%49.22%
HSB/HSV74°66.49%73.73%
CMYK15.43%0.00%66.49%
26.27%

Color #9FBC3F in popluar number systems.

HEX9FBC3F
Decimal15918863
Binary1001111110111100111111
Octal23727477

Shades and tints

Shades of #9FBC3F

#9FBC3F
(159,188,63)
#91AB3A
(145,171,58)
#839A35
(131,154,53)
#758930
(117,137,48)
#67782B
(103,120,43)
#596726
(89,103,38)
#4B5621
(75,86,33)
#3D451C
(61,69,28)
#2F3417
(47,52,23)
#212312
(33,35,18)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #9FBC3F

#9FBC3F
(159,188,63)
#A7C250
(167,194,80)
#AFC861
(175,200,97)
#B7CE72
(183,206,114)
#BFD483
(191,212,131)
#C7DA94
(199,218,148)
#CFE0A5
(207,224,165)
#D7E6B6
(215,230,182)
#DFECC7
(223,236,199)
#E7F2D8
(231,242,216)
#EFF8E9
(239,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBC3F color. Also use rgb(159,188,63) instead hex code.

Text Font Color

.myTextColor { color: #9FBC3F; }

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

This text font color is #9FBC3F.


Background Color

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

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

This div background color is #9FBC3F.


Border color

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

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

This div border color is #9FBC3F.


Opacity

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

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

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

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

This text has shadow with #9FBC3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBC3F on black background.


Color preview on white background

This text has color #9FBC3F on white background.



Black color preview on #9FBC3F background

This text has black color on #9FBC3F background.


White color preview on #9FBC3F background

This text has white color on #9FBC3F background.