COLOR #96E19B

HEX: #96E19B
RGB: (150,225,155)

Color info

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

RGB color model

#96E19B color RGB value is (150,225,155).

  • red value is 150;
  • green value is 225;
  • blue value is 155.
RGB:
(150,225,155)
(59%,88%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 225 of 255 = 88%
B 155 of 255 = 61%

150
225
155

R + G + B ~ 69%. #96E19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 225 + 155 = 530 (100%)
R 150 of 530 ~ 28.3%
G 225 of 530 ~ 42.45%
B 155 of 530 ~ 29.25%

%28.3
%42.45
%29.25

CMYK color model

#96E19B color CMYK value is (33,0,31,12).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 31.11%
  • key color value is 11.76%
CMYK:
(33,0,31,12)
C33M0Y31K12 
(33%,0%,31%,12%)
(0.33/0.00/0.31/0.12)	

CMYK percentages

%33.33
%0
%31.11
%11.76

Codes

Color #96E19B in popluar color models

96E19B
RGB150225155
HSL124°55.56%73.53%
HSB/HSV124°33.33%88.24%
CMYK33.33%0.00%31.11%
11.76%

Color #96E19B in popluar number systems.

HEX96E19B
Decimal150225155
Binary100101101110000110011011
Octal226341233

Shades and tints

Shades of #96E19B

#96E19B
(150,225,155)
#89CD8D
(137,205,141)
#7CB97F
(124,185,127)
#6FA571
(111,165,113)
#629163
(98,145,99)
#557D55
(85,125,85)
#486947
(72,105,71)
#3B5539
(59,85,57)
#2E412B
(46,65,43)
#212D1D
(33,45,29)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #96E19B

#96E19B
(150,225,155)
#9FE3A4
(159,227,164)
#A8E5AD
(168,229,173)
#B1E7B6
(177,231,182)
#BAE9BF
(186,233,191)
#C3EBC8
(195,235,200)
#CCEDD1
(204,237,209)
#D5EFDA
(213,239,218)
#DEF1E3
(222,241,227)
#E7F3EC
(231,243,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E19B color. Also use rgb(150,225,155) instead hex code.

Text Font Color

.myTextColor { color: #96E19B; }

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

This text font color is #96E19B.


Background Color

.myBgColor { background-color: #96E19B; }

<div style="background-color:#96E19B">Inner text</div>

This div background color is #96E19B.


Border color

.myBorderColor { border: 1px solid #96E19B; }

<div style="border:3px solid #96E19B">Div</div>

This div border color is #96E19B.


Opacity

.myOpacity80 { color: #96E19B; opacity: 0.8; }

<p style="color:#96E19B;opacity:0.8;">80%</p>

Text with #96E19B 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 #96E19B;}

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

This text has shadow with #96E19B color.

.textShadow {text-shadow: 3px 3px 1px #96E19B, 3px 3px 1px red;}

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

This text has shadow with #96E19B primary color and red secondary color.


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

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

This text has shadow with #96E19B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E19B on black background.


Color preview on white background

This text has color #96E19B on white background.



Black color preview on #96E19B background

This text has black color on #96E19B background.


White color preview on #96E19B background

This text has white color on #96E19B background.