COLOR #9FC093

HEX: #9FC093
RGB: (159,192,147)

Color info

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

RGB color model

#9FC093 color RGB value is (159,192,147).

  • red value is 159;
  • green value is 192;
  • blue value is 147.
RGB:
(159,192,147)
(62%,75%,58%)

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 147 of 255 = 58%

159
192
147

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

Portions of RGB colors in percentages

R + G + B =
159 + 192 + 147 = 498 (100%)
R 159 of 498 ~ 31.93%
G 192 of 498 ~ 38.55%
B 147 of 498 ~ 29.52%

%31.93
%38.55
%29.52

CMYK color model

#9FC093 color CMYK value is (17,0,23,25).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 24.71%
CMYK:
(17,0,23,25)
C17M0Y23K25 
(17%,0%,23%,25%)
(0.17/0.00/0.23/0.25)	

CMYK percentages

%17.19
%0
%23.44
%24.71

Codes

Color #9FC093 in popluar color models

9FC093
RGB159192147
HSL104°26.32%66.47%
HSB/HSV104°23.44%75.29%
CMYK17.19%0.00%23.44%
24.71%

Color #9FC093 in popluar number systems.

HEX9FC093
Decimal159192147
Binary100111111100000010010011
Octal237300223

Shades and tints

Shades of #9FC093

#9FC093
(159,192,147)
#91AF86
(145,175,134)
#839E79
(131,158,121)
#758D6C
(117,141,108)
#677C5F
(103,124,95)
#596B52
(89,107,82)
#4B5A45
(75,90,69)
#3D4938
(61,73,56)
#2F382B
(47,56,43)
#21271E
(33,39,30)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #9FC093

#9FC093
(159,192,147)
#A7C59C
(167,197,156)
#AFCAA5
(175,202,165)
#B7CFAE
(183,207,174)
#BFD4B7
(191,212,183)
#C7D9C0
(199,217,192)
#CFDEC9
(207,222,201)
#D7E3D2
(215,227,210)
#DFE8DB
(223,232,219)
#E7EDE4
(231,237,228)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC093; }

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

This text font color is #9FC093.


Background Color

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

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

This div background color is #9FC093.


Border color

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

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

This div border color is #9FC093.


Opacity

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

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

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

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

This text has shadow with #9FC093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC093 on black background.


Color preview on white background

This text has color #9FC093 on white background.



Black color preview on #9FC093 background

This text has black color on #9FC093 background.


White color preview on #9FC093 background

This text has white color on #9FC093 background.