COLOR #96EA95

HEX: #96EA95
RGB: (150,234,149)

Color info

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

RGB color model

#96EA95 color RGB value is (150,234,149).

  • red value is 150;
  • green value is 234;
  • blue value is 149.
RGB:
(150,234,149)
(59%,92%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 234 of 255 = 92%
B 149 of 255 = 58%

150
234
149

R + G + B ~ 70%. #96EA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 234 + 149 = 533 (100%)
R 150 of 533 ~ 28.14%
G 234 of 533 ~ 43.9%
B 149 of 533 ~ 27.95%

%28.14
%43.9
%27.95

CMYK color model

#96EA95 color CMYK value is (36,0,36,8).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 8.24%
CMYK:
(36,0,36,8)
C36M0Y36K8 
(36%,0%,36%,8%)
(0.36/0.00/0.36/0.08)	

CMYK percentages

%35.9
%0
%36.32
%8.24

Codes

Color #96EA95 in popluar color models

96EA95
RGB150234149
HSL119°66.93%75.10%
HSB/HSV119°36.32%91.76%
CMYK35.90%0.00%36.32%
8.24%

Color #96EA95 in popluar number systems.

HEX96EA95
Decimal150234149
Binary100101101110101010010101
Octal226352225

Shades and tints

Shades of #96EA95

#96EA95
(150,234,149)
#89D588
(137,213,136)
#7CC07B
(124,192,123)
#6FAB6E
(111,171,110)
#629661
(98,150,97)
#558154
(85,129,84)
#486C47
(72,108,71)
#3B573A
(59,87,58)
#2E422D
(46,66,45)
#212D20
(33,45,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #96EA95

#96EA95
(150,234,149)
#9FEB9E
(159,235,158)
#A8ECA7
(168,236,167)
#B1EDB0
(177,237,176)
#BAEEB9
(186,238,185)
#C3EFC2
(195,239,194)
#CCF0CB
(204,240,203)
#D5F1D4
(213,241,212)
#DEF2DD
(222,242,221)
#E7F3E6
(231,243,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EA95 color. Also use rgb(150,234,149) instead hex code.

Text Font Color

.myTextColor { color: #96EA95; }

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

This text font color is #96EA95.


Background Color

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

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

This div background color is #96EA95.


Border color

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

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

This div border color is #96EA95.


Opacity

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

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

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

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

This text has shadow with #96EA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EA95 on black background.


Color preview on white background

This text has color #96EA95 on white background.



Black color preview on #96EA95 background

This text has black color on #96EA95 background.


White color preview on #96EA95 background

This text has white color on #96EA95 background.