COLOR #9FC389

HEX: #9FC389
RGB: (159,195,137)

Color info

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

RGB color model

#9FC389 color RGB value is (159,195,137).

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

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 137 of 255 = 54%

159
195
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 195 + 137 = 491 (100%)
R 159 of 491 ~ 32.38%
G 195 of 491 ~ 39.71%
B 137 of 491 ~ 27.9%

%32.38
%39.71
%27.9

CMYK color model

#9FC389 color CMYK value is (18,0,30,24).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(18,0,30,24)
C18M0Y30K24 
(18%,0%,30%,24%)
(0.18/0.00/0.30/0.24)	

CMYK percentages

%18.46
%0
%29.74
%23.53

Codes

Color #9FC389 in popluar color models

9FC389
RGB159195137
HSL97°32.58%65.10%
HSB/HSV97°29.74%76.47%
CMYK18.46%0.00%29.74%
23.53%

Color #9FC389 in popluar number systems.

HEX9FC389
Decimal159195137
Binary100111111100001110001001
Octal237303211

Shades and tints

Shades of #9FC389

#9FC389
(159,195,137)
#91B27D
(145,178,125)
#83A171
(131,161,113)
#759065
(117,144,101)
#677F59
(103,127,89)
#596E4D
(89,110,77)
#4B5D41
(75,93,65)
#3D4C35
(61,76,53)
#2F3B29
(47,59,41)
#212A1D
(33,42,29)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #9FC389

#9FC389
(159,195,137)
#A7C893
(167,200,147)
#AFCD9D
(175,205,157)
#B7D2A7
(183,210,167)
#BFD7B1
(191,215,177)
#C7DCBB
(199,220,187)
#CFE1C5
(207,225,197)
#D7E6CF
(215,230,207)
#DFEBD9
(223,235,217)
#E7F0E3
(231,240,227)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC389; }

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

This text font color is #9FC389.


Background Color

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

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

This div background color is #9FC389.


Border color

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

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

This div border color is #9FC389.


Opacity

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

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

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

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

This text has shadow with #9FC389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC389 on black background.


Color preview on white background

This text has color #9FC389 on white background.



Black color preview on #9FC389 background

This text has black color on #9FC389 background.


White color preview on #9FC389 background

This text has white color on #9FC389 background.