COLOR #9FD172

HEX: #9FD172
RGB: (159,209,114)

Color info

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

RGB color model

#9FD172 color RGB value is (159,209,114).

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

RGB channels and saturation

R 159 of 255 = 62%
G 209 of 255 = 82%
B 114 of 255 = 45%

159
209
114

R + G + B ~ 63%. #9FD172 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 209 + 114 = 482 (100%)
R 159 of 482 ~ 32.99%
G 209 of 482 ~ 43.36%
B 114 of 482 ~ 23.65%

%32.99
%43.36
%23.65

CMYK color model

#9FD172 color CMYK value is (24,0,45,18).

  • cyan value is 23.92%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 18.04%
CMYK:
(24,0,45,18)
C24M0Y45K18 
(24%,0%,45%,18%)
(0.24/0.00/0.45/0.18)	

CMYK percentages

%23.92
%0
%45.45
%18.04

Codes

Color #9FD172 in popluar color models

9FD172
RGB159209114
HSL92°50.80%63.33%
HSB/HSV92°45.45%81.96%
CMYK23.92%0.00%45.45%
18.04%

Color #9FD172 in popluar number systems.

HEX9FD172
Decimal159209114
Binary10011111110100011110010
Octal237321162

Shades and tints

Shades of #9FD172

#9FD172
(159,209,114)
#91BE68
(145,190,104)
#83AB5E
(131,171,94)
#759854
(117,152,84)
#67854A
(103,133,74)
#597240
(89,114,64)
#4B5F36
(75,95,54)
#3D4C2C
(61,76,44)
#2F3922
(47,57,34)
#212618
(33,38,24)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #9FD172

#9FD172
(159,209,114)
#A7D57E
(167,213,126)
#AFD98A
(175,217,138)
#B7DD96
(183,221,150)
#BFE1A2
(191,225,162)
#C7E5AE
(199,229,174)
#CFE9BA
(207,233,186)
#D7EDC6
(215,237,198)
#DFF1D2
(223,241,210)
#E7F5DE
(231,245,222)
#EFF9EA
(239,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD172; }

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

This text font color is #9FD172.


Background Color

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

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

This div background color is #9FD172.


Border color

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

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

This div border color is #9FD172.


Opacity

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

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

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

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

This text has shadow with #9FD172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD172 on black background.


Color preview on white background

This text has color #9FD172 on white background.



Black color preview on #9FD172 background

This text has black color on #9FD172 background.


White color preview on #9FD172 background

This text has white color on #9FD172 background.