COLOR #9FC393

HEX: #9FC393 RGB: (159,195,147)

Color info

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

RGB color model

#9FC393 color RGB value is (159,195,147).

RGB: (159,195,147) (62%, 76%, 58%)

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 147 of 255 = 58%

159
195
147

R + G + B ~ 65%. #9FC393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 195 + 147 = 501 (100%)
R 159 of 501 ~ 31.74%
G 195 of 501 ~ 38.92%
B 147 of 501 ~ 29.34'%

%31.74
%38.92
%29.34

CMYK color model

#9FC393 color CMYK value is (18,0,25,24).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%

CMYK: (18,0,25,24)
C18M0Y25K24 (18%, 0%, 25%, 24%)
(0.18 / 0.00 / 0.25 / 0.24)

CMYK percentages

%18.46
%0
%24.62
%23.53

Codes

Color #9FC393 in popluar color models

9F C3 93
RGB 159 195 147
HSL 105° 28.57% 67.06%
HSB/HSV 105° 24.62% 76.47%
CMYK 18.46% 0.00% 24.62%
23.53%

Color #9FC393 in popluar number systems.

HEX 9F C3 93
Decimal 159 195 147
Binary 10011111 11000011 10010011
Octal 237 303 223

Shades and tints

Shades of #9FC393

#9FC393
(159,195,147)
#91B286
(145,178,134)
#83A179
(131,161,121)
#75906C
(117,144,108)
#677F5F
(103,127,95)
#596E52
(89,110,82)
#4B5D45
(75,93,69)
#3D4C38
(61,76,56)
#2F3B2B
(47,59,43)
#212A1E
(33,42,30)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #9FC393

#9FC393
(159,195,147)
#A7C89C
(167,200,156)
#AFCDA5
(175,205,165)
#B7D2AE
(183,210,174)
#BFD7B7
(191,215,183)
#C7DCC0
(199,220,192)
#CFE1C9
(207,225,201)
#D7E6D2
(215,230,210)
#DFEBDB
(223,235,219)
#E7F0E4
(231,240,228)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC393; }

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

This text font color is #9FC393.

Background Color

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

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

This div background color is #9FC393.

Border color

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

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

This div border color is #9FC393.

Opacity

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

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

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

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

This text has shadow with #9FC393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC393.

Preview

Color preview on black background

This text has color #9FC393 on black background.


Color preview on white background

This text has color #9FC393 on white background.


Black color preview on #9FC393 background

This text has black color on #9FC393 background.


White color preview on #9FC393 background

This text has white color on #9FC393 background.


Related colors

Complementary color

Complementary color for #hex is #603C6C.


I love getcolorcode.com

Triadic colors

1 #939FC3 and #C3939F with #9FC393 are triadic colors.

2 #93C39F and #C39F93 with #9FC393 are triadic colors.