COLOR #89FFA2

HEX: #89FFA2
RGB: (137,255,162)

Color info

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

RGB color model

#89FFA2 color RGB value is (137,255,162).

  • red value is 137;
  • green value is 255;
  • blue value is 162.
RGB:
(137,255,162)
(54%,100%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 255 of 255 = 100%
B 162 of 255 = 64%

137
255
162

R + G + B ~ 73%. #89FFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 255 + 162 = 554 (100%)
R 137 of 554 ~ 24.73%
G 255 of 554 ~ 46.03%
B 162 of 554 ~ 29.24%

%24.73
%46.03
%29.24

CMYK color model

#89FFA2 color CMYK value is (46,0,36,0).

  • cyan value is 46.27%
  • magenta value is 0.00%
  • yellow value is 36.47%
  • key color value is 0.00%
CMYK:
(46,0,36,0)
C46M0Y36K0 
(46%,0%,36%,0%)
(0.46/0.00/0.36/0.00)	

CMYK percentages

%46.27
%0
%36.47
%0

Codes

Color #89FFA2 in popluar color models

89FFA2
RGB137255162
HSL133°100.00%76.86%
HSB/HSV133°46.27%100.00%
CMYK46.27%0.00%36.47%
0.00%

Color #89FFA2 in popluar number systems.

HEX89FFA2
Decimal137255162
Binary100010011111111110100010
Octal211377242

Shades and tints

Shades of #89FFA2

#89FFA2
(137,255,162)
#7DE894
(125,232,148)
#71D186
(113,209,134)
#65BA78
(101,186,120)
#59A36A
(89,163,106)
#4D8C5C
(77,140,92)
#41754E
(65,117,78)
#355E40
(53,94,64)
#294732
(41,71,50)
#1D3024
(29,48,36)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #89FFA2

#89FFA2
(137,255,162)
#93FFAA
(147,255,170)
#9DFFB2
(157,255,178)
#A7FFBA
(167,255,186)
#B1FFC2
(177,255,194)
#BBFFCA
(187,255,202)
#C5FFD2
(197,255,210)
#CFFFDA
(207,255,218)
#D9FFE2
(217,255,226)
#E3FFEA
(227,255,234)
#EDFFF2
(237,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89FFA2 color. Also use rgb(137,255,162) instead hex code.

Text Font Color

.myTextColor { color: #89FFA2; }

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

This text font color is #89FFA2.


Background Color

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

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

This div background color is #89FFA2.


Border color

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

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

This div border color is #89FFA2.


Opacity

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

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

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

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

This text has shadow with #89FFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89FFA2 on black background.


Color preview on white background

This text has color #89FFA2 on white background.



Black color preview on #89FFA2 background

This text has black color on #89FFA2 background.


White color preview on #89FFA2 background

This text has white color on #89FFA2 background.