COLOR #9BC910

HEX: #9BC910
RGB: (155,201,16)

Color info

#9BC910 contains mainly red and green colors. Web safe color of #9BC910 is #99CC00 (or #9C0).

RGB color model

#9BC910 color RGB value is (155,201,16).

  • red value is 155;
  • green value is 201;
  • blue value is 16.
RGB:
(155,201,16)
(61%,79%,6%)

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 16 of 255 = 6%

155
201
16

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

Portions of RGB colors in percentages

R + G + B =
155 + 201 + 16 = 372 (100%)
R 155 of 372 ~ 41.67%
G 201 of 372 ~ 54.03%
B 16 of 372 ~ 4.3%

%41.67
%54.03

CMYK color model

#9BC910 color CMYK value is (23,0,92,21).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 92.04%
  • key color value is 21.18%
CMYK:
(23,0,92,21)
C23M0Y92K21 
(23%,0%,92%,21%)
(0.23/0.00/0.92/0.21)	

CMYK percentages

%22.89
%0
%92.04
%21.18

Codes

Color #9BC910 in popluar color models

9BC910
RGB15520116
HSL75°85.25%42.55%
HSB/HSV75°92.04%78.82%
CMYK22.89%0.00%92.04%
21.18%

Color #9BC910 in popluar number systems.

HEX9BC910
Decimal15520116
Binary100110111100100110000
Octal23331120

Shades and tints

Shades of #9BC910

#9BC910
(155,201,16)
#8DB70F
(141,183,15)
#7FA50E
(127,165,14)
#71930D
(113,147,13)
#63810C
(99,129,12)
#556F0B
(85,111,11)
#475D0A
(71,93,10)
#394B09
(57,75,9)
#2B3908
(43,57,8)
#1D2707
(29,39,7)
#0F1506
(15,21,6)
#000000
(0,0,0)

Tints of #9BC910

#9BC910
(155,201,16)
#A4CD25
(164,205,37)
#ADD13A
(173,209,58)
#B6D54F
(182,213,79)
#BFD964
(191,217,100)
#C8DD79
(200,221,121)
#D1E18E
(209,225,142)
#DAE5A3
(218,229,163)
#E3E9B8
(227,233,184)
#ECEDCD
(236,237,205)
#F5F1E2
(245,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC910 color. Also use rgb(155,201,16) instead hex code.

Text Font Color

.myTextColor { color: #9BC910; }

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

This text font color is #9BC910.


Background Color

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

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

This div background color is #9BC910.


Border color

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

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

This div border color is #9BC910.


Opacity

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

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

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

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

This text has shadow with #9BC910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC910 on black background.


Color preview on white background

This text has color #9BC910 on white background.



Black color preview on #9BC910 background

This text has black color on #9BC910 background.


White color preview on #9BC910 background

This text has white color on #9BC910 background.