COLOR #9BE047

HEX: #9BE047
RGB: (155,224,71)

Color info

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

RGB color model

#9BE047 color RGB value is (155,224,71).

  • red value is 155;
  • green value is 224;
  • blue value is 71.
RGB:
(155,224,71)
(61%,88%,28%)

RGB channels and saturation

R 155 of 255 = 61%
G 224 of 255 = 88%
B 71 of 255 = 28%

155
224
71

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

Portions of RGB colors in percentages

R + G + B =
155 + 224 + 71 = 450 (100%)
R 155 of 450 ~ 34.44%
G 224 of 450 ~ 49.78%
B 71 of 450 ~ 15.78%

%34.44
%49.78
%15.78

CMYK color model

#9BE047 color CMYK value is (31,0,68,12).

  • cyan value is 30.80%
  • magenta value is 0.00%
  • yellow value is 68.30%
  • key color value is 12.16%
CMYK:
(31,0,68,12)
C31M0Y68K12 
(31%,0%,68%,12%)
(0.31/0.00/0.68/0.12)	

CMYK percentages

%30.8
%0
%68.3
%12.16

Codes

Color #9BE047 in popluar color models

9BE047
RGB15522471
HSL87°71.16%57.84%
HSB/HSV87°68.30%87.84%
CMYK30.80%0.00%68.30%
12.16%

Color #9BE047 in popluar number systems.

HEX9BE047
Decimal15522471
Binary10011011111000001000111
Octal233340107

Shades and tints

Shades of #9BE047

#9BE047
(155,224,71)
#8DCC41
(141,204,65)
#7FB83B
(127,184,59)
#71A435
(113,164,53)
#63902F
(99,144,47)
#557C29
(85,124,41)
#476823
(71,104,35)
#39541D
(57,84,29)
#2B4017
(43,64,23)
#1D2C11
(29,44,17)
#0F180B
(15,24,11)
#000000
(0,0,0)

Tints of #9BE047

#9BE047
(155,224,71)
#A4E257
(164,226,87)
#ADE467
(173,228,103)
#B6E677
(182,230,119)
#BFE887
(191,232,135)
#C8EA97
(200,234,151)
#D1ECA7
(209,236,167)
#DAEEB7
(218,238,183)
#E3F0C7
(227,240,199)
#ECF2D7
(236,242,215)
#F5F4E7
(245,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE047 color. Also use rgb(155,224,71) instead hex code.

Text Font Color

.myTextColor { color: #9BE047; }

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

This text font color is #9BE047.


Background Color

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

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

This div background color is #9BE047.


Border color

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

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

This div border color is #9BE047.


Opacity

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

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

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

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

This text has shadow with #9BE047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE047 on black background.


Color preview on white background

This text has color #9BE047 on white background.



Black color preview on #9BE047 background

This text has black color on #9BE047 background.


White color preview on #9BE047 background

This text has white color on #9BE047 background.