COLOR #9FB57C

HEX: #9FB57C
RGB: (159,181,124)

Color info

#9FB57C contains red, green and blue colors in about the same proportion. Web safe color of #9FB57C is #99CC66 (or #9C6).

RGB color model

#9FB57C color RGB value is (159,181,124).

  • red value is 159;
  • green value is 181;
  • blue value is 124.
RGB:
(159,181,124)
(62%,71%,49%)

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 124 of 255 = 49%

159
181
124

R + G + B ~ 61%. #9FB57C is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 181 + 124 = 464 (100%)
R 159 of 464 ~ 34.27%
G 181 of 464 ~ 39.01%
B 124 of 464 ~ 26.72%

%34.27
%39.01
%26.72

CMYK color model

#9FB57C color CMYK value is (12,0,31,29).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 31.49%
  • key color value is 29.02%
CMYK:
(12,0,31,29)
C12M0Y31K29 
(12%,0%,31%,29%)
(0.12/0.00/0.31/0.29)	

CMYK percentages

%12.15
%0
%31.49
%29.02

Codes

Color #9FB57C in popluar color models

9FB57C
RGB159181124
HSL83°27.80%59.80%
HSB/HSV83°31.49%70.98%
CMYK12.15%0.00%31.49%
29.02%

Color #9FB57C in popluar number systems.

HEX9FB57C
Decimal159181124
Binary10011111101101011111100
Octal237265174

Shades and tints

Shades of #9FB57C

#9FB57C
(159,181,124)
#91A571
(145,165,113)
#839566
(131,149,102)
#75855B
(117,133,91)
#677550
(103,117,80)
#596545
(89,101,69)
#4B553A
(75,85,58)
#3D452F
(61,69,47)
#2F3524
(47,53,36)
#212519
(33,37,25)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #9FB57C

#9FB57C
(159,181,124)
#A7BB87
(167,187,135)
#AFC192
(175,193,146)
#B7C79D
(183,199,157)
#BFCDA8
(191,205,168)
#C7D3B3
(199,211,179)
#CFD9BE
(207,217,190)
#D7DFC9
(215,223,201)
#DFE5D4
(223,229,212)
#E7EBDF
(231,235,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB57C color. Also use rgb(159,181,124) instead hex code.

Text Font Color

.myTextColor { color: #9FB57C; }

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

This text font color is #9FB57C.


Background Color

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

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

This div background color is #9FB57C.


Border color

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

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

This div border color is #9FB57C.


Opacity

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

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

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

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

This text has shadow with #9FB57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB57C on black background.


Color preview on white background

This text has color #9FB57C on white background.



Black color preview on #9FB57C background

This text has black color on #9FB57C background.


White color preview on #9FB57C background

This text has white color on #9FB57C background.