COLOR #9FC28E

HEX: #9FC28E
RGB: (159,194,142)

Color info

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

RGB color model

#9FC28E color RGB value is (159,194,142).

  • red value is 159;
  • green value is 194;
  • blue value is 142.
RGB:
(159,194,142)
(62%,76%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 142 of 255 = 56%

159
194
142

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

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 142 = 495 (100%)
R 159 of 495 ~ 32.12%
G 194 of 495 ~ 39.19%
B 142 of 495 ~ 28.69%

%32.12
%39.19
%28.69

CMYK color model

#9FC28E color CMYK value is (18,0,27,24).

  • cyan value is 18.04%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 23.92%
CMYK:
(18,0,27,24)
C18M0Y27K24 
(18%,0%,27%,24%)
(0.18/0.00/0.27/0.24)	

CMYK percentages

%18.04
%0
%26.8
%23.92

Codes

Color #9FC28E in popluar color models

9FC28E
RGB159194142
HSL100°29.89%65.88%
HSB/HSV100°26.80%76.08%
CMYK18.04%0.00%26.80%
23.92%

Color #9FC28E in popluar number systems.

HEX9FC28E
Decimal159194142
Binary100111111100001010001110
Octal237302216

Shades and tints

Shades of #9FC28E

#9FC28E
(159,194,142)
#91B182
(145,177,130)
#83A076
(131,160,118)
#758F6A
(117,143,106)
#677E5E
(103,126,94)
#596D52
(89,109,82)
#4B5C46
(75,92,70)
#3D4B3A
(61,75,58)
#2F3A2E
(47,58,46)
#212922
(33,41,34)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #9FC28E

#9FC28E
(159,194,142)
#A7C798
(167,199,152)
#AFCCA2
(175,204,162)
#B7D1AC
(183,209,172)
#BFD6B6
(191,214,182)
#C7DBC0
(199,219,192)
#CFE0CA
(207,224,202)
#D7E5D4
(215,229,212)
#DFEADE
(223,234,222)
#E7EFE8
(231,239,232)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC28E color. Also use rgb(159,194,142) instead hex code.

Text Font Color

.myTextColor { color: #9FC28E; }

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

This text font color is #9FC28E.


Background Color

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

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

This div background color is #9FC28E.


Border color

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

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

This div border color is #9FC28E.


Opacity

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

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

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

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

This text has shadow with #9FC28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC28E on black background.


Color preview on white background

This text has color #9FC28E on white background.



Black color preview on #9FC28E background

This text has black color on #9FC28E background.


White color preview on #9FC28E background

This text has white color on #9FC28E background.