COLOR #9BD72F

HEX: #9BD72F
RGB: (155,215,47)

Color info

#9BD72F contains mainly green color. Web safe color of #9BD72F is #99CC33 (or #9C3).

RGB color model

#9BD72F color RGB value is (155,215,47).

  • red value is 155;
  • green value is 215;
  • blue value is 47.
RGB:
(155,215,47)
(61%,84%,18%)

RGB channels and saturation

R 155 of 255 = 61%
G 215 of 255 = 84%
B 47 of 255 = 18%

155
215
47

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

Portions of RGB colors in percentages

R + G + B =
155 + 215 + 47 = 417 (100%)
R 155 of 417 ~ 37.17%
G 215 of 417 ~ 51.56%
B 47 of 417 ~ 11.27%

%37.17
%51.56
%11.27

CMYK color model

#9BD72F color CMYK value is (28,0,78,16).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 78.14%
  • key color value is 15.69%
CMYK:
(28,0,78,16)
C28M0Y78K16 
(28%,0%,78%,16%)
(0.28/0.00/0.78/0.16)	

CMYK percentages

%27.91
%0
%78.14
%15.69

Codes

Color #9BD72F in popluar color models

9BD72F
RGB15521547
HSL81°67.74%51.37%
HSB/HSV81°78.14%84.31%
CMYK27.91%0.00%78.14%
15.69%

Color #9BD72F in popluar number systems.

HEX9BD72F
Decimal15521547
Binary1001101111010111101111
Octal23332757

Shades and tints

Shades of #9BD72F

#9BD72F
(155,215,47)
#8DC42B
(141,196,43)
#7FB127
(127,177,39)
#719E23
(113,158,35)
#638B1F
(99,139,31)
#55781B
(85,120,27)
#476517
(71,101,23)
#395213
(57,82,19)
#2B3F0F
(43,63,15)
#1D2C0B
(29,44,11)
#0F1907
(15,25,7)
#000000
(0,0,0)

Tints of #9BD72F

#9BD72F
(155,215,47)
#A4DA41
(164,218,65)
#ADDD53
(173,221,83)
#B6E065
(182,224,101)
#BFE377
(191,227,119)
#C8E689
(200,230,137)
#D1E99B
(209,233,155)
#DAECAD
(218,236,173)
#E3EFBF
(227,239,191)
#ECF2D1
(236,242,209)
#F5F5E3
(245,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD72F color. Also use rgb(155,215,47) instead hex code.

Text Font Color

.myTextColor { color: #9BD72F; }

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

This text font color is #9BD72F.


Background Color

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

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

This div background color is #9BD72F.


Border color

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

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

This div border color is #9BD72F.


Opacity

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

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

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

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

This text has shadow with #9BD72F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD72F on black background.


Color preview on white background

This text has color #9BD72F on white background.



Black color preview on #9BD72F background

This text has black color on #9BD72F background.


White color preview on #9BD72F background

This text has white color on #9BD72F background.