COLOR #96D689

HEX: #96D689 RGB: (150,214,137)

Color info

#96D689 contains mainly green color. Web safe color of #96D689 is #99CC99 (or #9C9).

RGB color model

#96D689 color RGB value is (150,214,137).

RGB: (150,214,137) (59%, 84%, 54%)

RGB channels and saturation

R 150 of 255 = 59%
G 214 of 255 = 84%
B 137 of 255 = 54%

150
214
137

R + G + B ~ 66%. #96D689 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 214 + 137 = 501 (100%)
R 150 of 501 ~ 29.94%
G 214 of 501 ~ 42.71%
B 137 of 501 ~ 27.35'%

%29.94
%42.71
%27.35

CMYK color model

#96D689 color CMYK value is (30,0,36,16).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 16.08%

CMYK: (30,0,36,16)
C30M0Y36K16 (30%, 0%, 36%, 16%)
(0.30 / 0.00 / 0.36 / 0.16)

CMYK percentages

%29.91
%0
%35.98
%16.08

Codes

Color #96D689 in popluar color models

96 D6 89
RGB 150 214 137
HSL 110° 48.43% 68.82%
HSB/HSV 110° 35.98% 83.92%
CMYK 29.91% 0.00% 35.98%
16.08%

Color #96D689 in popluar number systems.

HEX 96 D6 89
Decimal 150 214 137
Binary 10010110 11010110 10001001
Octal 226 326 211

Shades and tints

Shades of #96D689

#96D689
(150,214,137)
#89C37D
(137,195,125)
#7CB071
(124,176,113)
#6F9D65
(111,157,101)
#628A59
(98,138,89)
#55774D
(85,119,77)
#486441
(72,100,65)
#3B5135
(59,81,53)
#2E3E29
(46,62,41)
#212B1D
(33,43,29)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #96D689

#96D689
(150,214,137)
#9FD993
(159,217,147)
#A8DC9D
(168,220,157)
#B1DFA7
(177,223,167)
#BAE2B1
(186,226,177)
#C3E5BB
(195,229,187)
#CCE8C5
(204,232,197)
#D5EBCF
(213,235,207)
#DEEED9
(222,238,217)
#E7F1E3
(231,241,227)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D689 color. Also use rgb(150,214,137) instead hex code.

Text Font Color

.myTextColor { color: #96D689; }

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

This text font color is #96D689.

Background Color

.myBgColor { background-color: #96D689; }

<div style="background-color:#96D689">Inner text</div>

This div background color is #96D689.

Border color

.myBorderColor { border: 1px solid #96D689; }

<div style="border:3px solid #96D689">Div</div>

This div border color is #96D689.

Opacity

.myOpacity80 { color: #96D689; opacity: 0.8; }

<p style="color:#96D689;opacity:0.8;">80%</p>

Text with #96D689 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 #96D689;}

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

This text has shadow with #96D689 color.


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

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

This text has shadow with #96D689 primary color and red secondary color.


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

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

This text has shadow with #96D689 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96D689.

Preview

Color preview on black background

This text has color #96D689 on black background.


Color preview on white background

This text has color #96D689 on white background.


Black color preview on #96D689 background

This text has black color on #96D689 background.


White color preview on #96D689 background

This text has white color on #96D689 background.


Related colors

Complementary color

Complementary color for #hex is #692976.


I love getcolorcode.com

Triadic colors

1 #8996D6 and #D68996 with #96D689 are triadic colors.

2 #89D696 and #D69689 with #96D689 are triadic colors.