COLOR #9BC978

HEX: #9BC978 RGB: (155,201,120)

Color info

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

RGB color model

#9BC978 color RGB value is (155,201,120).

RGB: (155,201,120) (61%, 79%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 120 of 255 = 47%

155
201
120

R + G + B ~ 62%. #9BC978 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 201 + 120 = 476 (100%)
R 155 of 476 ~ 32.56%
G 201 of 476 ~ 42.23%
B 120 of 476 ~ 25.21'%

%32.56
%42.23
%25.21

CMYK color model

#9BC978 color CMYK value is (23,0,40,21).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 40.30%
  • key color value is 21.18%

CMYK: (23,0,40,21)
C23M0Y40K21 (23%, 0%, 40%, 21%)
(0.23 / 0.00 / 0.40 / 0.21)

CMYK percentages

%22.89
%0
%40.3
%21.18

Codes

Color #9BC978 in popluar color models

9B C9 78
RGB 155 201 120
HSL 94° 42.86% 62.94%
HSB/HSV 94° 40.30% 78.82%
CMYK 22.89% 0.00% 40.30%
21.18%

Color #9BC978 in popluar number systems.

HEX 9B C9 78
Decimal 155 201 120
Binary 10011011 11001001 1111000
Octal 233 311 170

Shades and tints

Shades of #9BC978

#9BC978
(155,201,120)
#8DB76E
(141,183,110)
#7FA564
(127,165,100)
#71935A
(113,147,90)
#638150
(99,129,80)
#556F46
(85,111,70)
#475D3C
(71,93,60)
#394B32
(57,75,50)
#2B3928
(43,57,40)
#1D271E
(29,39,30)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9BC978

#9BC978
(155,201,120)
#A4CD84
(164,205,132)
#ADD190
(173,209,144)
#B6D59C
(182,213,156)
#BFD9A8
(191,217,168)
#C8DDB4
(200,221,180)
#D1E1C0
(209,225,192)
#DAE5CC
(218,229,204)
#E3E9D8
(227,233,216)
#ECEDE4
(236,237,228)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC978; }

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

This text font color is #9BC978.

Background Color

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

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

This div background color is #9BC978.

Border color

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

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

This div border color is #9BC978.

Opacity

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

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

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

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

This text has shadow with #9BC978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC978.

Preview

Color preview on black background

This text has color #9BC978 on black background.


Color preview on white background

This text has color #9BC978 on white background.


Black color preview on #9BC978 background

This text has black color on #9BC978 background.


White color preview on #9BC978 background

This text has white color on #9BC978 background.


Related colors

Complementary color

Complementary color for #hex is #643687.


I love getcolorcode.com

Triadic colors

1 #789BC9 and #C9789B with #9BC978 are triadic colors.

2 #78C99B and #C99B78 with #9BC978 are triadic colors.