COLOR #96E46E

HEX: #96E46E
RGB: (150,228,110)

Color info

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

RGB color model

#96E46E color RGB value is (150,228,110).

  • red value is 150;
  • green value is 228;
  • blue value is 110.
RGB:
(150,228,110)
(59%,89%,43%)

RGB channels and saturation

R 150 of 255 = 59%
G 228 of 255 = 89%
B 110 of 255 = 43%

150
228
110

R + G + B ~ 64%. #96E46E is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 228 + 110 = 488 (100%)
R 150 of 488 ~ 30.74%
G 228 of 488 ~ 46.72%
B 110 of 488 ~ 22.54%

%30.74
%46.72
%22.54

CMYK color model

#96E46E color CMYK value is (34,0,52,11).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 51.75%
  • key color value is 10.59%
CMYK:
(34,0,52,11)
C34M0Y52K11 
(34%,0%,52%,11%)
(0.34/0.00/0.52/0.11)	

CMYK percentages

%34.21
%0
%51.75
%10.59

Codes

Color #96E46E in popluar color models

96E46E
RGB150228110
HSL100°68.60%66.27%
HSB/HSV100°51.75%89.41%
CMYK34.21%0.00%51.75%
10.59%

Color #96E46E in popluar number systems.

HEX96E46E
Decimal150228110
Binary10010110111001001101110
Octal226344156

Shades and tints

Shades of #96E46E

#96E46E
(150,228,110)
#89D064
(137,208,100)
#7CBC5A
(124,188,90)
#6FA850
(111,168,80)
#629446
(98,148,70)
#55803C
(85,128,60)
#486C32
(72,108,50)
#3B5828
(59,88,40)
#2E441E
(46,68,30)
#213014
(33,48,20)
#141C0A
(20,28,10)
#000000
(0,0,0)

Tints of #96E46E

#96E46E
(150,228,110)
#9FE67B
(159,230,123)
#A8E888
(168,232,136)
#B1EA95
(177,234,149)
#BAECA2
(186,236,162)
#C3EEAF
(195,238,175)
#CCF0BC
(204,240,188)
#D5F2C9
(213,242,201)
#DEF4D6
(222,244,214)
#E7F6E3
(231,246,227)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E46E color. Also use rgb(150,228,110) instead hex code.

Text Font Color

.myTextColor { color: #96E46E; }

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

This text font color is #96E46E.


Background Color

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

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

This div background color is #96E46E.


Border color

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

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

This div border color is #96E46E.


Opacity

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

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

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

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

This text has shadow with #96E46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E46E on black background.


Color preview on white background

This text has color #96E46E on white background.



Black color preview on #96E46E background

This text has black color on #96E46E background.


White color preview on #96E46E background

This text has white color on #96E46E background.