COLOR #9FC78E

HEX: #9FC78E
RGB: (159,199,142)

Color info

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

RGB color model

#9FC78E color RGB value is (159,199,142).

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

RGB channels and saturation

R 159 of 255 = 62%
G 199 of 255 = 78%
B 142 of 255 = 56%

159
199
142

R + G + B ~ 65%. #9FC78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 199 + 142 = 500 (100%)
R 159 of 500 ~ 31.8%
G 199 of 500 ~ 39.8%
B 142 of 500 ~ 28.4%

%31.8
%39.8
%28.4

CMYK color model

#9FC78E color CMYK value is (20,0,29,22).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 21.96%
CMYK:
(20,0,29,22)
C20M0Y29K22 
(20%,0%,29%,22%)
(0.20/0.00/0.29/0.22)	

CMYK percentages

%20.1
%0
%28.64
%21.96

Codes

Color #9FC78E in popluar color models

9FC78E
RGB159199142
HSL102°33.73%66.86%
HSB/HSV102°28.64%78.04%
CMYK20.10%0.00%28.64%
21.96%

Color #9FC78E in popluar number systems.

HEX9FC78E
Decimal159199142
Binary100111111100011110001110
Octal237307216

Shades and tints

Shades of #9FC78E

#9FC78E
(159,199,142)
#91B582
(145,181,130)
#83A376
(131,163,118)
#75916A
(117,145,106)
#677F5E
(103,127,94)
#596D52
(89,109,82)
#4B5B46
(75,91,70)
#3D493A
(61,73,58)
#2F372E
(47,55,46)
#212522
(33,37,34)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #9FC78E

#9FC78E
(159,199,142)
#A7CC98
(167,204,152)
#AFD1A2
(175,209,162)
#B7D6AC
(183,214,172)
#BFDBB6
(191,219,182)
#C7E0C0
(199,224,192)
#CFE5CA
(207,229,202)
#D7EAD4
(215,234,212)
#DFEFDE
(223,239,222)
#E7F4E8
(231,244,232)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC78E; }

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

This text font color is #9FC78E.


Background Color

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

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

This div background color is #9FC78E.


Border color

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

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

This div border color is #9FC78E.


Opacity

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

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

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

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

This text has shadow with #9FC78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC78E on black background.


Color preview on white background

This text has color #9FC78E on white background.



Black color preview on #9FC78E background

This text has black color on #9FC78E background.


White color preview on #9FC78E background

This text has white color on #9FC78E background.