COLOR #89C395

HEX: #89C395
RGB: (137,195,149)

Color info

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

RGB color model

#89C395 color RGB value is (137,195,149).

  • red value is 137;
  • green value is 195;
  • blue value is 149.
RGB:
(137,195,149)
(54%,76%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 195 of 255 = 76%
B 149 of 255 = 58%

137
195
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 195 + 149 = 481 (100%)
R 137 of 481 ~ 28.48%
G 195 of 481 ~ 40.54%
B 149 of 481 ~ 30.98%

%28.48
%40.54
%30.98

CMYK color model

#89C395 color CMYK value is (30,0,24,24).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK:
(30,0,24,24)
C30M0Y24K24 
(30%,0%,24%,24%)
(0.30/0.00/0.24/0.24)	

CMYK percentages

%29.74
%0
%23.59
%23.53

Codes

Color #89C395 in popluar color models

89C395
RGB137195149
HSL132°32.58%65.10%
HSB/HSV132°29.74%76.47%
CMYK29.74%0.00%23.59%
23.53%

Color #89C395 in popluar number systems.

HEX89C395
Decimal137195149
Binary100010011100001110010101
Octal211303225

Shades and tints

Shades of #89C395

#89C395
(137,195,149)
#7DB288
(125,178,136)
#71A17B
(113,161,123)
#65906E
(101,144,110)
#597F61
(89,127,97)
#4D6E54
(77,110,84)
#415D47
(65,93,71)
#354C3A
(53,76,58)
#293B2D
(41,59,45)
#1D2A20
(29,42,32)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #89C395

#89C395
(137,195,149)
#93C89E
(147,200,158)
#9DCDA7
(157,205,167)
#A7D2B0
(167,210,176)
#B1D7B9
(177,215,185)
#BBDCC2
(187,220,194)
#C5E1CB
(197,225,203)
#CFE6D4
(207,230,212)
#D9EBDD
(217,235,221)
#E3F0E6
(227,240,230)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C395 color. Also use rgb(137,195,149) instead hex code.

Text Font Color

.myTextColor { color: #89C395; }

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

This text font color is #89C395.


Background Color

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

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

This div background color is #89C395.


Border color

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

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

This div border color is #89C395.


Opacity

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

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

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

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

This text has shadow with #89C395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C395 on black background.


Color preview on white background

This text has color #89C395 on white background.



Black color preview on #89C395 background

This text has black color on #89C395 background.


White color preview on #89C395 background

This text has white color on #89C395 background.