COLOR #9BC294

HEX: #9BC294
RGB: (155,194,148)

Color info

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

RGB color model

#9BC294 color RGB value is (155,194,148).

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

RGB channels and saturation

R 155 of 255 = 61%
G 194 of 255 = 76%
B 148 of 255 = 58%

155
194
148

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

Portions of RGB colors in percentages

R + G + B =
155 + 194 + 148 = 497 (100%)
R 155 of 497 ~ 31.19%
G 194 of 497 ~ 39.03%
B 148 of 497 ~ 29.78%

%31.19
%39.03
%29.78

CMYK color model

#9BC294 color CMYK value is (20,0,24,24).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 23.92%
CMYK:
(20,0,24,24)
C20M0Y24K24 
(20%,0%,24%,24%)
(0.20/0.00/0.24/0.24)	

CMYK percentages

%20.1
%0
%23.71
%23.92

Codes

Color #9BC294 in popluar color models

9BC294
RGB155194148
HSL111°27.38%67.06%
HSB/HSV111°23.71%76.08%
CMYK20.10%0.00%23.71%
23.92%

Color #9BC294 in popluar number systems.

HEX9BC294
Decimal155194148
Binary100110111100001010010100
Octal233302224

Shades and tints

Shades of #9BC294

#9BC294
(155,194,148)
#8DB187
(141,177,135)
#7FA07A
(127,160,122)
#718F6D
(113,143,109)
#637E60
(99,126,96)
#556D53
(85,109,83)
#475C46
(71,92,70)
#394B39
(57,75,57)
#2B3A2C
(43,58,44)
#1D291F
(29,41,31)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #9BC294

#9BC294
(155,194,148)
#A4C79D
(164,199,157)
#ADCCA6
(173,204,166)
#B6D1AF
(182,209,175)
#BFD6B8
(191,214,184)
#C8DBC1
(200,219,193)
#D1E0CA
(209,224,202)
#DAE5D3
(218,229,211)
#E3EADC
(227,234,220)
#ECEFE5
(236,239,229)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC294 color. Also use rgb(155,194,148) instead hex code.

Text Font Color

.myTextColor { color: #9BC294; }

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

This text font color is #9BC294.


Background Color

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

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

This div background color is #9BC294.


Border color

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

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

This div border color is #9BC294.


Opacity

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

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

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

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

This text has shadow with #9BC294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC294 on black background.


Color preview on white background

This text has color #9BC294 on white background.



Black color preview on #9BC294 background

This text has black color on #9BC294 background.


White color preview on #9BC294 background

This text has white color on #9BC294 background.