COLOR #9FC775

HEX: #9FC775 RGB: (159,199,117)

Color info

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

RGB color model

#9FC775 color RGB value is (159,199,117).

RGB: (159,199,117) (62%, 78%, 46%)

RGB channels and saturation

R 159 of 255 = 62%
G 199 of 255 = 78%
B 117 of 255 = 46%

159
199
117

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

Portions of RGB colors in percentages

R + G + B = 159 + 199 + 117 = 475 (100%)
R 159 of 475 ~ 33.47%
G 199 of 475 ~ 41.89%
B 117 of 475 ~ 24.63'%

%33.47
%41.89
%24.63

CMYK color model

#9FC775 color CMYK value is (20,0,41,22).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 21.96%
CMYK: (20,0,41,22) C20M0Y41K22 (20%,0%,41%,22%) (0.20/0.00/0.41/0.22) 

CMYK percentages

%20.1
%0
%41.21
%21.96

Codes

Color #9FC775 in popluar color models

9F C7 75
RGB 159 199 117
HSL 89° 42.27% 61.96%
HSB/HSV 89° 41.21% 78.04%
CMYK 20.10% 0.00% 41.21%
21.96%

Color #9FC775 in popluar number systems.

HEX 9F C7 75
Decimal 159 199 117
Binary 10011111 11000111 1110101
Octal 237 307 165

Shades and tints

Shades of #9FC775

#9FC775
(159,199,117)
#91B56B
(145,181,107)
#83A361
(131,163,97)
#759157
(117,145,87)
#677F4D
(103,127,77)
#596D43
(89,109,67)
#4B5B39
(75,91,57)
#3D492F
(61,73,47)
#2F3725
(47,55,37)
#21251B
(33,37,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9FC775

#9FC775
(159,199,117)
#A7CC81
(167,204,129)
#AFD18D
(175,209,141)
#B7D699
(183,214,153)
#BFDBA5
(191,219,165)
#C7E0B1
(199,224,177)
#CFE5BD
(207,229,189)
#D7EAC9
(215,234,201)
#DFEFD5
(223,239,213)
#E7F4E1
(231,244,225)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC775; }

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

This text font color is #9FC775.

Background Color

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

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

This div background color is #9FC775.

Border color

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

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

This div border color is #9FC775.

Opacity

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

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

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

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

This text has shadow with #9FC775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC775.

Preview

Color preview on black background

This text has color #9FC775 on black background.


Color preview on white background

This text has color #9FC775 on white background.


Black color preview on #9FC775 background

This text has black color on #9FC775 background.


White color preview on #9FC775 background

This text has white color on #9FC775 background.


Related colors

Complementary color

Complementary color for #hex is #60388A.


I love getcolorcode.com

Triadic colors

1 #759FC7 and #C7759F with #9FC775 are triadic colors.

2 #75C79F and #C79F75 with #9FC775 are triadic colors.