COLOR #9BC67F

HEX: #9BC67F
RGB: (155,198,127)

Color info

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

RGB color model

#9BC67F color RGB value is (155,198,127).

  • red value is 155;
  • green value is 198;
  • blue value is 127.
RGB:
(155,198,127)
(61%,78%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 198 of 255 = 78%
B 127 of 255 = 50%

155
198
127

R + G + B ~ 63%. #9BC67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 198 + 127 = 480 (100%)
R 155 of 480 ~ 32.29%
G 198 of 480 ~ 41.25%
B 127 of 480 ~ 26.46%

%32.29
%41.25
%26.46

CMYK color model

#9BC67F color CMYK value is (22,0,36,22).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(22,0,36,22)
C22M0Y36K22 
(22%,0%,36%,22%)
(0.22/0.00/0.36/0.22)	

CMYK percentages

%21.72
%0
%35.86
%22.35

Codes

Color #9BC67F in popluar color models

9BC67F
RGB155198127
HSL96°38.38%63.73%
HSB/HSV96°35.86%77.65%
CMYK21.72%0.00%35.86%
22.35%

Color #9BC67F in popluar number systems.

HEX9BC67F
Decimal155198127
Binary10011011110001101111111
Octal233306177

Shades and tints

Shades of #9BC67F

#9BC67F
(155,198,127)
#8DB474
(141,180,116)
#7FA269
(127,162,105)
#71905E
(113,144,94)
#637E53
(99,126,83)
#556C48
(85,108,72)
#475A3D
(71,90,61)
#394832
(57,72,50)
#2B3627
(43,54,39)
#1D241C
(29,36,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #9BC67F

#9BC67F
(155,198,127)
#A4CB8A
(164,203,138)
#ADD095
(173,208,149)
#B6D5A0
(182,213,160)
#BFDAAB
(191,218,171)
#C8DFB6
(200,223,182)
#D1E4C1
(209,228,193)
#DAE9CC
(218,233,204)
#E3EED7
(227,238,215)
#ECF3E2
(236,243,226)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC67F color. Also use rgb(155,198,127) instead hex code.

Text Font Color

.myTextColor { color: #9BC67F; }

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

This text font color is #9BC67F.


Background Color

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

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

This div background color is #9BC67F.


Border color

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

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

This div border color is #9BC67F.


Opacity

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

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

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

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

This text has shadow with #9BC67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC67F on black background.


Color preview on white background

This text has color #9BC67F on white background.



Black color preview on #9BC67F background

This text has black color on #9BC67F background.


White color preview on #9BC67F background

This text has white color on #9BC67F background.