COLOR #9FC296

HEX: #9FC296
RGB: (159,194,150)

Color info

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

RGB color model

#9FC296 color RGB value is (159,194,150).

  • red value is 159;
  • green value is 194;
  • blue value is 150.
RGB:
(159,194,150)
(62%,76%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 150 of 255 = 59%

159
194
150

R + G + B ~ 66%. #9FC296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 150 = 503 (100%)
R 159 of 503 ~ 31.61%
G 194 of 503 ~ 38.57%
B 150 of 503 ~ 29.82%

%31.61
%38.57
%29.82

CMYK color model

#9FC296 color CMYK value is (18,0,23,24).

  • cyan value is 18.04%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 23.92%
CMYK:
(18,0,23,24)
C18M0Y23K24 
(18%,0%,23%,24%)
(0.18/0.00/0.23/0.24)	

CMYK percentages

%18.04
%0
%22.68
%23.92

Codes

Color #9FC296 in popluar color models

9FC296
RGB159194150
HSL108°26.51%67.45%
HSB/HSV108°22.68%76.08%
CMYK18.04%0.00%22.68%
23.92%

Color #9FC296 in popluar number systems.

HEX9FC296
Decimal159194150
Binary100111111100001010010110
Octal237302226

Shades and tints

Shades of #9FC296

#9FC296
(159,194,150)
#91B189
(145,177,137)
#83A07C
(131,160,124)
#758F6F
(117,143,111)
#677E62
(103,126,98)
#596D55
(89,109,85)
#4B5C48
(75,92,72)
#3D4B3B
(61,75,59)
#2F3A2E
(47,58,46)
#212921
(33,41,33)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #9FC296

#9FC296
(159,194,150)
#A7C79F
(167,199,159)
#AFCCA8
(175,204,168)
#B7D1B1
(183,209,177)
#BFD6BA
(191,214,186)
#C7DBC3
(199,219,195)
#CFE0CC
(207,224,204)
#D7E5D5
(215,229,213)
#DFEADE
(223,234,222)
#E7EFE7
(231,239,231)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC296 color. Also use rgb(159,194,150) instead hex code.

Text Font Color

.myTextColor { color: #9FC296; }

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

This text font color is #9FC296.


Background Color

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

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

This div background color is #9FC296.


Border color

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

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

This div border color is #9FC296.


Opacity

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

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

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

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

This text has shadow with #9FC296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC296 on black background.


Color preview on white background

This text has color #9FC296 on white background.



Black color preview on #9FC296 background

This text has black color on #9FC296 background.


White color preview on #9FC296 background

This text has white color on #9FC296 background.