COLOR #89DA90

HEX: #89DA90 RGB: (137,218,144)

Color info

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

RGB color model

#89DA90 color RGB value is (137,218,144).

RGB: (137,218,144) (54%, 85%, 56%)

RGB channels and saturation

R 137 of 255 = 54%
G 218 of 255 = 85%
B 144 of 255 = 56%

137
218
144

R + G + B ~ 65%. #89DA90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 218 + 144 = 499 (100%)
R 137 of 499 ~ 27.45%
G 218 of 499 ~ 43.69%
B 144 of 499 ~ 28.86'%

%27.45
%43.69
%28.86

CMYK color model

#89DA90 color CMYK value is (37,0,34,15).

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 14.51%

CMYK: (37,0,34,15)
C37M0Y34K15 (37%, 0%, 34%, 15%)
(0.37 / 0.00 / 0.34 / 0.15)

CMYK percentages

%37.16
%0
%33.94
%14.51

Codes

Color #89DA90 in popluar color models

89 DA 90
RGB 137 218 144
HSL 125° 52.26% 69.61%
HSB/HSV 125° 37.16% 85.49%
CMYK 37.16% 0.00% 33.94%
14.51%

Color #89DA90 in popluar number systems.

HEX 89 DA 90
Decimal 137 218 144
Binary 10001001 11011010 10010000
Octal 211 332 220

Shades and tints

Shades of #89DA90

#89DA90
(137,218,144)
#7DC783
(125,199,131)
#71B476
(113,180,118)
#65A169
(101,161,105)
#598E5C
(89,142,92)
#4D7B4F
(77,123,79)
#416842
(65,104,66)
#355535
(53,85,53)
#294228
(41,66,40)
#1D2F1B
(29,47,27)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #89DA90

#89DA90
(137,218,144)
#93DD9A
(147,221,154)
#9DE0A4
(157,224,164)
#A7E3AE
(167,227,174)
#B1E6B8
(177,230,184)
#BBE9C2
(187,233,194)
#C5ECCC
(197,236,204)
#CFEFD6
(207,239,214)
#D9F2E0
(217,242,224)
#E3F5EA
(227,245,234)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DA90; }

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

This text font color is #89DA90.

Background Color

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

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

This div background color is #89DA90.

Border color

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

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

This div border color is #89DA90.

Opacity

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

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

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

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

This text has shadow with #89DA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DA90.

Preview

Color preview on black background

This text has color #89DA90 on black background.


Color preview on white background

This text has color #89DA90 on white background.


Black color preview on #89DA90 background

This text has black color on #89DA90 background.


White color preview on #89DA90 background

This text has white color on #89DA90 background.


Related colors

Complementary color

Complementary color for #hex is #76256F.


I love getcolorcode.com

Triadic colors

1 #9089DA and #DA9089 with #89DA90 are triadic colors.

2 #90DA89 and #DA8990 with #89DA90 are triadic colors.