COLOR #9FC57A

HEX: #9FC57A
RGB: (159,197,122)

Color info

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

RGB color model

#9FC57A color RGB value is (159,197,122).

  • red value is 159;
  • green value is 197;
  • blue value is 122.
RGB:
(159,197,122)
(62%,77%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 122 of 255 = 48%

159
197
122

R + G + B ~ 62%. #9FC57A is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 197 + 122 = 478 (100%)
R 159 of 478 ~ 33.26%
G 197 of 478 ~ 41.21%
B 122 of 478 ~ 25.52%

%33.26
%41.21
%25.52

CMYK color model

#9FC57A color CMYK value is (19,0,38,23).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 38.07%
  • key color value is 22.75%
CMYK:
(19,0,38,23)
C19M0Y38K23 
(19%,0%,38%,23%)
(0.19/0.00/0.38/0.23)	

CMYK percentages

%19.29
%0
%38.07
%22.75

Codes

Color #9FC57A in popluar color models

9FC57A
RGB159197122
HSL90°39.27%62.55%
HSB/HSV90°38.07%77.25%
CMYK19.29%0.00%38.07%
22.75%

Color #9FC57A in popluar number systems.

HEX9FC57A
Decimal159197122
Binary10011111110001011111010
Octal237305172

Shades and tints

Shades of #9FC57A

#9FC57A
(159,197,122)
#91B46F
(145,180,111)
#83A364
(131,163,100)
#759259
(117,146,89)
#67814E
(103,129,78)
#597043
(89,112,67)
#4B5F38
(75,95,56)
#3D4E2D
(61,78,45)
#2F3D22
(47,61,34)
#212C17
(33,44,23)
#131B0C
(19,27,12)
#000000
(0,0,0)

Tints of #9FC57A

#9FC57A
(159,197,122)
#A7CA86
(167,202,134)
#AFCF92
(175,207,146)
#B7D49E
(183,212,158)
#BFD9AA
(191,217,170)
#C7DEB6
(199,222,182)
#CFE3C2
(207,227,194)
#D7E8CE
(215,232,206)
#DFEDDA
(223,237,218)
#E7F2E6
(231,242,230)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC57A color. Also use rgb(159,197,122) instead hex code.

Text Font Color

.myTextColor { color: #9FC57A; }

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

This text font color is #9FC57A.


Background Color

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

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

This div background color is #9FC57A.


Border color

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

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

This div border color is #9FC57A.


Opacity

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

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

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

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

This text has shadow with #9FC57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC57A on black background.


Color preview on white background

This text has color #9FC57A on white background.



Black color preview on #9FC57A background

This text has black color on #9FC57A background.


White color preview on #9FC57A background

This text has white color on #9FC57A background.