COLOR #96EC9F

HEX: #96EC9F RGB: (150,236,159)

Color info

#96EC9F contains mainly green color. Web safe color of #96EC9F is #99FF99 (or #9F9).

RGB color model

#96EC9F color RGB value is (150,236,159).

RGB: (150,236,159) (59%, 93%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 236 of 255 = 93%
B 159 of 255 = 62%

150
236
159

R + G + B ~ 71%. #96EC9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 236 + 159 = 545 (100%)
R 150 of 545 ~ 27.52%
G 236 of 545 ~ 43.3%
B 159 of 545 ~ 29.17'%

%27.52
%43.3
%29.17

CMYK color model

#96EC9F color CMYK value is (36,0,33,7).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 32.63%
  • key color value is 7.45%

CMYK: (36,0,33,7)
C36M0Y33K7 (36%, 0%, 33%, 7%)
(0.36 / 0.00 / 0.33 / 0.07)

CMYK percentages

%36.44
%0
%32.63
%7.45

Codes

Color #96EC9F in popluar color models

96 EC 9F
RGB 150 236 159
HSL 126° 69.35% 75.69%
HSB/HSV 126° 36.44% 92.55%
CMYK 36.44% 0.00% 32.63%
7.45%

Color #96EC9F in popluar number systems.

HEX 96 EC 9F
Decimal 150 236 159
Binary 10010110 11101100 10011111
Octal 226 354 237

Shades and tints

Shades of #96EC9F

#96EC9F
(150,236,159)
#89D791
(137,215,145)
#7CC283
(124,194,131)
#6FAD75
(111,173,117)
#629867
(98,152,103)
#558359
(85,131,89)
#486E4B
(72,110,75)
#3B593D
(59,89,61)
#2E442F
(46,68,47)
#212F21
(33,47,33)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #96EC9F

#96EC9F
(150,236,159)
#9FEDA7
(159,237,167)
#A8EEAF
(168,238,175)
#B1EFB7
(177,239,183)
#BAF0BF
(186,240,191)
#C3F1C7
(195,241,199)
#CCF2CF
(204,242,207)
#D5F3D7
(213,243,215)
#DEF4DF
(222,244,223)
#E7F5E7
(231,245,231)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EC9F color. Also use rgb(150,236,159) instead hex code.

Text Font Color

.myTextColor { color: #96EC9F; }

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

This text font color is #96EC9F.

Background Color

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

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

This div background color is #96EC9F.

Border color

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

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

This div border color is #96EC9F.

Opacity

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

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

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

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

This text has shadow with #96EC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96EC9F.

Preview

Color preview on black background

This text has color #96EC9F on black background.


Color preview on white background

This text has color #96EC9F on white background.


Black color preview on #96EC9F background

This text has black color on #96EC9F background.


White color preview on #96EC9F background

This text has white color on #96EC9F background.


Related colors

Complementary color

Complementary color for #hex is #691360.


I love getcolorcode.com

Triadic colors

1 #9F96EC and #EC9F96 with #96EC9F are triadic colors.

2 #9FEC96 and #EC969F with #96EC9F are triadic colors.