COLOR #9BE77E

HEX: #9BE77E
RGB: (155,231,126)

Color info

#9BE77E contains mainly green color. Web safe color of #9BE77E is #99FF66 (or #9F6).

RGB color model

#9BE77E color RGB value is (155,231,126).

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

RGB channels and saturation

R 155 of 255 = 61%
G 231 of 255 = 91%
B 126 of 255 = 49%

155
231
126

R + G + B ~ 67%. #9BE77E is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 231 + 126 = 512 (100%)
R 155 of 512 ~ 30.27%
G 231 of 512 ~ 45.12%
B 126 of 512 ~ 24.61%

%30.27
%45.12
%24.61

CMYK color model

#9BE77E color CMYK value is (33,0,45,9).

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 9.41%
CMYK:
(33,0,45,9)
C33M0Y45K9 
(33%,0%,45%,9%)
(0.33/0.00/0.45/0.09)	

CMYK percentages

%32.9
%0
%45.45
%9.41

Codes

Color #9BE77E in popluar color models

9BE77E
RGB155231126
HSL103°68.63%70.00%
HSB/HSV103°45.45%90.59%
CMYK32.90%0.00%45.45%
9.41%

Color #9BE77E in popluar number systems.

HEX9BE77E
Decimal155231126
Binary10011011111001111111110
Octal233347176

Shades and tints

Shades of #9BE77E

#9BE77E
(155,231,126)
#8DD273
(141,210,115)
#7FBD68
(127,189,104)
#71A85D
(113,168,93)
#639352
(99,147,82)
#557E47
(85,126,71)
#47693C
(71,105,60)
#395431
(57,84,49)
#2B3F26
(43,63,38)
#1D2A1B
(29,42,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #9BE77E

#9BE77E
(155,231,126)
#A4E989
(164,233,137)
#ADEB94
(173,235,148)
#B6ED9F
(182,237,159)
#BFEFAA
(191,239,170)
#C8F1B5
(200,241,181)
#D1F3C0
(209,243,192)
#DAF5CB
(218,245,203)
#E3F7D6
(227,247,214)
#ECF9E1
(236,249,225)
#F5FBEC
(245,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE77E; }

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

This text font color is #9BE77E.


Background Color

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

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

This div background color is #9BE77E.


Border color

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

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

This div border color is #9BE77E.


Opacity

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

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

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

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

This text has shadow with #9BE77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE77E on black background.


Color preview on white background

This text has color #9BE77E on white background.



Black color preview on #9BE77E background

This text has black color on #9BE77E background.


White color preview on #9BE77E background

This text has white color on #9BE77E background.