COLOR #9BFF78

HEX: #9BFF78
RGB: (155,255,120)

Color info

#9BFF78 contains mainly green color. Web safe color of #9BFF78 is #99FF66 (or #9F6).

RGB color model

#9BFF78 color RGB value is (155,255,120).

  • red value is 155;
  • green value is 255;
  • blue value is 120.
RGB:
(155,255,120)
(61%,100%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 255 of 255 = 100%
B 120 of 255 = 47%

155
255
120

R + G + B ~ 69%. #9BFF78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 255 + 120 = 530 (100%)
R 155 of 530 ~ 29.25%
G 255 of 530 ~ 48.11%
B 120 of 530 ~ 22.64%

%29.25
%48.11
%22.64

CMYK color model

#9BFF78 color CMYK value is (39,0,53,0).

  • cyan value is 39.22%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 0.00%
CMYK:
(39,0,53,0)
C39M0Y53K0 
(39%,0%,53%,0%)
(0.39/0.00/0.53/0.00)	

CMYK percentages

%39.22
%0
%52.94
%0

Codes

Color #9BFF78 in popluar color models

9BFF78
RGB155255120
HSL104°100.00%73.53%
HSB/HSV104°52.94%100.00%
CMYK39.22%0.00%52.94%
0.00%

Color #9BFF78 in popluar number systems.

HEX9BFF78
Decimal155255120
Binary10011011111111111111000
Octal233377170

Shades and tints

Shades of #9BFF78

#9BFF78
(155,255,120)
#8DE86E
(141,232,110)
#7FD164
(127,209,100)
#71BA5A
(113,186,90)
#63A350
(99,163,80)
#558C46
(85,140,70)
#47753C
(71,117,60)
#395E32
(57,94,50)
#2B4728
(43,71,40)
#1D301E
(29,48,30)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #9BFF78

#9BFF78
(155,255,120)
#A4FF84
(164,255,132)
#ADFF90
(173,255,144)
#B6FF9C
(182,255,156)
#BFFFA8
(191,255,168)
#C8FFB4
(200,255,180)
#D1FFC0
(209,255,192)
#DAFFCC
(218,255,204)
#E3FFD8
(227,255,216)
#ECFFE4
(236,255,228)
#F5FFF0
(245,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BFF78 color. Also use rgb(155,255,120) instead hex code.

Text Font Color

.myTextColor { color: #9BFF78; }

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

This text font color is #9BFF78.


Background Color

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

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

This div background color is #9BFF78.


Border color

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

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

This div border color is #9BFF78.


Opacity

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

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

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

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

This text has shadow with #9BFF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BFF78 on black background.


Color preview on white background

This text has color #9BFF78 on white background.



Black color preview on #9BFF78 background

This text has black color on #9BFF78 background.


White color preview on #9BFF78 background

This text has white color on #9BFF78 background.