COLOR #9FB68A

HEX: #9FB68A
RGB: (159,182,138)

Color info

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

RGB color model

#9FB68A color RGB value is (159,182,138).

  • red value is 159;
  • green value is 182;
  • blue value is 138.
RGB: (159,182,138) (62%,71%,54%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 138 of 255 = 54%

159
182
138

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

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 138 = 479 (100%)
R 159 of 479 ~ 33.19%
G 182 of 479 ~ 38%
B 138 of 479 ~ 28.81%

%33.19
%38
%28.81

CMYK color model

#9FB68A color CMYK value is (13,0,24,29).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK: (13,0,24,29) C13M0Y24K29 (13%,0%,24%,29%) (0.13/0.00/0.24/0.29)

CMYK percentages

%12.64
%0
%24.18
%28.63

Codes

Color #9FB68A in popluar color models

9FB68A
RGB159182138
HSL91°23.16%62.75%
HSB/HSV91°24.18%71.37%
CMYK12.64%0.00%24.18%
28.63%

Color #9FB68A in popluar number systems.

HEX9FB68A
Decimal159182138
Binary100111111011011010001010
Octal237266212

Shades and tints

Shades of #9FB68A

#9FB68A
(159,182,138)
#91A67E
(145,166,126)
#839672
(131,150,114)
#758666
(117,134,102)
#67765A
(103,118,90)
#59664E
(89,102,78)
#4B5642
(75,86,66)
#3D4636
(61,70,54)
#2F362A
(47,54,42)
#21261E
(33,38,30)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #9FB68A

#9FB68A
(159,182,138)
#A7BC94
(167,188,148)
#AFC29E
(175,194,158)
#B7C8A8
(183,200,168)
#BFCEB2
(191,206,178)
#C7D4BC
(199,212,188)
#CFDAC6
(207,218,198)
#D7E0D0
(215,224,208)
#DFE6DA
(223,230,218)
#E7ECE4
(231,236,228)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB68A color. Also use rgb(159,182,138) instead hex code.

Text Font Color

.myTextColor { color: #9FB68A; }

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

This text font color is #9FB68A.


Background Color

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

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

This div background color is #9FB68A.


Border color

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

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

This div border color is #9FB68A.


Opacity

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

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

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

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

This text has shadow with #9FB68A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FB68A on black background.


Color preview on white background

This text has color #9FB68A on white background.



Black color preview on #9FB68A background

This text has black color on #9FB68A background.


White color preview on #9FB68A background

This text has white color on #9FB68A background.