COLOR #91E2A6

HEX: #91E2A6
RGB: (145,226,166)

Color info

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

RGB color model

#91E2A6 color RGB value is (145,226,166).

  • red value is 145;
  • green value is 226;
  • blue value is 166.
RGB:
(145,226,166)
(57%,89%,65%)

RGB channels and saturation

R 145 of 255 = 57%
G 226 of 255 = 89%
B 166 of 255 = 65%

145
226
166

R + G + B ~ 70%. #91E2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 226 + 166 = 537 (100%)
R 145 of 537 ~ 27%
G 226 of 537 ~ 42.09%
B 166 of 537 ~ 30.91%

%27
%42.09
%30.91

CMYK color model

#91E2A6 color CMYK value is (36,0,27,11).

  • cyan value is 35.84%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 11.37%
CMYK:
(36,0,27,11)
C36M0Y27K11 
(36%,0%,27%,11%)
(0.36/0.00/0.27/0.11)	

CMYK percentages

%35.84
%0
%26.55
%11.37

Codes

Color #91E2A6 in popluar color models

91E2A6
RGB145226166
HSL136°58.27%72.75%
HSB/HSV136°35.84%88.63%
CMYK35.84%0.00%26.55%
11.37%

Color #91E2A6 in popluar number systems.

HEX91E2A6
Decimal145226166
Binary100100011110001010100110
Octal221342246

Shades and tints

Shades of #91E2A6

#91E2A6
(145,226,166)
#84CE97
(132,206,151)
#77BA88
(119,186,136)
#6AA679
(106,166,121)
#5D926A
(93,146,106)
#507E5B
(80,126,91)
#436A4C
(67,106,76)
#36563D
(54,86,61)
#29422E
(41,66,46)
#1C2E1F
(28,46,31)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #91E2A6

#91E2A6
(145,226,166)
#9BE4AE
(155,228,174)
#A5E6B6
(165,230,182)
#AFE8BE
(175,232,190)
#B9EAC6
(185,234,198)
#C3ECCE
(195,236,206)
#CDEED6
(205,238,214)
#D7F0DE
(215,240,222)
#E1F2E6
(225,242,230)
#EBF4EE
(235,244,238)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91E2A6 color. Also use rgb(145,226,166) instead hex code.

Text Font Color

.myTextColor { color: #91E2A6; }

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

This text font color is #91E2A6.


Background Color

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

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

This div background color is #91E2A6.


Border color

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

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

This div border color is #91E2A6.


Opacity

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

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

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

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

This text has shadow with #91E2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91E2A6 on black background.


Color preview on white background

This text has color #91E2A6 on white background.



Black color preview on #91E2A6 background

This text has black color on #91E2A6 background.


White color preview on #91E2A6 background

This text has white color on #91E2A6 background.