COLOR #9FC59D

HEX: #9FC59D RGB: (159,197,157)

Color info

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

RGB color model

#9FC59D color RGB value is (159,197,157).

RGB: (159,197,157) (62%, 77%, 62%)

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 157 of 255 = 62%

159
197
157

R + G + B ~ 67%. #9FC59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 197 + 157 = 513 (100%)
R 159 of 513 ~ 30.99%
G 197 of 513 ~ 38.4%
B 157 of 513 ~ 30.6'%

%30.99
%38.4
%30.6

CMYK color model

#9FC59D color CMYK value is (19,0,20,23).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 22.75%

CMYK: (19,0,20,23)
C19M0Y20K23 (19%, 0%, 20%, 23%)
(0.19 / 0.00 / 0.20 / 0.23)

CMYK percentages

%19.29
%0
%20.3
%22.75

Codes

Color #9FC59D in popluar color models

9F C5 9D
RGB 159 197 157
HSL 117° 25.64% 69.41%
HSB/HSV 117° 20.30% 77.25%
CMYK 19.29% 0.00% 20.30%
22.75%

Color #9FC59D in popluar number systems.

HEX 9F C5 9D
Decimal 159 197 157
Binary 10011111 11000101 10011101
Octal 237 305 235

Shades and tints

Shades of #9FC59D

#9FC59D
(159,197,157)
#91B48F
(145,180,143)
#83A381
(131,163,129)
#759273
(117,146,115)
#678165
(103,129,101)
#597057
(89,112,87)
#4B5F49
(75,95,73)
#3D4E3B
(61,78,59)
#2F3D2D
(47,61,45)
#212C1F
(33,44,31)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #9FC59D

#9FC59D
(159,197,157)
#A7CAA5
(167,202,165)
#AFCFAD
(175,207,173)
#B7D4B5
(183,212,181)
#BFD9BD
(191,217,189)
#C7DEC5
(199,222,197)
#CFE3CD
(207,227,205)
#D7E8D5
(215,232,213)
#DFEDDD
(223,237,221)
#E7F2E5
(231,242,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC59D color. Also use rgb(159,197,157) instead hex code.

Text Font Color

.myTextColor { color: #9FC59D; }

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

This text font color is #9FC59D.

Background Color

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

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

This div background color is #9FC59D.

Border color

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

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

This div border color is #9FC59D.

Opacity

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

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

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

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

This text has shadow with #9FC59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC59D.

Preview

Color preview on black background

This text has color #9FC59D on black background.


Color preview on white background

This text has color #9FC59D on white background.


Black color preview on #9FC59D background

This text has black color on #9FC59D background.


White color preview on #9FC59D background

This text has white color on #9FC59D background.


Related colors

Complementary color

Complementary color for #hex is #603A62.


I love getcolorcode.com

Triadic colors

1 #9D9FC5 and #C59D9F with #9FC59D are triadic colors.

2 #9DC59F and #C59F9D with #9FC59D are triadic colors.