COLOR #9FC27B

HEX: #9FC27B
RGB: (159,194,123)

Color info

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

RGB color model

#9FC27B color RGB value is (159,194,123).

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

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 123 of 255 = 48%

159
194
123

R + G + B ~ 62%. #9FC27B is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 123 = 476 (100%)
R 159 of 476 ~ 33.4%
G 194 of 476 ~ 40.76%
B 123 of 476 ~ 25.84%

%33.4
%40.76
%25.84

CMYK color model

#9FC27B color CMYK value is (18,0,37,24).

  • cyan value is 18.04%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 23.92%
CMYK: (18,0,37,24) C18M0Y37K24 (18%,0%,37%,24%) (0.18/0.00/0.37/0.24)

CMYK percentages

%18.04
%0
%36.6
%23.92

Codes

Color #9FC27B in popluar color models

9FC27B
RGB159194123
HSL90°36.79%62.16%
HSB/HSV90°36.60%76.08%
CMYK18.04%0.00%36.60%
23.92%

Color #9FC27B in popluar number systems.

HEX9FC27B
Decimal159194123
Binary10011111110000101111011
Octal237302173

Shades and tints

Shades of #9FC27B

#9FC27B
(159,194,123)
#91B170
(145,177,112)
#83A065
(131,160,101)
#758F5A
(117,143,90)
#677E4F
(103,126,79)
#596D44
(89,109,68)
#4B5C39
(75,92,57)
#3D4B2E
(61,75,46)
#2F3A23
(47,58,35)
#212918
(33,41,24)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #9FC27B

#9FC27B
(159,194,123)
#A7C787
(167,199,135)
#AFCC93
(175,204,147)
#B7D19F
(183,209,159)
#BFD6AB
(191,214,171)
#C7DBB7
(199,219,183)
#CFE0C3
(207,224,195)
#D7E5CF
(215,229,207)
#DFEADB
(223,234,219)
#E7EFE7
(231,239,231)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC27B; }

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

This text font color is #9FC27B.


Background Color

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

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

This div background color is #9FC27B.


Border color

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

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

This div border color is #9FC27B.


Opacity

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

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

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

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

This text has shadow with #9FC27B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FC27B on black background.


Color preview on white background

This text has color #9FC27B on white background.



Black color preview on #9FC27B background

This text has black color on #9FC27B background.


White color preview on #9FC27B background

This text has white color on #9FC27B background.