COLOR #91AE91

HEX: #91AE91
RGB: (145,174,145)

Color info

#91AE91 contains red, green and blue colors in about the same proportion. Web safe color of #91AE91 is #999999 (or #999).

RGB color model

#91AE91 color RGB value is (145,174,145).

  • red value is 145;
  • green value is 174;
  • blue value is 145.
RGB:
(145,174,145)
(57%,68%,57%)

RGB channels and saturation

R 145 of 255 = 57%
G 174 of 255 = 68%
B 145 of 255 = 57%

145
174
145

R + G + B ~ 61%. #91AE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 174 + 145 = 464 (100%)
R 145 of 464 ~ 31.25%
G 174 of 464 ~ 37.5%
B 145 of 464 ~ 31.25%

%31.25
%37.5
%31.25

CMYK color model

#91AE91 color CMYK value is (17,0,17,32).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(17,0,17,32)
C17M0Y17K32 
(17%,0%,17%,32%)
(0.17/0.00/0.17/0.32)	

CMYK percentages

%16.67
%0
%16.67
%31.76

Codes

Color #91AE91 in popluar color models

91AE91
RGB145174145
HSL120°15.18%62.55%
HSB/HSV120°16.67%68.24%
CMYK16.67%0.00%16.67%
31.76%

Color #91AE91 in popluar number systems.

HEX91AE91
Decimal145174145
Binary100100011010111010010001
Octal221256221

Shades and tints

Shades of #91AE91

#91AE91
(145,174,145)
#849F84
(132,159,132)
#779077
(119,144,119)
#6A816A
(106,129,106)
#5D725D
(93,114,93)
#506350
(80,99,80)
#435443
(67,84,67)
#364536
(54,69,54)
#293629
(41,54,41)
#1C271C
(28,39,28)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #91AE91

#91AE91
(145,174,145)
#9BB59B
(155,181,155)
#A5BCA5
(165,188,165)
#AFC3AF
(175,195,175)
#B9CAB9
(185,202,185)
#C3D1C3
(195,209,195)
#CDD8CD
(205,216,205)
#D7DFD7
(215,223,215)
#E1E6E1
(225,230,225)
#EBEDEB
(235,237,235)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91AE91; }

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

This text font color is #91AE91.


Background Color

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

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

This div background color is #91AE91.


Border color

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

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

This div border color is #91AE91.


Opacity

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

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

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

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

This text has shadow with #91AE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91AE91 on black background.


Color preview on white background

This text has color #91AE91 on white background.



Black color preview on #91AE91 background

This text has black color on #91AE91 background.


White color preview on #91AE91 background

This text has white color on #91AE91 background.