COLOR #9FD163

HEX: #9FD163
RGB: (159,209,99)

Color info

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

RGB color model

#9FD163 color RGB value is (159,209,99).

  • red value is 159;
  • green value is 209;
  • blue value is 99.
RGB:
(159,209,99)
(62%,82%,39%)

RGB channels and saturation

R 159 of 255 = 62%
G 209 of 255 = 82%
B 99 of 255 = 39%

159
209
99

R + G + B ~ 61%. #9FD163 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 209 + 99 = 467 (100%)
R 159 of 467 ~ 34.05%
G 209 of 467 ~ 44.75%
B 99 of 467 ~ 21.2%

%34.05
%44.75
%21.2

CMYK color model

#9FD163 color CMYK value is (24,0,53,18).

  • cyan value is 23.92%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 18.04%
CMYK:
(24,0,53,18)
C24M0Y53K18 
(24%,0%,53%,18%)
(0.24/0.00/0.53/0.18)	

CMYK percentages

%23.92
%0
%52.63
%18.04

Codes

Color #9FD163 in popluar color models

9FD163
RGB15920999
HSL87°54.46%60.39%
HSB/HSV87°52.63%81.96%
CMYK23.92%0.00%52.63%
18.04%

Color #9FD163 in popluar number systems.

HEX9FD163
Decimal15920999
Binary10011111110100011100011
Octal237321143

Shades and tints

Shades of #9FD163

#9FD163
(159,209,99)
#91BE5A
(145,190,90)
#83AB51
(131,171,81)
#759848
(117,152,72)
#67853F
(103,133,63)
#597236
(89,114,54)
#4B5F2D
(75,95,45)
#3D4C24
(61,76,36)
#2F391B
(47,57,27)
#212612
(33,38,18)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #9FD163

#9FD163
(159,209,99)
#A7D571
(167,213,113)
#AFD97F
(175,217,127)
#B7DD8D
(183,221,141)
#BFE19B
(191,225,155)
#C7E5A9
(199,229,169)
#CFE9B7
(207,233,183)
#D7EDC5
(215,237,197)
#DFF1D3
(223,241,211)
#E7F5E1
(231,245,225)
#EFF9EF
(239,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD163 color. Also use rgb(159,209,99) instead hex code.

Text Font Color

.myTextColor { color: #9FD163; }

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

This text font color is #9FD163.


Background Color

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

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

This div background color is #9FD163.


Border color

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

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

This div border color is #9FD163.


Opacity

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

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

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

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

This text has shadow with #9FD163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD163 on black background.


Color preview on white background

This text has color #9FD163 on white background.



Black color preview on #9FD163 background

This text has black color on #9FD163 background.


White color preview on #9FD163 background

This text has white color on #9FD163 background.