COLOR #89FA8B

HEX: #89FA8B
RGB: (137,250,139)

Color info

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

RGB color model

#89FA8B color RGB value is (137,250,139).

  • red value is 137;
  • green value is 250;
  • blue value is 139.
RGB:
(137,250,139)
(54%,98%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 250 of 255 = 98%
B 139 of 255 = 55%

137
250
139

R + G + B ~ 69%. #89FA8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 250 + 139 = 526 (100%)
R 137 of 526 ~ 26.05%
G 250 of 526 ~ 47.53%
B 139 of 526 ~ 26.43%

%26.05
%47.53
%26.43

CMYK color model

#89FA8B color CMYK value is (45,0,44,2).

  • cyan value is 45.20%
  • magenta value is 0.00%
  • yellow value is 44.40%
  • key color value is 1.96%
CMYK:
(45,0,44,2)
C45M0Y44K2 
(45%,0%,44%,2%)
(0.45/0.00/0.44/0.02)	

CMYK percentages

%45.2
%0
%44.4
%1.96

Codes

Color #89FA8B in popluar color models

89FA8B
RGB137250139
HSL121°91.87%75.88%
HSB/HSV121°45.20%98.04%
CMYK45.20%0.00%44.40%
1.96%

Color #89FA8B in popluar number systems.

HEX89FA8B
Decimal137250139
Binary100010011111101010001011
Octal211372213

Shades and tints

Shades of #89FA8B

#89FA8B
(137,250,139)
#7DE47F
(125,228,127)
#71CE73
(113,206,115)
#65B867
(101,184,103)
#59A25B
(89,162,91)
#4D8C4F
(77,140,79)
#417643
(65,118,67)
#356037
(53,96,55)
#294A2B
(41,74,43)
#1D341F
(29,52,31)
#111E13
(17,30,19)
#000000
(0,0,0)

Tints of #89FA8B

#89FA8B
(137,250,139)
#93FA95
(147,250,149)
#9DFA9F
(157,250,159)
#A7FAA9
(167,250,169)
#B1FAB3
(177,250,179)
#BBFABD
(187,250,189)
#C5FAC7
(197,250,199)
#CFFAD1
(207,250,209)
#D9FADB
(217,250,219)
#E3FAE5
(227,250,229)
#EDFAEF
(237,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89FA8B color. Also use rgb(137,250,139) instead hex code.

Text Font Color

.myTextColor { color: #89FA8B; }

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

This text font color is #89FA8B.


Background Color

.myBgColor { background-color: #89FA8B; }

<div style="background-color:#89FA8B">Inner text</div>

This div background color is #89FA8B.


Border color

.myBorderColor { border: 1px solid #89FA8B; }

<div style="border:3px solid #89FA8B">Div</div>

This div border color is #89FA8B.


Opacity

.myOpacity80 { color: #89FA8B; opacity: 0.8; }

<p style="color:#89FA8B;opacity:0.8;">80%</p>

Text with #89FA8B 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 #89FA8B;}

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

This text has shadow with #89FA8B color.

.textShadow {text-shadow: 3px 3px 1px #89FA8B, 3px 3px 1px red;}

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

This text has shadow with #89FA8B primary color and red secondary color.


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

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

This text has shadow with #89FA8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89FA8B on black background.


Color preview on white background

This text has color #89FA8B on white background.



Black color preview on #89FA8B background

This text has black color on #89FA8B background.


White color preview on #89FA8B background

This text has white color on #89FA8B background.