COLOR #9FC67B

HEX: #9FC67B
RGB: (159,198,123)

Color info

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

RGB color model

#9FC67B color RGB value is (159,198,123).

  • red value is 159;
  • green value is 198;
  • blue value is 123.
RGB:
(159,198,123)
(62%,78%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 198 of 255 = 78%
B 123 of 255 = 48%

159
198
123

R + G + B ~ 63%. #9FC67B is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 198 + 123 = 480 (100%)
R 159 of 480 ~ 33.13%
G 198 of 480 ~ 41.25%
B 123 of 480 ~ 25.63%

%33.13
%41.25
%25.63

CMYK color model

#9FC67B color CMYK value is (20,0,38,22).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 37.88%
  • key color value is 22.35%
CMYK:
(20,0,38,22)
C20M0Y38K22 
(20%,0%,38%,22%)
(0.20/0.00/0.38/0.22)	

CMYK percentages

%19.7
%0
%37.88
%22.35

Codes

Color #9FC67B in popluar color models

9FC67B
RGB159198123
HSL91°39.68%62.94%
HSB/HSV91°37.88%77.65%
CMYK19.70%0.00%37.88%
22.35%

Color #9FC67B in popluar number systems.

HEX9FC67B
Decimal159198123
Binary10011111110001101111011
Octal237306173

Shades and tints

Shades of #9FC67B

#9FC67B
(159,198,123)
#91B470
(145,180,112)
#83A265
(131,162,101)
#75905A
(117,144,90)
#677E4F
(103,126,79)
#596C44
(89,108,68)
#4B5A39
(75,90,57)
#3D482E
(61,72,46)
#2F3623
(47,54,35)
#212418
(33,36,24)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #9FC67B

#9FC67B
(159,198,123)
#A7CB87
(167,203,135)
#AFD093
(175,208,147)
#B7D59F
(183,213,159)
#BFDAAB
(191,218,171)
#C7DFB7
(199,223,183)
#CFE4C3
(207,228,195)
#D7E9CF
(215,233,207)
#DFEEDB
(223,238,219)
#E7F3E7
(231,243,231)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC67B color. Also use rgb(159,198,123) instead hex code.

Text Font Color

.myTextColor { color: #9FC67B; }

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

This text font color is #9FC67B.


Background Color

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

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

This div background color is #9FC67B.


Border color

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

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

This div border color is #9FC67B.


Opacity

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

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

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

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

This text has shadow with #9FC67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC67B on black background.


Color preview on white background

This text has color #9FC67B on white background.



Black color preview on #9FC67B background

This text has black color on #9FC67B background.


White color preview on #9FC67B background

This text has white color on #9FC67B background.