COLOR #9BD978

HEX: #9BD978
RGB: (155,217,120)

Color info

#9BD978 contains mainly green color. Web safe color of #9BD978 is #99CC66 (or #9C6).

RGB color model

#9BD978 color RGB value is (155,217,120).

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

RGB channels and saturation

R 155 of 255 = 61%
G 217 of 255 = 85%
B 120 of 255 = 47%

155
217
120

R + G + B ~ 64%. #9BD978 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 217 + 120 = 492 (100%)
R 155 of 492 ~ 31.5%
G 217 of 492 ~ 44.11%
B 120 of 492 ~ 24.39%

%31.5
%44.11
%24.39

CMYK color model

#9BD978 color CMYK value is (29,0,45,15).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 44.70%
  • key color value is 14.90%
CMYK:
(29,0,45,15)
C29M0Y45K15 
(29%,0%,45%,15%)
(0.29/0.00/0.45/0.15)	

CMYK percentages

%28.57
%0
%44.7
%14.9

Codes

Color #9BD978 in popluar color models

9BD978
RGB155217120
HSL98°56.07%66.08%
HSB/HSV98°44.70%85.10%
CMYK28.57%0.00%44.70%
14.90%

Color #9BD978 in popluar number systems.

HEX9BD978
Decimal155217120
Binary10011011110110011111000
Octal233331170

Shades and tints

Shades of #9BD978

#9BD978
(155,217,120)
#8DC66E
(141,198,110)
#7FB364
(127,179,100)
#71A05A
(113,160,90)
#638D50
(99,141,80)
#557A46
(85,122,70)
#47673C
(71,103,60)
#395432
(57,84,50)
#2B4128
(43,65,40)
#1D2E1E
(29,46,30)
#0F1B14
(15,27,20)
#000000
(0,0,0)

Tints of #9BD978

#9BD978
(155,217,120)
#A4DC84
(164,220,132)
#ADDF90
(173,223,144)
#B6E29C
(182,226,156)
#BFE5A8
(191,229,168)
#C8E8B4
(200,232,180)
#D1EBC0
(209,235,192)
#DAEECC
(218,238,204)
#E3F1D8
(227,241,216)
#ECF4E4
(236,244,228)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD978; }

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

This text font color is #9BD978.


Background Color

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

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

This div background color is #9BD978.


Border color

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

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

This div border color is #9BD978.


Opacity

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

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

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

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

This text has shadow with #9BD978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD978 on black background.


Color preview on white background

This text has color #9BD978 on white background.



Black color preview on #9BD978 background

This text has black color on #9BD978 background.


White color preview on #9BD978 background

This text has white color on #9BD978 background.