COLOR #9FB112

HEX: #9FB112 RGB: (159,177,18)

Color info

#9FB112 contains mainly red and green colors. Web safe color of #9FB112 is #999900 (or #990).

RGB color model

#9FB112 color RGB value is (159,177,18).

RGB: (159,177,18) (62%, 69%, 7%)

RGB channels and saturation

R 159 of 255 = 62%
G 177 of 255 = 69%
B 18 of 255 = 7%

159
177
18

R + G + B ~ 46%. #9FB112 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 159 + 177 + 18 = 354 (100%)
R 159 of 354 ~ 44.92%
G 177 of 354 ~ 50%
B 18 of 354 ~ 5.08'%

%44.92
%50

CMYK color model

#9FB112 color CMYK value is (10,0,90,31).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 89.83%
  • key color value is 30.59%

CMYK: (10,0,90,31)
C10M0Y90K31 (10%, 0%, 90%, 31%)
(0.10 / 0.00 / 0.90 / 0.31)

CMYK percentages

%10.17
%0
%89.83
%30.59

Codes

Color #9FB112 in popluar color models

9F B1 12
RGB 159 177 18
HSL 67° 81.54% 38.24%
HSB/HSV 67° 89.83% 69.41%
CMYK 10.17% 0.00% 89.83%
30.59%

Color #9FB112 in popluar number systems.

HEX 9F B1 12
Decimal 159 177 18
Binary 10011111 10110001 10010
Octal 237 261 22

Shades and tints

Shades of #9FB112

#9FB112
(159,177,18)
#91A111
(145,161,17)
#839110
(131,145,16)
#75810F
(117,129,15)
#67710E
(103,113,14)
#59610D
(89,97,13)
#4B510C
(75,81,12)
#3D410B
(61,65,11)
#2F310A
(47,49,10)
#212109
(33,33,9)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #9FB112

#9FB112
(159,177,18)
#A7B827
(167,184,39)
#AFBF3C
(175,191,60)
#B7C651
(183,198,81)
#BFCD66
(191,205,102)
#C7D47B
(199,212,123)
#CFDB90
(207,219,144)
#D7E2A5
(215,226,165)
#DFE9BA
(223,233,186)
#E7F0CF
(231,240,207)
#EFF7E4
(239,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB112 color. Also use rgb(159,177,18) instead hex code.

Text Font Color

.myTextColor { color: #9FB112; }

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

This text font color is #9FB112.

Background Color

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

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

This div background color is #9FB112.

Border color

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

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

This div border color is #9FB112.

Opacity

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

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

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

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

This text has shadow with #9FB112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB112.

Preview

Color preview on black background

This text has color #9FB112 on black background.


Color preview on white background

This text has color #9FB112 on white background.


Black color preview on #9FB112 background

This text has black color on #9FB112 background.


White color preview on #9FB112 background

This text has white color on #9FB112 background.


Related colors

Complementary color

Complementary color for #hex is #604EED.


I love getcolorcode.com

Triadic colors

1 #129FB1 and #B1129F with #9FB112 are triadic colors.

2 #12B19F and #B19F12 with #9FB112 are triadic colors.