COLOR #9BE489

HEX: #9BE489
RGB: (155,228,137)

Color info

#9BE489 contains mainly green color. Web safe color of #9BE489 is #99CC99 (or #9C9).

RGB color model

#9BE489 color RGB value is (155,228,137).

  • red value is 155;
  • green value is 228;
  • blue value is 137.
RGB:
(155,228,137)
(61%,89%,54%)

RGB channels and saturation

R 155 of 255 = 61%
G 228 of 255 = 89%
B 137 of 255 = 54%

155
228
137

R + G + B ~ 68%. #9BE489 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 228 + 137 = 520 (100%)
R 155 of 520 ~ 29.81%
G 228 of 520 ~ 43.85%
B 137 of 520 ~ 26.35%

%29.81
%43.85
%26.35

CMYK color model

#9BE489 color CMYK value is (32,0,40,11).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 10.59%
CMYK:
(32,0,40,11)
C32M0Y40K11 
(32%,0%,40%,11%)
(0.32/0.00/0.40/0.11)	

CMYK percentages

%32.02
%0
%39.91
%10.59

Codes

Color #9BE489 in popluar color models

9BE489
RGB155228137
HSL108°62.76%71.57%
HSB/HSV108°39.91%89.41%
CMYK32.02%0.00%39.91%
10.59%

Color #9BE489 in popluar number systems.

HEX9BE489
Decimal155228137
Binary100110111110010010001001
Octal233344211

Shades and tints

Shades of #9BE489

#9BE489
(155,228,137)
#8DD07D
(141,208,125)
#7FBC71
(127,188,113)
#71A865
(113,168,101)
#639459
(99,148,89)
#55804D
(85,128,77)
#476C41
(71,108,65)
#395835
(57,88,53)
#2B4429
(43,68,41)
#1D301D
(29,48,29)
#0F1C11
(15,28,17)
#000000
(0,0,0)

Tints of #9BE489

#9BE489
(155,228,137)
#A4E693
(164,230,147)
#ADE89D
(173,232,157)
#B6EAA7
(182,234,167)
#BFECB1
(191,236,177)
#C8EEBB
(200,238,187)
#D1F0C5
(209,240,197)
#DAF2CF
(218,242,207)
#E3F4D9
(227,244,217)
#ECF6E3
(236,246,227)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE489 color. Also use rgb(155,228,137) instead hex code.

Text Font Color

.myTextColor { color: #9BE489; }

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

This text font color is #9BE489.


Background Color

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

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

This div background color is #9BE489.


Border color

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

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

This div border color is #9BE489.


Opacity

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

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

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

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

This text has shadow with #9BE489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE489 on black background.


Color preview on white background

This text has color #9BE489 on white background.



Black color preview on #9BE489 background

This text has black color on #9BE489 background.


White color preview on #9BE489 background

This text has white color on #9BE489 background.