COLOR #91AE15

HEX: #91AE15
RGB: (145,174,21)

Color info

#91AE15 contains mainly red and green colors. Web safe color of #91AE15 is #999900 (or #990).

RGB color model

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

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

RGB channels and saturation

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

145
174
21

R + G + B ~ 44%. #91AE15 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 174 + 21 = 340 (100%)
R 145 of 340 ~ 42.65%
G 174 of 340 ~ 51.18%
B 21 of 340 ~ 6.18%

%42.65
%51.18

CMYK color model

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

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

CMYK percentages

%16.67
%0
%87.93
%31.76

Codes

Color #91AE15 in popluar color models

91AE15
RGB14517421
HSL71°78.46%38.24%
HSB/HSV71°87.93%68.24%
CMYK16.67%0.00%87.93%
31.76%

Color #91AE15 in popluar number systems.

HEX91AE15
Decimal14517421
Binary100100011010111010101
Octal22125625

Shades and tints

Shades of #91AE15

#91AE15
(145,174,21)
#849F14
(132,159,20)
#779013
(119,144,19)
#6A8112
(106,129,18)
#5D7211
(93,114,17)
#506310
(80,99,16)
#43540F
(67,84,15)
#36450E
(54,69,14)
#29360D
(41,54,13)
#1C270C
(28,39,12)
#0F180B
(15,24,11)
#000000
(0,0,0)

Tints of #91AE15

#91AE15
(145,174,21)
#9BB52A
(155,181,42)
#A5BC3F
(165,188,63)
#AFC354
(175,195,84)
#B9CA69
(185,202,105)
#C3D17E
(195,209,126)
#CDD893
(205,216,147)
#D7DFA8
(215,223,168)
#E1E6BD
(225,230,189)
#EBEDD2
(235,237,210)
#F5F4E7
(245,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91AE15; }

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

This text font color is #91AE15.


Background Color

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

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

This div background color is #91AE15.


Border color

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

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

This div border color is #91AE15.


Opacity

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

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

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

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

This text has shadow with #91AE15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91AE15 on black background.


Color preview on white background

This text has color #91AE15 on white background.



Black color preview on #91AE15 background

This text has black color on #91AE15 background.


White color preview on #91AE15 background

This text has white color on #91AE15 background.