COLOR #9BC395

HEX: #9BC395
RGB: (155,195,149)

Color info

#9BC395 contains red, green and blue colors in about the same proportion. Web safe color of #9BC395 is #99CC99 (or #9C9).

RGB color model

#9BC395 color RGB value is (155,195,149).

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

RGB channels and saturation

R 155 of 255 = 61%
G 195 of 255 = 76%
B 149 of 255 = 58%

155
195
149

R + G + B ~ 65%. #9BC395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 195 + 149 = 499 (100%)
R 155 of 499 ~ 31.06%
G 195 of 499 ~ 39.08%
B 149 of 499 ~ 29.86%

%31.06
%39.08
%29.86

CMYK color model

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

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK:
(21,0,24,24)
C21M0Y24K24 
(21%,0%,24%,24%)
(0.21/0.00/0.24/0.24)	

CMYK percentages

%20.51
%0
%23.59
%23.53

Codes

Color #9BC395 in popluar color models

9BC395
RGB155195149
HSL112°27.71%67.45%
HSB/HSV112°23.59%76.47%
CMYK20.51%0.00%23.59%
23.53%

Color #9BC395 in popluar number systems.

HEX9BC395
Decimal155195149
Binary100110111100001110010101
Octal233303225

Shades and tints

Shades of #9BC395

#9BC395
(155,195,149)
#8DB288
(141,178,136)
#7FA17B
(127,161,123)
#71906E
(113,144,110)
#637F61
(99,127,97)
#556E54
(85,110,84)
#475D47
(71,93,71)
#394C3A
(57,76,58)
#2B3B2D
(43,59,45)
#1D2A20
(29,42,32)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #9BC395

#9BC395
(155,195,149)
#A4C89E
(164,200,158)
#ADCDA7
(173,205,167)
#B6D2B0
(182,210,176)
#BFD7B9
(191,215,185)
#C8DCC2
(200,220,194)
#D1E1CB
(209,225,203)
#DAE6D4
(218,230,212)
#E3EBDD
(227,235,221)
#ECF0E6
(236,240,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC395; }

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

This text font color is #9BC395.


Background Color

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

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

This div background color is #9BC395.


Border color

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

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

This div border color is #9BC395.


Opacity

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

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

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

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

This text has shadow with #9BC395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC395 on black background.


Color preview on white background

This text has color #9BC395 on white background.



Black color preview on #9BC395 background

This text has black color on #9BC395 background.


White color preview on #9BC395 background

This text has white color on #9BC395 background.