COLOR #96E97A

HEX: #96E97A
RGB: (150,233,122)

Color info

#96E97A contains mainly green color. Web safe color of #96E97A is #99FF66 (or #9F6).

RGB color model

#96E97A color RGB value is (150,233,122).

  • red value is 150;
  • green value is 233;
  • blue value is 122.
RGB:
(150,233,122)
(59%,91%,48%)

RGB channels and saturation

R 150 of 255 = 59%
G 233 of 255 = 91%
B 122 of 255 = 48%

150
233
122

R + G + B ~ 66%. #96E97A is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 233 + 122 = 505 (100%)
R 150 of 505 ~ 29.7%
G 233 of 505 ~ 46.14%
B 122 of 505 ~ 24.16%

%29.7
%46.14
%24.16

CMYK color model

#96E97A color CMYK value is (36,0,48,9).

  • cyan value is 35.62%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 8.63%
CMYK:
(36,0,48,9)
C36M0Y48K9 
(36%,0%,48%,9%)
(0.36/0.00/0.48/0.09)	

CMYK percentages

%35.62
%0
%47.64
%8.63

Codes

Color #96E97A in popluar color models

96E97A
RGB150233122
HSL105°71.61%69.61%
HSB/HSV105°47.64%91.37%
CMYK35.62%0.00%47.64%
8.63%

Color #96E97A in popluar number systems.

HEX96E97A
Decimal150233122
Binary10010110111010011111010
Octal226351172

Shades and tints

Shades of #96E97A

#96E97A
(150,233,122)
#89D46F
(137,212,111)
#7CBF64
(124,191,100)
#6FAA59
(111,170,89)
#62954E
(98,149,78)
#558043
(85,128,67)
#486B38
(72,107,56)
#3B562D
(59,86,45)
#2E4122
(46,65,34)
#212C17
(33,44,23)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #96E97A

#96E97A
(150,233,122)
#9FEB86
(159,235,134)
#A8ED92
(168,237,146)
#B1EF9E
(177,239,158)
#BAF1AA
(186,241,170)
#C3F3B6
(195,243,182)
#CCF5C2
(204,245,194)
#D5F7CE
(213,247,206)
#DEF9DA
(222,249,218)
#E7FBE6
(231,251,230)
#F0FDF2
(240,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E97A color. Also use rgb(150,233,122) instead hex code.

Text Font Color

.myTextColor { color: #96E97A; }

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

This text font color is #96E97A.


Background Color

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

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

This div background color is #96E97A.


Border color

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

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

This div border color is #96E97A.


Opacity

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

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

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

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

This text has shadow with #96E97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E97A on black background.


Color preview on white background

This text has color #96E97A on white background.



Black color preview on #96E97A background

This text has black color on #96E97A background.


White color preview on #96E97A background

This text has white color on #96E97A background.