COLOR #89EE7A

HEX: #89EE7A
RGB: (137,238,122)

Color info

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

RGB color model

#89EE7A color RGB value is (137,238,122).

  • red value is 137;
  • green value is 238;
  • blue value is 122.
RGB:
(137,238,122)
(54%,93%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 238 of 255 = 93%
B 122 of 255 = 48%

137
238
122

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

Portions of RGB colors in percentages

R + G + B =
137 + 238 + 122 = 497 (100%)
R 137 of 497 ~ 27.57%
G 238 of 497 ~ 47.89%
B 122 of 497 ~ 24.55%

%27.57
%47.89
%24.55

CMYK color model

#89EE7A color CMYK value is (42,0,49,7).

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 48.74%
  • key color value is 6.67%
CMYK:
(42,0,49,7)
C42M0Y49K7 
(42%,0%,49%,7%)
(0.42/0.00/0.49/0.07)	

CMYK percentages

%42.44
%0
%48.74
%6.67

Codes

Color #89EE7A in popluar color models

89EE7A
RGB137238122
HSL112°77.33%70.59%
HSB/HSV112°48.74%93.33%
CMYK42.44%0.00%48.74%
6.67%

Color #89EE7A in popluar number systems.

HEX89EE7A
Decimal137238122
Binary10001001111011101111010
Octal211356172

Shades and tints

Shades of #89EE7A

#89EE7A
(137,238,122)
#7DD96F
(125,217,111)
#71C464
(113,196,100)
#65AF59
(101,175,89)
#599A4E
(89,154,78)
#4D8543
(77,133,67)
#417038
(65,112,56)
#355B2D
(53,91,45)
#294622
(41,70,34)
#1D3117
(29,49,23)
#111C0C
(17,28,12)
#000000
(0,0,0)

Tints of #89EE7A

#89EE7A
(137,238,122)
#93EF86
(147,239,134)
#9DF092
(157,240,146)
#A7F19E
(167,241,158)
#B1F2AA
(177,242,170)
#BBF3B6
(187,243,182)
#C5F4C2
(197,244,194)
#CFF5CE
(207,245,206)
#D9F6DA
(217,246,218)
#E3F7E6
(227,247,230)
#EDF8F2
(237,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89EE7A color. Also use rgb(137,238,122) instead hex code.

Text Font Color

.myTextColor { color: #89EE7A; }

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

This text font color is #89EE7A.


Background Color

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

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

This div background color is #89EE7A.


Border color

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

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

This div border color is #89EE7A.


Opacity

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

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

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

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

This text has shadow with #89EE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89EE7A on black background.


Color preview on white background

This text has color #89EE7A on white background.



Black color preview on #89EE7A background

This text has black color on #89EE7A background.


White color preview on #89EE7A background

This text has white color on #89EE7A background.