COLOR #96E27E

HEX: #96E27E
RGB: (150,226,126)

Color info

#96E27E contains mainly green color. Web safe color of #96E27E is #99CC66 (or #9C6).

RGB color model

#96E27E color RGB value is (150,226,126).

  • red value is 150;
  • green value is 226;
  • blue value is 126.
RGB:
(150,226,126)
(59%,89%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 226 of 255 = 89%
B 126 of 255 = 49%

150
226
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 226 + 126 = 502 (100%)
R 150 of 502 ~ 29.88%
G 226 of 502 ~ 45.02%
B 126 of 502 ~ 25.1%

%29.88
%45.02
%25.1

CMYK color model

#96E27E color CMYK value is (34,0,44,11).

  • cyan value is 33.63%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 11.37%
CMYK:
(34,0,44,11)
C34M0Y44K11 
(34%,0%,44%,11%)
(0.34/0.00/0.44/0.11)	

CMYK percentages

%33.63
%0
%44.25
%11.37

Codes

Color #96E27E in popluar color models

96E27E
RGB150226126
HSL106°63.29%69.02%
HSB/HSV106°44.25%88.63%
CMYK33.63%0.00%44.25%
11.37%

Color #96E27E in popluar number systems.

HEX96E27E
Decimal150226126
Binary10010110111000101111110
Octal226342176

Shades and tints

Shades of #96E27E

#96E27E
(150,226,126)
#89CE73
(137,206,115)
#7CBA68
(124,186,104)
#6FA65D
(111,166,93)
#629252
(98,146,82)
#557E47
(85,126,71)
#486A3C
(72,106,60)
#3B5631
(59,86,49)
#2E4226
(46,66,38)
#212E1B
(33,46,27)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #96E27E

#96E27E
(150,226,126)
#9FE489
(159,228,137)
#A8E694
(168,230,148)
#B1E89F
(177,232,159)
#BAEAAA
(186,234,170)
#C3ECB5
(195,236,181)
#CCEEC0
(204,238,192)
#D5F0CB
(213,240,203)
#DEF2D6
(222,242,214)
#E7F4E1
(231,244,225)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E27E color. Also use rgb(150,226,126) instead hex code.

Text Font Color

.myTextColor { color: #96E27E; }

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

This text font color is #96E27E.


Background Color

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

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

This div background color is #96E27E.


Border color

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

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

This div border color is #96E27E.


Opacity

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

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

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

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

This text has shadow with #96E27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E27E on black background.


Color preview on white background

This text has color #96E27E on white background.



Black color preview on #96E27E background

This text has black color on #96E27E background.


White color preview on #96E27E background

This text has white color on #96E27E background.