COLOR #89C18D

HEX: #89C18D
RGB: (137,193,141)

Color info

#89C18D contains red, green and blue colors in about the same proportion. Web safe color of #89C18D is #99CC99 (or #9C9).

RGB color model

#89C18D color RGB value is (137,193,141).

  • red value is 137;
  • green value is 193;
  • blue value is 141.
RGB:
(137,193,141)
(54%,76%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 193 of 255 = 76%
B 141 of 255 = 55%

137
193
141

R + G + B ~ 62%. #89C18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 193 + 141 = 471 (100%)
R 137 of 471 ~ 29.09%
G 193 of 471 ~ 40.98%
B 141 of 471 ~ 29.94%

%29.09
%40.98
%29.94

CMYK color model

#89C18D color CMYK value is (29,0,27,24).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(29,0,27,24)
C29M0Y27K24 
(29%,0%,27%,24%)
(0.29/0.00/0.27/0.24)	

CMYK percentages

%29.02
%0
%26.94
%24.31

Codes

Color #89C18D in popluar color models

89C18D
RGB137193141
HSL124°31.11%64.71%
HSB/HSV124°29.02%75.69%
CMYK29.02%0.00%26.94%
24.31%

Color #89C18D in popluar number systems.

HEX89C18D
Decimal137193141
Binary100010011100000110001101
Octal211301215

Shades and tints

Shades of #89C18D

#89C18D
(137,193,141)
#7DB081
(125,176,129)
#719F75
(113,159,117)
#658E69
(101,142,105)
#597D5D
(89,125,93)
#4D6C51
(77,108,81)
#415B45
(65,91,69)
#354A39
(53,74,57)
#29392D
(41,57,45)
#1D2821
(29,40,33)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #89C18D

#89C18D
(137,193,141)
#93C697
(147,198,151)
#9DCBA1
(157,203,161)
#A7D0AB
(167,208,171)
#B1D5B5
(177,213,181)
#BBDABF
(187,218,191)
#C5DFC9
(197,223,201)
#CFE4D3
(207,228,211)
#D9E9DD
(217,233,221)
#E3EEE7
(227,238,231)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C18D color. Also use rgb(137,193,141) instead hex code.

Text Font Color

.myTextColor { color: #89C18D; }

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

This text font color is #89C18D.


Background Color

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

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

This div background color is #89C18D.


Border color

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

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

This div border color is #89C18D.


Opacity

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

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

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

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

This text has shadow with #89C18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C18D on black background.


Color preview on white background

This text has color #89C18D on white background.



Black color preview on #89C18D background

This text has black color on #89C18D background.


White color preview on #89C18D background

This text has white color on #89C18D background.