COLOR #9FD872

HEX: #9FD872
RGB: (159,216,114)

Color info

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

RGB color model

#9FD872 color RGB value is (159,216,114).

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

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 114 of 255 = 45%

159
216
114

R + G + B ~ 64%. #9FD872 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 216 + 114 = 489 (100%)
R 159 of 489 ~ 32.52%
G 216 of 489 ~ 44.17%
B 114 of 489 ~ 23.31%

%32.52
%44.17
%23.31

CMYK color model

#9FD872 color CMYK value is (26,0,47,15).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 15.29%
CMYK:
(26,0,47,15)
C26M0Y47K15 
(26%,0%,47%,15%)
(0.26/0.00/0.47/0.15)	

CMYK percentages

%26.39
%0
%47.22
%15.29

Codes

Color #9FD872 in popluar color models

9FD872
RGB159216114
HSL94°56.67%64.71%
HSB/HSV94°47.22%84.71%
CMYK26.39%0.00%47.22%
15.29%

Color #9FD872 in popluar number systems.

HEX9FD872
Decimal159216114
Binary10011111110110001110010
Octal237330162

Shades and tints

Shades of #9FD872

#9FD872
(159,216,114)
#91C568
(145,197,104)
#83B25E
(131,178,94)
#759F54
(117,159,84)
#678C4A
(103,140,74)
#597940
(89,121,64)
#4B6636
(75,102,54)
#3D532C
(61,83,44)
#2F4022
(47,64,34)
#212D18
(33,45,24)
#131A0E
(19,26,14)
#000000
(0,0,0)

Tints of #9FD872

#9FD872
(159,216,114)
#A7DB7E
(167,219,126)
#AFDE8A
(175,222,138)
#B7E196
(183,225,150)
#BFE4A2
(191,228,162)
#C7E7AE
(199,231,174)
#CFEABA
(207,234,186)
#D7EDC6
(215,237,198)
#DFF0D2
(223,240,210)
#E7F3DE
(231,243,222)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD872; }

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

This text font color is #9FD872.


Background Color

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

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

This div background color is #9FD872.


Border color

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

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

This div border color is #9FD872.


Opacity

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

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

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

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

This text has shadow with #9FD872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD872 on black background.


Color preview on white background

This text has color #9FD872 on white background.



Black color preview on #9FD872 background

This text has black color on #9FD872 background.


White color preview on #9FD872 background

This text has white color on #9FD872 background.