COLOR #91C46A

HEX: #91C46A RGB: (145,196,106)

Color info

#91C46A contains mainly red and green colors. Web safe color of #91C46A is #99CC66 (or #9C6).

RGB color model

#91C46A color RGB value is (145,196,106).

RGB: (145,196,106) (57%, 77%, 42%)

RGB channels and saturation

R 145 of 255 = 57%
G 196 of 255 = 77%
B 106 of 255 = 42%

145
196
106

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

Portions of RGB colors in percentages

R + G + B = 145 + 196 + 106 = 447 (100%)
R 145 of 447 ~ 32.44%
G 196 of 447 ~ 43.85%
B 106 of 447 ~ 23.71'%

%32.44
%43.85
%23.71

CMYK color model

#91C46A color CMYK value is (26,0,46,23).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 23.14%

CMYK: (26,0,46,23)
C26M0Y46K23 (26%, 0%, 46%, 23%)
(0.26 / 0.00 / 0.46 / 0.23)

CMYK percentages

%26.02
%0
%45.92
%23.14

Codes

Color #91C46A in popluar color models

91 C4 6A
RGB 145 196 106
HSL 94° 43.27% 59.22%
HSB/HSV 94° 45.92% 76.86%
CMYK 26.02% 0.00% 45.92%
23.14%

Color #91C46A in popluar number systems.

HEX 91 C4 6A
Decimal 145 196 106
Binary 10010001 11000100 1101010
Octal 221 304 152

Shades and tints

Shades of #91C46A

#91C46A
(145,196,106)
#84B361
(132,179,97)
#77A258
(119,162,88)
#6A914F
(106,145,79)
#5D8046
(93,128,70)
#506F3D
(80,111,61)
#435E34
(67,94,52)
#364D2B
(54,77,43)
#293C22
(41,60,34)
#1C2B19
(28,43,25)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #91C46A

#91C46A
(145,196,106)
#9BC977
(155,201,119)
#A5CE84
(165,206,132)
#AFD391
(175,211,145)
#B9D89E
(185,216,158)
#C3DDAB
(195,221,171)
#CDE2B8
(205,226,184)
#D7E7C5
(215,231,197)
#E1ECD2
(225,236,210)
#EBF1DF
(235,241,223)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91C46A; }

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

This text font color is #91C46A.

Background Color

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

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

This div background color is #91C46A.

Border color

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

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

This div border color is #91C46A.

Opacity

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

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

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

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

This text has shadow with #91C46A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91C46A.

Preview

Color preview on black background

This text has color #91C46A on black background.


Color preview on white background

This text has color #91C46A on white background.


Black color preview on #91C46A background

This text has black color on #91C46A background.


White color preview on #91C46A background

This text has white color on #91C46A background.


Related colors

Complementary color

Complementary color for #hex is #6E3B95.


I love getcolorcode.com

Triadic colors

1 #6A91C4 and #C46A91 with #91C46A are triadic colors.

2 #6AC491 and #C4916A with #91C46A are triadic colors.