COLOR #91D796

HEX: #91D796
RGB: (145,215,150)

Color info

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

RGB color model

#91D796 color RGB value is (145,215,150).

  • red value is 145;
  • green value is 215;
  • blue value is 150.
RGB:
(145,215,150)
(57%,84%,59%)

RGB channels and saturation

R 145 of 255 = 57%
G 215 of 255 = 84%
B 150 of 255 = 59%

145
215
150

R + G + B ~ 67%. #91D796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 215 + 150 = 510 (100%)
R 145 of 510 ~ 28.43%
G 215 of 510 ~ 42.16%
B 150 of 510 ~ 29.41%

%28.43
%42.16
%29.41

CMYK color model

#91D796 color CMYK value is (33,0,30,16).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 15.69%
CMYK:
(33,0,30,16)
C33M0Y30K16 
(33%,0%,30%,16%)
(0.33/0.00/0.30/0.16)	

CMYK percentages

%32.56
%0
%30.23
%15.69

Codes

Color #91D796 in popluar color models

91D796
RGB145215150
HSL124°46.67%70.59%
HSB/HSV124°32.56%84.31%
CMYK32.56%0.00%30.23%
15.69%

Color #91D796 in popluar number systems.

HEX91D796
Decimal145215150
Binary100100011101011110010110
Octal221327226

Shades and tints

Shades of #91D796

#91D796
(145,215,150)
#84C489
(132,196,137)
#77B17C
(119,177,124)
#6A9E6F
(106,158,111)
#5D8B62
(93,139,98)
#507855
(80,120,85)
#436548
(67,101,72)
#36523B
(54,82,59)
#293F2E
(41,63,46)
#1C2C21
(28,44,33)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #91D796

#91D796
(145,215,150)
#9BDA9F
(155,218,159)
#A5DDA8
(165,221,168)
#AFE0B1
(175,224,177)
#B9E3BA
(185,227,186)
#C3E6C3
(195,230,195)
#CDE9CC
(205,233,204)
#D7ECD5
(215,236,213)
#E1EFDE
(225,239,222)
#EBF2E7
(235,242,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91D796 color. Also use rgb(145,215,150) instead hex code.

Text Font Color

.myTextColor { color: #91D796; }

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

This text font color is #91D796.


Background Color

.myBgColor { background-color: #91D796; }

<div style="background-color:#91D796">Inner text</div>

This div background color is #91D796.


Border color

.myBorderColor { border: 1px solid #91D796; }

<div style="border:3px solid #91D796">Div</div>

This div border color is #91D796.


Opacity

.myOpacity80 { color: #91D796; opacity: 0.8; }

<p style="color:#91D796;opacity:0.8;">80%</p>

Text with #91D796 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 #91D796;}

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

This text has shadow with #91D796 color.

.textShadow {text-shadow: 3px 3px 1px #91D796, 3px 3px 1px red;}

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

This text has shadow with #91D796 primary color and red secondary color.


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

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

This text has shadow with #91D796 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #91D796;
-webkit-box-shadow: 1px 1px 3px 2px #91D796;
box-shadow:1px 1px 3px 2px #91D796;">
Div content here</div>
This div box has shadow with color #91D796.

Preview

Color preview on black background

This text has color #91D796 on black background.


Color preview on white background

This text has color #91D796 on white background.



Black color preview on #91D796 background

This text has black color on #91D796 background.


White color preview on #91D796 background

This text has white color on #91D796 background.