COLOR #9BAF50

HEX: #9BAF50
RGB: (155,175,80)

Color info

#9BAF50 contains mainly red and green colors. Web safe color of #9BAF50 is #999966 (or #996).

RGB color model

#9BAF50 color RGB value is (155,175,80).

  • red value is 155;
  • green value is 175;
  • blue value is 80.
RGB:
(155,175,80)
(61%,69%,31%)

RGB channels and saturation

R 155 of 255 = 61%
G 175 of 255 = 69%
B 80 of 255 = 31%

155
175
80

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

Portions of RGB colors in percentages

R + G + B =
155 + 175 + 80 = 410 (100%)
R 155 of 410 ~ 37.8%
G 175 of 410 ~ 42.68%
B 80 of 410 ~ 19.51%

%37.8
%42.68
%19.51

CMYK color model

#9BAF50 color CMYK value is (11,0,54,31).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 31.37%
CMYK:
(11,0,54,31)
C11M0Y54K31 
(11%,0%,54%,31%)
(0.11/0.00/0.54/0.31)	

CMYK percentages

%11.43
%0
%54.29
%31.37

Codes

Color #9BAF50 in popluar color models

9BAF50
RGB15517580
HSL73°37.25%50.00%
HSB/HSV73°54.29%68.63%
CMYK11.43%0.00%54.29%
31.37%

Color #9BAF50 in popluar number systems.

HEX9BAF50
Decimal15517580
Binary10011011101011111010000
Octal233257120

Shades and tints

Shades of #9BAF50

#9BAF50
(155,175,80)
#8DA049
(141,160,73)
#7F9142
(127,145,66)
#71823B
(113,130,59)
#637334
(99,115,52)
#55642D
(85,100,45)
#475526
(71,85,38)
#39461F
(57,70,31)
#2B3718
(43,55,24)
#1D2811
(29,40,17)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #9BAF50

#9BAF50
(155,175,80)
#A4B65F
(164,182,95)
#ADBD6E
(173,189,110)
#B6C47D
(182,196,125)
#BFCB8C
(191,203,140)
#C8D29B
(200,210,155)
#D1D9AA
(209,217,170)
#DAE0B9
(218,224,185)
#E3E7C8
(227,231,200)
#ECEED7
(236,238,215)
#F5F5E6
(245,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAF50 color. Also use rgb(155,175,80) instead hex code.

Text Font Color

.myTextColor { color: #9BAF50; }

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

This text font color is #9BAF50.


Background Color

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

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

This div background color is #9BAF50.


Border color

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

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

This div border color is #9BAF50.


Opacity

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

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

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

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

This text has shadow with #9BAF50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAF50 on black background.


Color preview on white background

This text has color #9BAF50 on white background.



Black color preview on #9BAF50 background

This text has black color on #9BAF50 background.


White color preview on #9BAF50 background

This text has white color on #9BAF50 background.