COLOR #91EF9B

HEX: #91EF9B
RGB: (145,239,155)

Color info

#91EF9B contains mainly green color. Web safe color of #91EF9B is #99FF99 (or #9F9).

RGB color model

#91EF9B color RGB value is (145,239,155).

  • red value is 145;
  • green value is 239;
  • blue value is 155.
RGB:
(145,239,155)
(57%,94%,61%)

RGB channels and saturation

R 145 of 255 = 57%
G 239 of 255 = 94%
B 155 of 255 = 61%

145
239
155

R + G + B ~ 71%. #91EF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 239 + 155 = 539 (100%)
R 145 of 539 ~ 26.9%
G 239 of 539 ~ 44.34%
B 155 of 539 ~ 28.76%

%26.9
%44.34
%28.76

CMYK color model

#91EF9B color CMYK value is (39,0,35,6).

  • cyan value is 39.33%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 6.27%
CMYK:
(39,0,35,6)
C39M0Y35K6 
(39%,0%,35%,6%)
(0.39/0.00/0.35/0.06)	

CMYK percentages

%39.33
%0
%35.15
%6.27

Codes

Color #91EF9B in popluar color models

91EF9B
RGB145239155
HSL126°74.60%75.29%
HSB/HSV126°39.33%93.73%
CMYK39.33%0.00%35.15%
6.27%

Color #91EF9B in popluar number systems.

HEX91EF9B
Decimal145239155
Binary100100011110111110011011
Octal221357233

Shades and tints

Shades of #91EF9B

#91EF9B
(145,239,155)
#84DA8D
(132,218,141)
#77C57F
(119,197,127)
#6AB071
(106,176,113)
#5D9B63
(93,155,99)
#508655
(80,134,85)
#437147
(67,113,71)
#365C39
(54,92,57)
#29472B
(41,71,43)
#1C321D
(28,50,29)
#0F1D0F
(15,29,15)
#000000
(0,0,0)

Tints of #91EF9B

#91EF9B
(145,239,155)
#9BF0A4
(155,240,164)
#A5F1AD
(165,241,173)
#AFF2B6
(175,242,182)
#B9F3BF
(185,243,191)
#C3F4C8
(195,244,200)
#CDF5D1
(205,245,209)
#D7F6DA
(215,246,218)
#E1F7E3
(225,247,227)
#EBF8EC
(235,248,236)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91EF9B; }

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

This text font color is #91EF9B.


Background Color

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

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

This div background color is #91EF9B.


Border color

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

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

This div border color is #91EF9B.


Opacity

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

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

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

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

This text has shadow with #91EF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91EF9B on black background.


Color preview on white background

This text has color #91EF9B on white background.



Black color preview on #91EF9B background

This text has black color on #91EF9B background.


White color preview on #91EF9B background

This text has white color on #91EF9B background.