COLOR #96D87F

HEX: #96D87F RGB: (150,216,127)

Color info

#96D87F contains mainly green color. Web safe color of #96D87F is #99CC66 (or #9C6).

RGB color model

#96D87F color RGB value is (150,216,127).

RGB: (150,216,127) (59%, 85%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 216 of 255 = 85%
B 127 of 255 = 50%

150
216
127

R + G + B ~ 65%. #96D87F is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 216 + 127 = 493 (100%)
R 150 of 493 ~ 30.43%
G 216 of 493 ~ 43.81%
B 127 of 493 ~ 25.76'%

%30.43
%43.81
%25.76

CMYK color model

#96D87F color CMYK value is (31,0,41,15).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 41.20%
  • key color value is 15.29%

CMYK: (31,0,41,15)
C31M0Y41K15 (31%, 0%, 41%, 15%)
(0.31 / 0.00 / 0.41 / 0.15)

CMYK percentages

%30.56
%0
%41.2
%15.29

Codes

Color #96D87F in popluar color models

96 D8 7F
RGB 150 216 127
HSL 104° 53.29% 67.25%
HSB/HSV 104° 41.20% 84.71%
CMYK 30.56% 0.00% 41.20%
15.29%

Color #96D87F in popluar number systems.

HEX 96 D8 7F
Decimal 150 216 127
Binary 10010110 11011000 1111111
Octal 226 330 177

Shades and tints

Shades of #96D87F

#96D87F
(150,216,127)
#89C574
(137,197,116)
#7CB269
(124,178,105)
#6F9F5E
(111,159,94)
#628C53
(98,140,83)
#557948
(85,121,72)
#48663D
(72,102,61)
#3B5332
(59,83,50)
#2E4027
(46,64,39)
#212D1C
(33,45,28)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #96D87F

#96D87F
(150,216,127)
#9FDB8A
(159,219,138)
#A8DE95
(168,222,149)
#B1E1A0
(177,225,160)
#BAE4AB
(186,228,171)
#C3E7B6
(195,231,182)
#CCEAC1
(204,234,193)
#D5EDCC
(213,237,204)
#DEF0D7
(222,240,215)
#E7F3E2
(231,243,226)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D87F color. Also use rgb(150,216,127) instead hex code.

Text Font Color

.myTextColor { color: #96D87F; }

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

This text font color is #96D87F.

Background Color

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

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

This div background color is #96D87F.

Border color

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

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

This div border color is #96D87F.

Opacity

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

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

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

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

This text has shadow with #96D87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D87F.

Preview

Color preview on black background

This text has color #96D87F on black background.


Color preview on white background

This text has color #96D87F on white background.


Black color preview on #96D87F background

This text has black color on #96D87F background.


White color preview on #96D87F background

This text has white color on #96D87F background.


Related colors

Complementary color

Complementary color for #hex is #692780.


I love getcolorcode.com

Triadic colors

1 #7F96D8 and #D87F96 with #96D87F are triadic colors.

2 #7FD896 and #D8967F with #96D87F are triadic colors.