COLOR #9BD45F

HEX: #9BD45F
RGB: (155,212,95)

Color info

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

RGB color model

#9BD45F color RGB value is (155,212,95).

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

RGB channels and saturation

R 155 of 255 = 61%
G 212 of 255 = 83%
B 95 of 255 = 37%

155
212
95

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

Portions of RGB colors in percentages

R + G + B =
155 + 212 + 95 = 462 (100%)
R 155 of 462 ~ 33.55%
G 212 of 462 ~ 45.89%
B 95 of 462 ~ 20.56%

%33.55
%45.89
%20.56

CMYK color model

#9BD45F color CMYK value is (27,0,55,17).

  • cyan value is 26.89%
  • magenta value is 0.00%
  • yellow value is 55.19%
  • key color value is 16.86%
CMYK:
(27,0,55,17)
C27M0Y55K17 
(27%,0%,55%,17%)
(0.27/0.00/0.55/0.17)	

CMYK percentages

%26.89
%0
%55.19
%16.86

Codes

Color #9BD45F in popluar color models

9BD45F
RGB15521295
HSL89°57.64%60.20%
HSB/HSV89°55.19%83.14%
CMYK26.89%0.00%55.19%
16.86%

Color #9BD45F in popluar number systems.

HEX9BD45F
Decimal15521295
Binary10011011110101001011111
Octal233324137

Shades and tints

Shades of #9BD45F

#9BD45F
(155,212,95)
#8DC157
(141,193,87)
#7FAE4F
(127,174,79)
#719B47
(113,155,71)
#63883F
(99,136,63)
#557537
(85,117,55)
#47622F
(71,98,47)
#394F27
(57,79,39)
#2B3C1F
(43,60,31)
#1D2917
(29,41,23)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #9BD45F

#9BD45F
(155,212,95)
#A4D76D
(164,215,109)
#ADDA7B
(173,218,123)
#B6DD89
(182,221,137)
#BFE097
(191,224,151)
#C8E3A5
(200,227,165)
#D1E6B3
(209,230,179)
#DAE9C1
(218,233,193)
#E3ECCF
(227,236,207)
#ECEFDD
(236,239,221)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD45F; }

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

This text font color is #9BD45F.


Background Color

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

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

This div background color is #9BD45F.


Border color

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

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

This div border color is #9BD45F.


Opacity

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

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

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

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

This text has shadow with #9BD45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD45F on black background.


Color preview on white background

This text has color #9BD45F on white background.



Black color preview on #9BD45F background

This text has black color on #9BD45F background.


White color preview on #9BD45F background

This text has white color on #9BD45F background.