COLOR #96D19D

HEX: #96D19D RGB: (150,209,157)

Color info

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

RGB color model

#96D19D color RGB value is (150,209,157).

RGB: (150,209,157) (59%, 82%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 157 of 255 = 62%

150
209
157

R + G + B ~ 68%. #96D19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 209 + 157 = 516 (100%)
R 150 of 516 ~ 29.07%
G 209 of 516 ~ 40.5%
B 157 of 516 ~ 30.43'%

%29.07
%40.5
%30.43

CMYK color model

#96D19D color CMYK value is (28,0,25,18).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 18.04%

CMYK: (28,0,25,18)
C28M0Y25K18 (28%, 0%, 25%, 18%)
(0.28 / 0.00 / 0.25 / 0.18)

CMYK percentages

%28.23
%0
%24.88
%18.04

Codes

Color #96D19D in popluar color models

96 D1 9D
RGB 150 209 157
HSL 127° 39.07% 70.39%
HSB/HSV 127° 28.23% 81.96%
CMYK 28.23% 0.00% 24.88%
18.04%

Color #96D19D in popluar number systems.

HEX 96 D1 9D
Decimal 150 209 157
Binary 10010110 11010001 10011101
Octal 226 321 235

Shades and tints

Shades of #96D19D

#96D19D
(150,209,157)
#89BE8F
(137,190,143)
#7CAB81
(124,171,129)
#6F9873
(111,152,115)
#628565
(98,133,101)
#557257
(85,114,87)
#485F49
(72,95,73)
#3B4C3B
(59,76,59)
#2E392D
(46,57,45)
#21261F
(33,38,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #96D19D

#96D19D
(150,209,157)
#9FD5A5
(159,213,165)
#A8D9AD
(168,217,173)
#B1DDB5
(177,221,181)
#BAE1BD
(186,225,189)
#C3E5C5
(195,229,197)
#CCE9CD
(204,233,205)
#D5EDD5
(213,237,213)
#DEF1DD
(222,241,221)
#E7F5E5
(231,245,229)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D19D color. Also use rgb(150,209,157) instead hex code.

Text Font Color

.myTextColor { color: #96D19D; }

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

This text font color is #96D19D.

Background Color

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

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

This div background color is #96D19D.

Border color

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

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

This div border color is #96D19D.

Opacity

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

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

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

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

This text has shadow with #96D19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D19D.

Preview

Color preview on black background

This text has color #96D19D on black background.


Color preview on white background

This text has color #96D19D on white background.


Black color preview on #96D19D background

This text has black color on #96D19D background.


White color preview on #96D19D background

This text has white color on #96D19D background.


Related colors

Complementary color

Complementary color for #hex is #692E62.


I love getcolorcode.com

Triadic colors

1 #9D96D1 and #D19D96 with #96D19D are triadic colors.

2 #9DD196 and #D1969D with #96D19D are triadic colors.