COLOR #9BE791

HEX: #9BE791
RGB: (155,231,145)

Color info

#9BE791 contains mainly green color. Web safe color of #9BE791 is #99FF99 (or #9F9).

RGB color model

#9BE791 color RGB value is (155,231,145).

  • red value is 155;
  • green value is 231;
  • blue value is 145.
RGB:
(155,231,145)
(61%,91%,57%)

RGB channels and saturation

R 155 of 255 = 61%
G 231 of 255 = 91%
B 145 of 255 = 57%

155
231
145

R + G + B ~ 70%. #9BE791 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 231 + 145 = 531 (100%)
R 155 of 531 ~ 29.19%
G 231 of 531 ~ 43.5%
B 145 of 531 ~ 27.31%

%29.19
%43.5
%27.31

CMYK color model

#9BE791 color CMYK value is (33,0,37,9).

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 9.41%
CMYK:
(33,0,37,9)
C33M0Y37K9 
(33%,0%,37%,9%)
(0.33/0.00/0.37/0.09)	

CMYK percentages

%32.9
%0
%37.23
%9.41

Codes

Color #9BE791 in popluar color models

9BE791
RGB155231145
HSL113°64.18%73.73%
HSB/HSV113°37.23%90.59%
CMYK32.90%0.00%37.23%
9.41%

Color #9BE791 in popluar number systems.

HEX9BE791
Decimal155231145
Binary100110111110011110010001
Octal233347221

Shades and tints

Shades of #9BE791

#9BE791
(155,231,145)
#8DD284
(141,210,132)
#7FBD77
(127,189,119)
#71A86A
(113,168,106)
#63935D
(99,147,93)
#557E50
(85,126,80)
#476943
(71,105,67)
#395436
(57,84,54)
#2B3F29
(43,63,41)
#1D2A1C
(29,42,28)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #9BE791

#9BE791
(155,231,145)
#A4E99B
(164,233,155)
#ADEBA5
(173,235,165)
#B6EDAF
(182,237,175)
#BFEFB9
(191,239,185)
#C8F1C3
(200,241,195)
#D1F3CD
(209,243,205)
#DAF5D7
(218,245,215)
#E3F7E1
(227,247,225)
#ECF9EB
(236,249,235)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE791 color. Also use rgb(155,231,145) instead hex code.

Text Font Color

.myTextColor { color: #9BE791; }

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

This text font color is #9BE791.


Background Color

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

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

This div background color is #9BE791.


Border color

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

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

This div border color is #9BE791.


Opacity

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

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

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

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

This text has shadow with #9BE791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE791 on black background.


Color preview on white background

This text has color #9BE791 on white background.



Black color preview on #9BE791 background

This text has black color on #9BE791 background.


White color preview on #9BE791 background

This text has white color on #9BE791 background.