COLOR #9FC359

HEX: #9FC359 RGB: (159,195,89)

Color info

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

RGB color model

#9FC359 color RGB value is (159,195,89).

RGB: (159,195,89) (62%, 76%, 35%)

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 89 of 255 = 35%

159
195
89

R + G + B ~ 58%. #9FC359 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 159 + 195 + 89 = 443 (100%)
R 159 of 443 ~ 35.89%
G 195 of 443 ~ 44.02%
B 89 of 443 ~ 20.09'%

%35.89
%44.02
%20.09

CMYK color model

#9FC359 color CMYK value is (18,0,54,24).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 54.36%
  • key color value is 23.53%
CMYK: (18,0,54,24) C18M0Y54K24 (18%,0%,54%,24%) (0.18/0.00/0.54/0.24) 

CMYK percentages

%18.46
%0
%54.36
%23.53

Codes

Color #9FC359 in popluar color models

9F C3 59
RGB 159 195 89
HSL 80° 46.90% 55.69%
HSB/HSV 80° 54.36% 76.47%
CMYK 18.46% 0.00% 54.36%
23.53%

Color #9FC359 in popluar number systems.

HEX 9F C3 59
Decimal 159 195 89
Binary 10011111 11000011 1011001
Octal 237 303 131

Shades and tints

Shades of #9FC359

#9FC359
(159,195,89)
#91B251
(145,178,81)
#83A149
(131,161,73)
#759041
(117,144,65)
#677F39
(103,127,57)
#596E31
(89,110,49)
#4B5D29
(75,93,41)
#3D4C21
(61,76,33)
#2F3B19
(47,59,25)
#212A11
(33,42,17)
#131909
(19,25,9)
#000000
(0,0,0)

Tints of #9FC359

#9FC359
(159,195,89)
#A7C868
(167,200,104)
#AFCD77
(175,205,119)
#B7D286
(183,210,134)
#BFD795
(191,215,149)
#C7DCA4
(199,220,164)
#CFE1B3
(207,225,179)
#D7E6C2
(215,230,194)
#DFEBD1
(223,235,209)
#E7F0E0
(231,240,224)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC359 color. Also use rgb(159,195,89) instead hex code.

Text Font Color

.myTextColor { color: #9FC359; }

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

This text font color is #9FC359.

Background Color

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

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

This div background color is #9FC359.

Border color

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

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

This div border color is #9FC359.

Opacity

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

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

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

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

This text has shadow with #9FC359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC359.

Preview

Color preview on black background

This text has color #9FC359 on black background.


Color preview on white background

This text has color #9FC359 on white background.


Black color preview on #9FC359 background

This text has black color on #9FC359 background.


White color preview on #9FC359 background

This text has white color on #9FC359 background.


Related colors

Complementary color

Complementary color for #hex is #603CA6.


I love getcolorcode.com

Triadic colors

1 #599FC3 and #C3599F with #9FC359 are triadic colors.

2 #59C39F and #C39F59 with #9FC359 are triadic colors.