COLOR #9FC38B

HEX: #9FC38B
RGB: (159,195,139)

Color info

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

RGB color model

#9FC38B color RGB value is (159,195,139).

  • red value is 159;
  • green value is 195;
  • blue value is 139.
RGB:
(159,195,139)
(62%,76%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 139 of 255 = 55%

159
195
139

R + G + B ~ 64%. #9FC38B is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 195 + 139 = 493 (100%)
R 159 of 493 ~ 32.25%
G 195 of 493 ~ 39.55%
B 139 of 493 ~ 28.19%

%32.25
%39.55
%28.19

CMYK color model

#9FC38B color CMYK value is (18,0,29,24).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(18,0,29,24)
C18M0Y29K24 
(18%,0%,29%,24%)
(0.18/0.00/0.29/0.24)	

CMYK percentages

%18.46
%0
%28.72
%23.53

Codes

Color #9FC38B in popluar color models

9FC38B
RGB159195139
HSL99°31.82%65.49%
HSB/HSV99°28.72%76.47%
CMYK18.46%0.00%28.72%
23.53%

Color #9FC38B in popluar number systems.

HEX9FC38B
Decimal159195139
Binary100111111100001110001011
Octal237303213

Shades and tints

Shades of #9FC38B

#9FC38B
(159,195,139)
#91B27F
(145,178,127)
#83A173
(131,161,115)
#759067
(117,144,103)
#677F5B
(103,127,91)
#596E4F
(89,110,79)
#4B5D43
(75,93,67)
#3D4C37
(61,76,55)
#2F3B2B
(47,59,43)
#212A1F
(33,42,31)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #9FC38B

#9FC38B
(159,195,139)
#A7C895
(167,200,149)
#AFCD9F
(175,205,159)
#B7D2A9
(183,210,169)
#BFD7B3
(191,215,179)
#C7DCBD
(199,220,189)
#CFE1C7
(207,225,199)
#D7E6D1
(215,230,209)
#DFEBDB
(223,235,219)
#E7F0E5
(231,240,229)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC38B color. Also use rgb(159,195,139) instead hex code.

Text Font Color

.myTextColor { color: #9FC38B; }

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

This text font color is #9FC38B.


Background Color

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

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

This div background color is #9FC38B.


Border color

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

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

This div border color is #9FC38B.


Opacity

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

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

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

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

This text has shadow with #9FC38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC38B on black background.


Color preview on white background

This text has color #9FC38B on white background.



Black color preview on #9FC38B background

This text has black color on #9FC38B background.


White color preview on #9FC38B background

This text has white color on #9FC38B background.