COLOR #9FCE76

HEX: #9FCE76 RGB: (159,206,118)

Color info

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

RGB color model

#9FCE76 color RGB value is (159,206,118).

RGB: (159,206,118) (62%, 81%, 46%)

RGB channels and saturation

R 159 of 255 = 62%
G 206 of 255 = 81%
B 118 of 255 = 46%

159
206
118

R + G + B ~ 63%. #9FCE76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 206 + 118 = 483 (100%)
R 159 of 483 ~ 32.92%
G 206 of 483 ~ 42.65%
B 118 of 483 ~ 24.43'%

%32.92
%42.65
%24.43

CMYK color model

#9FCE76 color CMYK value is (23,0,43,19).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 42.72%
  • key color value is 19.22%

CMYK: (23,0,43,19)
C23M0Y43K19 (23%, 0%, 43%, 19%)
(0.23 / 0.00 / 0.43 / 0.19)

CMYK percentages

%22.82
%0
%42.72
%19.22

Codes

Color #9FCE76 in popluar color models

9F CE 76
RGB 159 206 118
HSL 92° 47.31% 63.53%
HSB/HSV 92° 42.72% 80.78%
CMYK 22.82% 0.00% 42.72%
19.22%

Color #9FCE76 in popluar number systems.

HEX 9F CE 76
Decimal 159 206 118
Binary 10011111 11001110 1110110
Octal 237 316 166

Shades and tints

Shades of #9FCE76

#9FCE76
(159,206,118)
#91BC6C
(145,188,108)
#83AA62
(131,170,98)
#759858
(117,152,88)
#67864E
(103,134,78)
#597444
(89,116,68)
#4B623A
(75,98,58)
#3D5030
(61,80,48)
#2F3E26
(47,62,38)
#212C1C
(33,44,28)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #9FCE76

#9FCE76
(159,206,118)
#A7D282
(167,210,130)
#AFD68E
(175,214,142)
#B7DA9A
(183,218,154)
#BFDEA6
(191,222,166)
#C7E2B2
(199,226,178)
#CFE6BE
(207,230,190)
#D7EACA
(215,234,202)
#DFEED6
(223,238,214)
#E7F2E2
(231,242,226)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCE76 color. Also use rgb(159,206,118) instead hex code.

Text Font Color

.myTextColor { color: #9FCE76; }

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

This text font color is #9FCE76.

Background Color

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

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

This div background color is #9FCE76.

Border color

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

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

This div border color is #9FCE76.

Opacity

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

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

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

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

This text has shadow with #9FCE76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCE76.

Preview

Color preview on black background

This text has color #9FCE76 on black background.


Color preview on white background

This text has color #9FCE76 on white background.


Black color preview on #9FCE76 background

This text has black color on #9FCE76 background.


White color preview on #9FCE76 background

This text has white color on #9FCE76 background.


Related colors

Complementary color

Complementary color for #hex is #603189.


I love getcolorcode.com

Triadic colors

1 #769FCE and #CE769F with #9FCE76 are triadic colors.

2 #76CE9F and #CE9F76 with #9FCE76 are triadic colors.