COLOR #9FB87A

HEX: #9FB87A RGB: (159,184,122)

Color info

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

RGB color model

#9FB87A color RGB value is (159,184,122).

RGB: (159,184,122) (62%, 72%, 48%)

RGB channels and saturation

R 159 of 255 = 62%
G 184 of 255 = 72%
B 122 of 255 = 48%

159
184
122

R + G + B ~ 61%. #9FB87A is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 184 + 122 = 465 (100%)
R 159 of 465 ~ 34.19%
G 184 of 465 ~ 39.57%
B 122 of 465 ~ 26.24'%

%34.19
%39.57
%26.24

CMYK color model

#9FB87A color CMYK value is (14,0,34,28).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 33.70%
  • key color value is 27.84%

CMYK: (14,0,34,28)
C14M0Y34K28 (14%, 0%, 34%, 28%)
(0.14 / 0.00 / 0.34 / 0.28)

CMYK percentages

%13.59
%0
%33.7
%27.84

Codes

Color #9FB87A in popluar color models

9F B8 7A
RGB 159 184 122
HSL 84° 30.39% 60.00%
HSB/HSV 84° 33.70% 72.16%
CMYK 13.59% 0.00% 33.70%
27.84%

Color #9FB87A in popluar number systems.

HEX 9F B8 7A
Decimal 159 184 122
Binary 10011111 10111000 1111010
Octal 237 270 172

Shades and tints

Shades of #9FB87A

#9FB87A
(159,184,122)
#91A86F
(145,168,111)
#839864
(131,152,100)
#758859
(117,136,89)
#67784E
(103,120,78)
#596843
(89,104,67)
#4B5838
(75,88,56)
#3D482D
(61,72,45)
#2F3822
(47,56,34)
#212817
(33,40,23)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #9FB87A

#9FB87A
(159,184,122)
#A7BE86
(167,190,134)
#AFC492
(175,196,146)
#B7CA9E
(183,202,158)
#BFD0AA
(191,208,170)
#C7D6B6
(199,214,182)
#CFDCC2
(207,220,194)
#D7E2CE
(215,226,206)
#DFE8DA
(223,232,218)
#E7EEE6
(231,238,230)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB87A color. Also use rgb(159,184,122) instead hex code.

Text Font Color

.myTextColor { color: #9FB87A; }

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

This text font color is #9FB87A.

Background Color

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

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

This div background color is #9FB87A.

Border color

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

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

This div border color is #9FB87A.

Opacity

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

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

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

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

This text has shadow with #9FB87A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB87A.

Preview

Color preview on black background

This text has color #9FB87A on black background.


Color preview on white background

This text has color #9FB87A on white background.


Black color preview on #9FB87A background

This text has black color on #9FB87A background.


White color preview on #9FB87A background

This text has white color on #9FB87A background.


Related colors

Complementary color

Complementary color for #hex is #604785.


I love getcolorcode.com

Triadic colors

1 #7A9FB8 and #B87A9F with #9FB87A are triadic colors.

2 #7AB89F and #B89F7A with #9FB87A are triadic colors.