COLOR #9FD28D

HEX: #9FD28D
RGB: (159,210,141)

Color info

#9FD28D contains mainly red and green colors. Web safe color of #9FD28D is #99CC99 (or #9C9).

RGB color model

#9FD28D color RGB value is (159,210,141).

  • red value is 159;
  • green value is 210;
  • blue value is 141.
RGB:
(159,210,141)
(62%,82%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 210 of 255 = 82%
B 141 of 255 = 55%

159
210
141

R + G + B ~ 66%. #9FD28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 210 + 141 = 510 (100%)
R 159 of 510 ~ 31.18%
G 210 of 510 ~ 41.18%
B 141 of 510 ~ 27.65%

%31.18
%41.18
%27.65

CMYK color model

#9FD28D color CMYK value is (24,0,33,18).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 17.65%
CMYK:
(24,0,33,18)
C24M0Y33K18 
(24%,0%,33%,18%)
(0.24/0.00/0.33/0.18)	

CMYK percentages

%24.29
%0
%32.86
%17.65

Codes

Color #9FD28D in popluar color models

9FD28D
RGB159210141
HSL104°43.40%68.82%
HSB/HSV104°32.86%82.35%
CMYK24.29%0.00%32.86%
17.65%

Color #9FD28D in popluar number systems.

HEX9FD28D
Decimal159210141
Binary100111111101001010001101
Octal237322215

Shades and tints

Shades of #9FD28D

#9FD28D
(159,210,141)
#91BF81
(145,191,129)
#83AC75
(131,172,117)
#759969
(117,153,105)
#67865D
(103,134,93)
#597351
(89,115,81)
#4B6045
(75,96,69)
#3D4D39
(61,77,57)
#2F3A2D
(47,58,45)
#212721
(33,39,33)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #9FD28D

#9FD28D
(159,210,141)
#A7D697
(167,214,151)
#AFDAA1
(175,218,161)
#B7DEAB
(183,222,171)
#BFE2B5
(191,226,181)
#C7E6BF
(199,230,191)
#CFEAC9
(207,234,201)
#D7EED3
(215,238,211)
#DFF2DD
(223,242,221)
#E7F6E7
(231,246,231)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD28D color. Also use rgb(159,210,141) instead hex code.

Text Font Color

.myTextColor { color: #9FD28D; }

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

This text font color is #9FD28D.


Background Color

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

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

This div background color is #9FD28D.


Border color

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

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

This div border color is #9FD28D.


Opacity

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

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

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

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

This text has shadow with #9FD28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD28D on black background.


Color preview on white background

This text has color #9FD28D on white background.



Black color preview on #9FD28D background

This text has black color on #9FD28D background.


White color preview on #9FD28D background

This text has white color on #9FD28D background.