COLOR #9FC990

HEX: #9FC990
RGB: (159,201,144)

Color info

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

RGB color model

#9FC990 color RGB value is (159,201,144).

  • red value is 159;
  • green value is 201;
  • blue value is 144.
RGB:
(159,201,144)
(62%,79%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 144 of 255 = 56%

159
201
144

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

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 144 = 504 (100%)
R 159 of 504 ~ 31.55%
G 201 of 504 ~ 39.88%
B 144 of 504 ~ 28.57%

%31.55
%39.88
%28.57

CMYK color model

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

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(21,0,28,21)
C21M0Y28K21 
(21%,0%,28%,21%)
(0.21/0.00/0.28/0.21)	

CMYK percentages

%20.9
%0
%28.36
%21.18

Codes

Color #9FC990 in popluar color models

9FC990
RGB159201144
HSL104°34.55%67.65%
HSB/HSV104°28.36%78.82%
CMYK20.90%0.00%28.36%
21.18%

Color #9FC990 in popluar number systems.

HEX9FC990
Decimal159201144
Binary100111111100100110010000
Octal237311220

Shades and tints

Shades of #9FC990

#9FC990
(159,201,144)
#91B783
(145,183,131)
#83A576
(131,165,118)
#759369
(117,147,105)
#67815C
(103,129,92)
#596F4F
(89,111,79)
#4B5D42
(75,93,66)
#3D4B35
(61,75,53)
#2F3928
(47,57,40)
#21271B
(33,39,27)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #9FC990

#9FC990
(159,201,144)
#A7CD9A
(167,205,154)
#AFD1A4
(175,209,164)
#B7D5AE
(183,213,174)
#BFD9B8
(191,217,184)
#C7DDC2
(199,221,194)
#CFE1CC
(207,225,204)
#D7E5D6
(215,229,214)
#DFE9E0
(223,233,224)
#E7EDEA
(231,237,234)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC990 color. Also use rgb(159,201,144) instead hex code.

Text Font Color

.myTextColor { color: #9FC990; }

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

This text font color is #9FC990.


Background Color

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

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

This div background color is #9FC990.


Border color

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

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

This div border color is #9FC990.


Opacity

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

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

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

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

This text has shadow with #9FC990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC990 on black background.


Color preview on white background

This text has color #9FC990 on white background.



Black color preview on #9FC990 background

This text has black color on #9FC990 background.


White color preview on #9FC990 background

This text has white color on #9FC990 background.