COLOR #96E591

HEX: #96E591 RGB: (150,229,145)

Color info

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

RGB color model

#96E591 color RGB value is (150,229,145).

RGB: (150,229,145) (59%, 90%, 57%)

RGB channels and saturation

R 150 of 255 = 59%
G 229 of 255 = 90%
B 145 of 255 = 57%

150
229
145

R + G + B ~ 69%. #96E591 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 229 + 145 = 524 (100%)
R 150 of 524 ~ 28.63%
G 229 of 524 ~ 43.7%
B 145 of 524 ~ 27.67'%

%28.63
%43.7
%27.67

CMYK color model

#96E591 color CMYK value is (34,0,37,10).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 36.68%
  • key color value is 10.20%

CMYK: (34,0,37,10)
C34M0Y37K10 (34%, 0%, 37%, 10%)
(0.34 / 0.00 / 0.37 / 0.10)

CMYK percentages

%34.5
%0
%36.68
%10.2

Codes

Color #96E591 in popluar color models

96 E5 91
RGB 150 229 145
HSL 116° 61.76% 73.33%
HSB/HSV 116° 36.68% 89.80%
CMYK 34.50% 0.00% 36.68%
10.20%

Color #96E591 in popluar number systems.

HEX 96 E5 91
Decimal 150 229 145
Binary 10010110 11100101 10010001
Octal 226 345 221

Shades and tints

Shades of #96E591

#96E591
(150,229,145)
#89D184
(137,209,132)
#7CBD77
(124,189,119)
#6FA96A
(111,169,106)
#62955D
(98,149,93)
#558150
(85,129,80)
#486D43
(72,109,67)
#3B5936
(59,89,54)
#2E4529
(46,69,41)
#21311C
(33,49,28)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #96E591

#96E591
(150,229,145)
#9FE79B
(159,231,155)
#A8E9A5
(168,233,165)
#B1EBAF
(177,235,175)
#BAEDB9
(186,237,185)
#C3EFC3
(195,239,195)
#CCF1CD
(204,241,205)
#D5F3D7
(213,243,215)
#DEF5E1
(222,245,225)
#E7F7EB
(231,247,235)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E591 color. Also use rgb(150,229,145) instead hex code.

Text Font Color

.myTextColor { color: #96E591; }

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

This text font color is #96E591.

Background Color

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

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

This div background color is #96E591.

Border color

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

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

This div border color is #96E591.

Opacity

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

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

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

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

This text has shadow with #96E591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96E591.

Preview

Color preview on black background

This text has color #96E591 on black background.


Color preview on white background

This text has color #96E591 on white background.


Black color preview on #96E591 background

This text has black color on #96E591 background.


White color preview on #96E591 background

This text has white color on #96E591 background.


Related colors

Complementary color

Complementary color for #hex is #691A6E.


I love getcolorcode.com

Triadic colors

1 #9196E5 and #E59196 with #96E591 are triadic colors.

2 #91E596 and #E59691 with #96E591 are triadic colors.