COLOR #9BC45F

HEX: #9BC45F
RGB: (155,196,95)

Color info

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

RGB color model

#9BC45F color RGB value is (155,196,95).

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

RGB channels and saturation

R 155 of 255 = 61%
G 196 of 255 = 77%
B 95 of 255 = 37%

155
196
95

R + G + B ~ 58%. #9BC45F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 196 + 95 = 446 (100%)
R 155 of 446 ~ 34.75%
G 196 of 446 ~ 43.95%
B 95 of 446 ~ 21.3%

%34.75
%43.95
%21.3

CMYK color model

#9BC45F color CMYK value is (21,0,52,23).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 51.53%
  • key color value is 23.14%
CMYK:
(21,0,52,23)
C21M0Y52K23 
(21%,0%,52%,23%)
(0.21/0.00/0.52/0.23)	

CMYK percentages

%20.92
%0
%51.53
%23.14

Codes

Color #9BC45F in popluar color models

9BC45F
RGB15519695
HSL84°46.12%57.06%
HSB/HSV84°51.53%76.86%
CMYK20.92%0.00%51.53%
23.14%

Color #9BC45F in popluar number systems.

HEX9BC45F
Decimal15519695
Binary10011011110001001011111
Octal233304137

Shades and tints

Shades of #9BC45F

#9BC45F
(155,196,95)
#8DB357
(141,179,87)
#7FA24F
(127,162,79)
#719147
(113,145,71)
#63803F
(99,128,63)
#556F37
(85,111,55)
#475E2F
(71,94,47)
#394D27
(57,77,39)
#2B3C1F
(43,60,31)
#1D2B17
(29,43,23)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #9BC45F

#9BC45F
(155,196,95)
#A4C96D
(164,201,109)
#ADCE7B
(173,206,123)
#B6D389
(182,211,137)
#BFD897
(191,216,151)
#C8DDA5
(200,221,165)
#D1E2B3
(209,226,179)
#DAE7C1
(218,231,193)
#E3ECCF
(227,236,207)
#ECF1DD
(236,241,221)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC45F; }

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

This text font color is #9BC45F.


Background Color

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

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

This div background color is #9BC45F.


Border color

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

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

This div border color is #9BC45F.


Opacity

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

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

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

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

This text has shadow with #9BC45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC45F on black background.


Color preview on white background

This text has color #9BC45F on white background.



Black color preview on #9BC45F background

This text has black color on #9BC45F background.


White color preview on #9BC45F background

This text has white color on #9BC45F background.