COLOR #9FC05B

HEX: #9FC05B
RGB: (159,192,91)

Color info

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

RGB color model

#9FC05B color RGB value is (159,192,91).

  • red value is 159;
  • green value is 192;
  • blue value is 91.
RGB:
(159,192,91)
(62%,75%,36%)

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 91 of 255 = 36%

159
192
91

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

Portions of RGB colors in percentages

R + G + B =
159 + 192 + 91 = 442 (100%)
R 159 of 442 ~ 35.97%
G 192 of 442 ~ 43.44%
B 91 of 442 ~ 20.59%

%35.97
%43.44
%20.59

CMYK color model

#9FC05B color CMYK value is (17,0,53,25).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 52.60%
  • key color value is 24.71%
CMYK:
(17,0,53,25)
C17M0Y53K25 
(17%,0%,53%,25%)
(0.17/0.00/0.53/0.25)	

CMYK percentages

%17.19
%0
%52.6
%24.71

Codes

Color #9FC05B in popluar color models

9FC05B
RGB15919291
HSL80°44.49%55.49%
HSB/HSV80°52.60%75.29%
CMYK17.19%0.00%52.60%
24.71%

Color #9FC05B in popluar number systems.

HEX9FC05B
Decimal15919291
Binary10011111110000001011011
Octal237300133

Shades and tints

Shades of #9FC05B

#9FC05B
(159,192,91)
#91AF53
(145,175,83)
#839E4B
(131,158,75)
#758D43
(117,141,67)
#677C3B
(103,124,59)
#596B33
(89,107,51)
#4B5A2B
(75,90,43)
#3D4923
(61,73,35)
#2F381B
(47,56,27)
#212713
(33,39,19)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #9FC05B

#9FC05B
(159,192,91)
#A7C569
(167,197,105)
#AFCA77
(175,202,119)
#B7CF85
(183,207,133)
#BFD493
(191,212,147)
#C7D9A1
(199,217,161)
#CFDEAF
(207,222,175)
#D7E3BD
(215,227,189)
#DFE8CB
(223,232,203)
#E7EDD9
(231,237,217)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC05B color. Also use rgb(159,192,91) instead hex code.

Text Font Color

.myTextColor { color: #9FC05B; }

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

This text font color is #9FC05B.


Background Color

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

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

This div background color is #9FC05B.


Border color

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

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

This div border color is #9FC05B.


Opacity

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

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

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

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

This text has shadow with #9FC05B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC05B on black background.


Color preview on white background

This text has color #9FC05B on white background.



Black color preview on #9FC05B background

This text has black color on #9FC05B background.


White color preview on #9FC05B background

This text has white color on #9FC05B background.