COLOR #9FC07E

HEX: #9FC07E RGB: (159,192,126)

Color info

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

RGB color model

#9FC07E color RGB value is (159,192,126).

RGB: (159,192,126) (62%, 75%, 49%)

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 126 of 255 = 49%

159
192
126

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

Portions of RGB colors in percentages

R + G + B = 159 + 192 + 126 = 477 (100%)
R 159 of 477 ~ 33.33%
G 192 of 477 ~ 40.25%
B 126 of 477 ~ 26.42'%

%33.33
%40.25
%26.42

CMYK color model

#9FC07E color CMYK value is (17,0,34,25).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 24.71%

CMYK: (17,0,34,25)
C17M0Y34K25 (17%, 0%, 34%, 25%)
(0.17 / 0.00 / 0.34 / 0.25)

CMYK percentages

%17.19
%0
%34.38
%24.71

Codes

Color #9FC07E in popluar color models

9F C0 7E
RGB 159 192 126
HSL 90° 34.38% 62.35%
HSB/HSV 90° 34.38% 75.29%
CMYK 17.19% 0.00% 34.38%
24.71%

Color #9FC07E in popluar number systems.

HEX 9F C0 7E
Decimal 159 192 126
Binary 10011111 11000000 1111110
Octal 237 300 176

Shades and tints

Shades of #9FC07E

#9FC07E
(159,192,126)
#91AF73
(145,175,115)
#839E68
(131,158,104)
#758D5D
(117,141,93)
#677C52
(103,124,82)
#596B47
(89,107,71)
#4B5A3C
(75,90,60)
#3D4931
(61,73,49)
#2F3826
(47,56,38)
#21271B
(33,39,27)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #9FC07E

#9FC07E
(159,192,126)
#A7C589
(167,197,137)
#AFCA94
(175,202,148)
#B7CF9F
(183,207,159)
#BFD4AA
(191,212,170)
#C7D9B5
(199,217,181)
#CFDEC0
(207,222,192)
#D7E3CB
(215,227,203)
#DFE8D6
(223,232,214)
#E7EDE1
(231,237,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC07E; }

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

This text font color is #9FC07E.

Background Color

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

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

This div background color is #9FC07E.

Border color

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

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

This div border color is #9FC07E.

Opacity

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

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

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

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

This text has shadow with #9FC07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC07E.

Preview

Color preview on black background

This text has color #9FC07E on black background.


Color preview on white background

This text has color #9FC07E on white background.


Black color preview on #9FC07E background

This text has black color on #9FC07E background.


White color preview on #9FC07E background

This text has white color on #9FC07E background.


Related colors

Complementary color

Complementary color for #hex is #603F81.


I love getcolorcode.com

Triadic colors

1 #7E9FC0 and #C07E9F with #9FC07E are triadic colors.

2 #7EC09F and #C09F7E with #9FC07E are triadic colors.