COLOR #89E07A

HEX: #89E07A
RGB: (137,224,122)

Color info

#89E07A contains mainly green color. Web safe color of #89E07A is #99CC66 (or #9C6).

RGB color model

#89E07A color RGB value is (137,224,122).

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

RGB channels and saturation

R 137 of 255 = 54%
G 224 of 255 = 88%
B 122 of 255 = 48%

137
224
122

R + G + B ~ 63%. #89E07A is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 224 + 122 = 483 (100%)
R 137 of 483 ~ 28.36%
G 224 of 483 ~ 46.38%
B 122 of 483 ~ 25.26%

%28.36
%46.38
%25.26

CMYK color model

#89E07A color CMYK value is (39,0,46,12).

  • cyan value is 38.84%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 12.16%
CMYK:
(39,0,46,12)
C39M0Y46K12 
(39%,0%,46%,12%)
(0.39/0.00/0.46/0.12)	

CMYK percentages

%38.84
%0
%45.54
%12.16

Codes

Color #89E07A in popluar color models

89E07A
RGB137224122
HSL111°62.20%67.84%
HSB/HSV111°45.54%87.84%
CMYK38.84%0.00%45.54%
12.16%

Color #89E07A in popluar number systems.

HEX89E07A
Decimal137224122
Binary10001001111000001111010
Octal211340172

Shades and tints

Shades of #89E07A

#89E07A
(137,224,122)
#7DCC6F
(125,204,111)
#71B864
(113,184,100)
#65A459
(101,164,89)
#59904E
(89,144,78)
#4D7C43
(77,124,67)
#416838
(65,104,56)
#35542D
(53,84,45)
#294022
(41,64,34)
#1D2C17
(29,44,23)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #89E07A

#89E07A
(137,224,122)
#93E286
(147,226,134)
#9DE492
(157,228,146)
#A7E69E
(167,230,158)
#B1E8AA
(177,232,170)
#BBEAB6
(187,234,182)
#C5ECC2
(197,236,194)
#CFEECE
(207,238,206)
#D9F0DA
(217,240,218)
#E3F2E6
(227,242,230)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89E07A; }

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

This text font color is #89E07A.


Background Color

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

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

This div background color is #89E07A.


Border color

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

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

This div border color is #89E07A.


Opacity

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

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

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

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

This text has shadow with #89E07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E07A on black background.


Color preview on white background

This text has color #89E07A on white background.



Black color preview on #89E07A background

This text has black color on #89E07A background.


White color preview on #89E07A background

This text has white color on #89E07A background.