COLOR #9FC770

HEX: #9FC770
RGB: (159,199,112)

Color info

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

RGB color model

#9FC770 color RGB value is (159,199,112).

  • red value is 159;
  • green value is 199;
  • blue value is 112.
RGB:
(159,199,112)
(62%,78%,44%)

RGB channels and saturation

R 159 of 255 = 62%
G 199 of 255 = 78%
B 112 of 255 = 44%

159
199
112

R + G + B ~ 61%. #9FC770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 199 + 112 = 470 (100%)
R 159 of 470 ~ 33.83%
G 199 of 470 ~ 42.34%
B 112 of 470 ~ 23.83%

%33.83
%42.34
%23.83

CMYK color model

#9FC770 color CMYK value is (20,0,44,22).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 21.96%
CMYK:
(20,0,44,22)
C20M0Y44K22 
(20%,0%,44%,22%)
(0.20/0.00/0.44/0.22)	

CMYK percentages

%20.1
%0
%43.72
%21.96

Codes

Color #9FC770 in popluar color models

9FC770
RGB159199112
HSL88°43.72%60.98%
HSB/HSV88°43.72%78.04%
CMYK20.10%0.00%43.72%
21.96%

Color #9FC770 in popluar number systems.

HEX9FC770
Decimal159199112
Binary10011111110001111110000
Octal237307160

Shades and tints

Shades of #9FC770

#9FC770
(159,199,112)
#91B566
(145,181,102)
#83A35C
(131,163,92)
#759152
(117,145,82)
#677F48
(103,127,72)
#596D3E
(89,109,62)
#4B5B34
(75,91,52)
#3D492A
(61,73,42)
#2F3720
(47,55,32)
#212516
(33,37,22)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #9FC770

#9FC770
(159,199,112)
#A7CC7D
(167,204,125)
#AFD18A
(175,209,138)
#B7D697
(183,214,151)
#BFDBA4
(191,219,164)
#C7E0B1
(199,224,177)
#CFE5BE
(207,229,190)
#D7EACB
(215,234,203)
#DFEFD8
(223,239,216)
#E7F4E5
(231,244,229)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC770 color. Also use rgb(159,199,112) instead hex code.

Text Font Color

.myTextColor { color: #9FC770; }

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

This text font color is #9FC770.


Background Color

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

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

This div background color is #9FC770.


Border color

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

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

This div border color is #9FC770.


Opacity

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

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

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

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

This text has shadow with #9FC770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC770 on black background.


Color preview on white background

This text has color #9FC770 on white background.



Black color preview on #9FC770 background

This text has black color on #9FC770 background.


White color preview on #9FC770 background

This text has white color on #9FC770 background.