COLOR #96EA82

HEX: #96EA82
RGB: (150,234,130)

Color info

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

RGB color model

#96EA82 color RGB value is (150,234,130).

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

RGB channels and saturation

R 150 of 255 = 59%
G 234 of 255 = 92%
B 130 of 255 = 51%

150
234
130

R + G + B ~ 67%. #96EA82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 234 + 130 = 514 (100%)
R 150 of 514 ~ 29.18%
G 234 of 514 ~ 45.53%
B 130 of 514 ~ 25.29%

%29.18
%45.53
%25.29

CMYK color model

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

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 8.24%
CMYK:
(36,0,44,8)
C36M0Y44K8 
(36%,0%,44%,8%)
(0.36/0.00/0.44/0.08)	

CMYK percentages

%35.9
%0
%44.44
%8.24

Codes

Color #96EA82 in popluar color models

96EA82
RGB150234130
HSL108°71.23%71.37%
HSB/HSV108°44.44%91.76%
CMYK35.90%0.00%44.44%
8.24%

Color #96EA82 in popluar number systems.

HEX96EA82
Decimal150234130
Binary100101101110101010000010
Octal226352202

Shades and tints

Shades of #96EA82

#96EA82
(150,234,130)
#89D577
(137,213,119)
#7CC06C
(124,192,108)
#6FAB61
(111,171,97)
#629656
(98,150,86)
#55814B
(85,129,75)
#486C40
(72,108,64)
#3B5735
(59,87,53)
#2E422A
(46,66,42)
#212D1F
(33,45,31)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #96EA82

#96EA82
(150,234,130)
#9FEB8D
(159,235,141)
#A8EC98
(168,236,152)
#B1EDA3
(177,237,163)
#BAEEAE
(186,238,174)
#C3EFB9
(195,239,185)
#CCF0C4
(204,240,196)
#D5F1CF
(213,241,207)
#DEF2DA
(222,242,218)
#E7F3E5
(231,243,229)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EA82; }

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

This text font color is #96EA82.


Background Color

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

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

This div background color is #96EA82.


Border color

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

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

This div border color is #96EA82.


Opacity

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

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

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

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

This text has shadow with #96EA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EA82 on black background.


Color preview on white background

This text has color #96EA82 on white background.



Black color preview on #96EA82 background

This text has black color on #96EA82 background.


White color preview on #96EA82 background

This text has white color on #96EA82 background.