COLOR #9BC31C

HEX: #9BC31C
RGB: (155,195,28)

Color info

#9BC31C contains mainly red and green colors. Web safe color of #9BC31C is #99CC33 (or #9C3).

RGB color model

#9BC31C color RGB value is (155,195,28).

  • red value is 155;
  • green value is 195;
  • blue value is 28.
RGB:
(155,195,28)
(61%,76%,11%)

RGB channels and saturation

R 155 of 255 = 61%
G 195 of 255 = 76%
B 28 of 255 = 11%

155
195
28

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

Portions of RGB colors in percentages

R + G + B =
155 + 195 + 28 = 378 (100%)
R 155 of 378 ~ 41.01%
G 195 of 378 ~ 51.59%
B 28 of 378 ~ 7.41%

%41.01
%51.59

CMYK color model

#9BC31C color CMYK value is (21,0,86,24).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 85.64%
  • key color value is 23.53%
CMYK:
(21,0,86,24)
C21M0Y86K24 
(21%,0%,86%,24%)
(0.21/0.00/0.86/0.24)	

CMYK percentages

%20.51
%0
%85.64
%23.53

Codes

Color #9BC31C in popluar color models

9BC31C
RGB15519528
HSL74°74.89%43.73%
HSB/HSV74°85.64%76.47%
CMYK20.51%0.00%85.64%
23.53%

Color #9BC31C in popluar number systems.

HEX9BC31C
Decimal15519528
Binary100110111100001111100
Octal23330334

Shades and tints

Shades of #9BC31C

#9BC31C
(155,195,28)
#8DB21A
(141,178,26)
#7FA118
(127,161,24)
#719016
(113,144,22)
#637F14
(99,127,20)
#556E12
(85,110,18)
#475D10
(71,93,16)
#394C0E
(57,76,14)
#2B3B0C
(43,59,12)
#1D2A0A
(29,42,10)
#0F1908
(15,25,8)
#000000
(0,0,0)

Tints of #9BC31C

#9BC31C
(155,195,28)
#A4C830
(164,200,48)
#ADCD44
(173,205,68)
#B6D258
(182,210,88)
#BFD76C
(191,215,108)
#C8DC80
(200,220,128)
#D1E194
(209,225,148)
#DAE6A8
(218,230,168)
#E3EBBC
(227,235,188)
#ECF0D0
(236,240,208)
#F5F5E4
(245,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC31C color. Also use rgb(155,195,28) instead hex code.

Text Font Color

.myTextColor { color: #9BC31C; }

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

This text font color is #9BC31C.


Background Color

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

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

This div background color is #9BC31C.


Border color

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

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

This div border color is #9BC31C.


Opacity

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

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

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

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

This text has shadow with #9BC31C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC31C on black background.


Color preview on white background

This text has color #9BC31C on white background.



Black color preview on #9BC31C background

This text has black color on #9BC31C background.


White color preview on #9BC31C background

This text has white color on #9BC31C background.