COLOR #9FBE70

HEX: #9FBE70 RGB: (159,190,112)

Color info

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

RGB color model

#9FBE70 color RGB value is (159,190,112).

RGB: (159,190,112) (62%, 75%, 44%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 112 of 255 = 44%

159
190
112

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

Portions of RGB colors in percentages

R + G + B = 159 + 190 + 112 = 461 (100%)
R 159 of 461 ~ 34.49%
G 190 of 461 ~ 41.21%
B 112 of 461 ~ 24.3'%

%34.49
%41.21
%24.3

CMYK color model

#9FBE70 color CMYK value is (16,0,41,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 41.05%
  • key color value is 25.49%
CMYK: (16,0,41,25) C16M0Y41K25 (16%,0%,41%,25%) (0.16/0.00/0.41/0.25) 

CMYK percentages

%16.32
%0
%41.05
%25.49

Codes

Color #9FBE70 in popluar color models

9F BE 70
RGB 159 190 112
HSL 84° 37.50% 59.22%
HSB/HSV 84° 41.05% 74.51%
CMYK 16.32% 0.00% 41.05%
25.49%

Color #9FBE70 in popluar number systems.

HEX 9F BE 70
Decimal 159 190 112
Binary 10011111 10111110 1110000
Octal 237 276 160

Shades and tints

Shades of #9FBE70

#9FBE70
(159,190,112)
#91AD66
(145,173,102)
#839C5C
(131,156,92)
#758B52
(117,139,82)
#677A48
(103,122,72)
#59693E
(89,105,62)
#4B5834
(75,88,52)
#3D472A
(61,71,42)
#2F3620
(47,54,32)
#212516
(33,37,22)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #9FBE70

#9FBE70
(159,190,112)
#A7C37D
(167,195,125)
#AFC88A
(175,200,138)
#B7CD97
(183,205,151)
#BFD2A4
(191,210,164)
#C7D7B1
(199,215,177)
#CFDCBE
(207,220,190)
#D7E1CB
(215,225,203)
#DFE6D8
(223,230,216)
#E7EBE5
(231,235,229)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBE70 color. Also use rgb(159,190,112) instead hex code.

Text Font Color

.myTextColor { color: #9FBE70; }

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

This text font color is #9FBE70.

Background Color

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

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

This div background color is #9FBE70.

Border color

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

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

This div border color is #9FBE70.

Opacity

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

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

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

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

This text has shadow with #9FBE70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBE70.

Preview

Color preview on black background

This text has color #9FBE70 on black background.


Color preview on white background

This text has color #9FBE70 on white background.


Black color preview on #9FBE70 background

This text has black color on #9FBE70 background.


White color preview on #9FBE70 background

This text has white color on #9FBE70 background.


Related colors

Complementary color

Complementary color for #hex is #60418F.


I love getcolorcode.com

Triadic colors

1 #709FBE and #BE709F with #9FBE70 are triadic colors.

2 #70BE9F and #BE9F70 with #9FBE70 are triadic colors.