COLOR #9FCA91

HEX: #9FCA91
RGB: (159,202,145)

Color info

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

RGB color model

#9FCA91 color RGB value is (159,202,145).

  • red value is 159;
  • green value is 202;
  • blue value is 145.
RGB:
(159,202,145)
(62%,79%,57%)

RGB channels and saturation

R 159 of 255 = 62%
G 202 of 255 = 79%
B 145 of 255 = 57%

159
202
145

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

Portions of RGB colors in percentages

R + G + B =
159 + 202 + 145 = 506 (100%)
R 159 of 506 ~ 31.42%
G 202 of 506 ~ 39.92%
B 145 of 506 ~ 28.66%

%31.42
%39.92
%28.66

CMYK color model

#9FCA91 color CMYK value is (21,0,28,21).

  • cyan value is 21.29%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 20.78%
CMYK:
(21,0,28,21)
C21M0Y28K21 
(21%,0%,28%,21%)
(0.21/0.00/0.28/0.21)	

CMYK percentages

%21.29
%0
%28.22
%20.78

Codes

Color #9FCA91 in popluar color models

9FCA91
RGB159202145
HSL105°34.97%68.04%
HSB/HSV105°28.22%79.22%
CMYK21.29%0.00%28.22%
20.78%

Color #9FCA91 in popluar number systems.

HEX9FCA91
Decimal159202145
Binary100111111100101010010001
Octal237312221

Shades and tints

Shades of #9FCA91

#9FCA91
(159,202,145)
#91B884
(145,184,132)
#83A677
(131,166,119)
#75946A
(117,148,106)
#67825D
(103,130,93)
#597050
(89,112,80)
#4B5E43
(75,94,67)
#3D4C36
(61,76,54)
#2F3A29
(47,58,41)
#21281C
(33,40,28)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #9FCA91

#9FCA91
(159,202,145)
#A7CE9B
(167,206,155)
#AFD2A5
(175,210,165)
#B7D6AF
(183,214,175)
#BFDAB9
(191,218,185)
#C7DEC3
(199,222,195)
#CFE2CD
(207,226,205)
#D7E6D7
(215,230,215)
#DFEAE1
(223,234,225)
#E7EEEB
(231,238,235)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCA91 color. Also use rgb(159,202,145) instead hex code.

Text Font Color

.myTextColor { color: #9FCA91; }

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

This text font color is #9FCA91.


Background Color

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

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

This div background color is #9FCA91.


Border color

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

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

This div border color is #9FCA91.


Opacity

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

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

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

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

This text has shadow with #9FCA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCA91 on black background.


Color preview on white background

This text has color #9FCA91 on white background.



Black color preview on #9FCA91 background

This text has black color on #9FCA91 background.


White color preview on #9FCA91 background

This text has white color on #9FCA91 background.