COLOR #9BC47A

HEX: #9BC47A
RGB: (155,196,122)

Color info

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

RGB color model

#9BC47A color RGB value is (155,196,122).

  • red value is 155;
  • green value is 196;
  • blue value is 122.
RGB:
(155,196,122)
(61%,77%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 196 of 255 = 77%
B 122 of 255 = 48%

155
196
122

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

Portions of RGB colors in percentages

R + G + B =
155 + 196 + 122 = 473 (100%)
R 155 of 473 ~ 32.77%
G 196 of 473 ~ 41.44%
B 122 of 473 ~ 25.79%

%32.77
%41.44
%25.79

CMYK color model

#9BC47A color CMYK value is (21,0,38,23).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 23.14%
CMYK:
(21,0,38,23)
C21M0Y38K23 
(21%,0%,38%,23%)
(0.21/0.00/0.38/0.23)	

CMYK percentages

%20.92
%0
%37.76
%23.14

Codes

Color #9BC47A in popluar color models

9BC47A
RGB155196122
HSL93°38.54%62.35%
HSB/HSV93°37.76%76.86%
CMYK20.92%0.00%37.76%
23.14%

Color #9BC47A in popluar number systems.

HEX9BC47A
Decimal155196122
Binary10011011110001001111010
Octal233304172

Shades and tints

Shades of #9BC47A

#9BC47A
(155,196,122)
#8DB36F
(141,179,111)
#7FA264
(127,162,100)
#719159
(113,145,89)
#63804E
(99,128,78)
#556F43
(85,111,67)
#475E38
(71,94,56)
#394D2D
(57,77,45)
#2B3C22
(43,60,34)
#1D2B17
(29,43,23)
#0F1A0C
(15,26,12)
#000000
(0,0,0)

Tints of #9BC47A

#9BC47A
(155,196,122)
#A4C986
(164,201,134)
#ADCE92
(173,206,146)
#B6D39E
(182,211,158)
#BFD8AA
(191,216,170)
#C8DDB6
(200,221,182)
#D1E2C2
(209,226,194)
#DAE7CE
(218,231,206)
#E3ECDA
(227,236,218)
#ECF1E6
(236,241,230)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC47A color. Also use rgb(155,196,122) instead hex code.

Text Font Color

.myTextColor { color: #9BC47A; }

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

This text font color is #9BC47A.


Background Color

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

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

This div background color is #9BC47A.


Border color

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

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

This div border color is #9BC47A.


Opacity

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

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

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

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

This text has shadow with #9BC47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC47A on black background.


Color preview on white background

This text has color #9BC47A on white background.



Black color preview on #9BC47A background

This text has black color on #9BC47A background.


White color preview on #9BC47A background

This text has white color on #9BC47A background.