COLOR #89C690

HEX: #89C690 RGB: (137,198,144)

Color info

#89C690 contains mainly green and blue colors. Web safe color of #89C690 is #99CC99 (or #9C9).

RGB color model

#89C690 color RGB value is (137,198,144).

RGB: (137,198,144) (54%, 78%, 56%)

RGB channels and saturation

R 137 of 255 = 54%
G 198 of 255 = 78%
B 144 of 255 = 56%

137
198
144

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

Portions of RGB colors in percentages

R + G + B = 137 + 198 + 144 = 479 (100%)
R 137 of 479 ~ 28.6%
G 198 of 479 ~ 41.34%
B 144 of 479 ~ 30.06'%

%28.6
%41.34
%30.06

CMYK color model

#89C690 color CMYK value is (31,0,27,22).

  • cyan value is 30.81%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK: (31,0,27,22) C31M0Y27K22 (31%,0%,27%,22%) (0.31/0.00/0.27/0.22) 

CMYK percentages

%30.81
%0
%27.27
%22.35

Codes

Color #89C690 in popluar color models

89 C6 90
RGB 137 198 144
HSL 127° 34.86% 65.69%
HSB/HSV 127° 30.81% 77.65%
CMYK 30.81% 0.00% 27.27%
22.35%

Color #89C690 in popluar number systems.

HEX 89 C6 90
Decimal 137 198 144
Binary 10001001 11000110 10010000
Octal 211 306 220

Shades and tints

Shades of #89C690

#89C690
(137,198,144)
#7DB483
(125,180,131)
#71A276
(113,162,118)
#659069
(101,144,105)
#597E5C
(89,126,92)
#4D6C4F
(77,108,79)
#415A42
(65,90,66)
#354835
(53,72,53)
#293628
(41,54,40)
#1D241B
(29,36,27)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #89C690

#89C690
(137,198,144)
#93CB9A
(147,203,154)
#9DD0A4
(157,208,164)
#A7D5AE
(167,213,174)
#B1DAB8
(177,218,184)
#BBDFC2
(187,223,194)
#C5E4CC
(197,228,204)
#CFE9D6
(207,233,214)
#D9EEE0
(217,238,224)
#E3F3EA
(227,243,234)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C690 color. Also use rgb(137,198,144) instead hex code.

Text Font Color

.myTextColor { color: #89C690; }

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

This text font color is #89C690.

Background Color

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

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

This div background color is #89C690.

Border color

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

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

This div border color is #89C690.

Opacity

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

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

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

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

This text has shadow with #89C690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C690.

Preview

Color preview on black background

This text has color #89C690 on black background.


Color preview on white background

This text has color #89C690 on white background.


Black color preview on #89C690 background

This text has black color on #89C690 background.


White color preview on #89C690 background

This text has white color on #89C690 background.


Related colors

Complementary color

Complementary color for #hex is #76396F.


I love getcolorcode.com

Triadic colors

1 #9089C6 and #C69089 with #89C690 are triadic colors.

2 #90C689 and #C68990 with #89C690 are triadic colors.