COLOR #9FC078

HEX: #9FC078
RGB: (159,192,120)

Color info

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

RGB color model

#9FC078 color RGB value is (159,192,120).

  • red value is 159;
  • green value is 192;
  • blue value is 120.
RGB:
(159,192,120)
(62%,75%,47%)

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 120 of 255 = 47%

159
192
120

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

Portions of RGB colors in percentages

R + G + B =
159 + 192 + 120 = 471 (100%)
R 159 of 471 ~ 33.76%
G 192 of 471 ~ 40.76%
B 120 of 471 ~ 25.48%

%33.76
%40.76
%25.48

CMYK color model

#9FC078 color CMYK value is (17,0,38,25).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 24.71%
CMYK:
(17,0,38,25)
C17M0Y38K25 
(17%,0%,38%,25%)
(0.17/0.00/0.38/0.25)	

CMYK percentages

%17.19
%0
%37.5
%24.71

Codes

Color #9FC078 in popluar color models

9FC078
RGB159192120
HSL88°36.36%61.18%
HSB/HSV88°37.50%75.29%
CMYK17.19%0.00%37.50%
24.71%

Color #9FC078 in popluar number systems.

HEX9FC078
Decimal159192120
Binary10011111110000001111000
Octal237300170

Shades and tints

Shades of #9FC078

#9FC078
(159,192,120)
#91AF6E
(145,175,110)
#839E64
(131,158,100)
#758D5A
(117,141,90)
#677C50
(103,124,80)
#596B46
(89,107,70)
#4B5A3C
(75,90,60)
#3D4932
(61,73,50)
#2F3828
(47,56,40)
#21271E
(33,39,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #9FC078

#9FC078
(159,192,120)
#A7C584
(167,197,132)
#AFCA90
(175,202,144)
#B7CF9C
(183,207,156)
#BFD4A8
(191,212,168)
#C7D9B4
(199,217,180)
#CFDEC0
(207,222,192)
#D7E3CC
(215,227,204)
#DFE8D8
(223,232,216)
#E7EDE4
(231,237,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC078 color. Also use rgb(159,192,120) instead hex code.

Text Font Color

.myTextColor { color: #9FC078; }

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

This text font color is #9FC078.


Background Color

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

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

This div background color is #9FC078.


Border color

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

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

This div border color is #9FC078.


Opacity

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

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

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

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

This text has shadow with #9FC078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC078 on black background.


Color preview on white background

This text has color #9FC078 on white background.



Black color preview on #9FC078 background

This text has black color on #9FC078 background.


White color preview on #9FC078 background

This text has white color on #9FC078 background.