COLOR #89E990

HEX: #89E990 RGB: (137,233,144)

Color info

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

RGB color model

#89E990 color RGB value is (137,233,144).

RGB: (137,233,144) (54%, 91%, 56%)

RGB channels and saturation

R 137 of 255 = 54%
G 233 of 255 = 91%
B 144 of 255 = 56%

137
233
144

R + G + B ~ 67%. #89E990 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 233 + 144 = 514 (100%)
R 137 of 514 ~ 26.65%
G 233 of 514 ~ 45.33%
B 144 of 514 ~ 28.02'%

%26.65
%45.33
%28.02

CMYK color model

#89E990 color CMYK value is (41,0,38,9).

  • cyan value is 41.20%
  • magenta value is 0.00%
  • yellow value is 38.20%
  • key color value is 8.63%

CMYK: (41,0,38,9)
C41M0Y38K9 (41%, 0%, 38%, 9%)
(0.41 / 0.00 / 0.38 / 0.09)

CMYK percentages

%41.2
%0
%38.2
%8.63

Codes

Color #89E990 in popluar color models

89 E9 90
RGB 137 233 144
HSL 124° 68.57% 72.55%
HSB/HSV 124° 41.20% 91.37%
CMYK 41.20% 0.00% 38.20%
8.63%

Color #89E990 in popluar number systems.

HEX 89 E9 90
Decimal 137 233 144
Binary 10001001 11101001 10010000
Octal 211 351 220

Shades and tints

Shades of #89E990

#89E990
(137,233,144)
#7DD483
(125,212,131)
#71BF76
(113,191,118)
#65AA69
(101,170,105)
#59955C
(89,149,92)
#4D804F
(77,128,79)
#416B42
(65,107,66)
#355635
(53,86,53)
#294128
(41,65,40)
#1D2C1B
(29,44,27)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #89E990

#89E990
(137,233,144)
#93EB9A
(147,235,154)
#9DEDA4
(157,237,164)
#A7EFAE
(167,239,174)
#B1F1B8
(177,241,184)
#BBF3C2
(187,243,194)
#C5F5CC
(197,245,204)
#CFF7D6
(207,247,214)
#D9F9E0
(217,249,224)
#E3FBEA
(227,251,234)
#EDFDF4
(237,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E990 color. Also use rgb(137,233,144) instead hex code.

Text Font Color

.myTextColor { color: #89E990; }

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

This text font color is #89E990.

Background Color

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

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

This div background color is #89E990.

Border color

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

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

This div border color is #89E990.

Opacity

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

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

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

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

This text has shadow with #89E990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89E990.

Preview

Color preview on black background

This text has color #89E990 on black background.


Color preview on white background

This text has color #89E990 on white background.


Black color preview on #89E990 background

This text has black color on #89E990 background.


White color preview on #89E990 background

This text has white color on #89E990 background.


Related colors

Complementary color

Complementary color for #hex is #76166F.


I love getcolorcode.com

Triadic colors

1 #9089E9 and #E99089 with #89E990 are triadic colors.

2 #90E989 and #E98990 with #89E990 are triadic colors.