COLOR #96E45F

HEX: #96E45F
RGB: (150,228,95)

Color info

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

RGB color model

#96E45F color RGB value is (150,228,95).

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

RGB channels and saturation

R 150 of 255 = 59%
G 228 of 255 = 89%
B 95 of 255 = 37%

150
228
95

R + G + B ~ 62%. #96E45F is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 228 + 95 = 473 (100%)
R 150 of 473 ~ 31.71%
G 228 of 473 ~ 48.2%
B 95 of 473 ~ 20.08%

%31.71
%48.2
%20.08

CMYK color model

#96E45F color CMYK value is (34,0,58,11).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 10.59%
CMYK:
(34,0,58,11)
C34M0Y58K11 
(34%,0%,58%,11%)
(0.34/0.00/0.58/0.11)	

CMYK percentages

%34.21
%0
%58.33
%10.59

Codes

Color #96E45F in popluar color models

96E45F
RGB15022895
HSL95°71.12%63.33%
HSB/HSV95°58.33%89.41%
CMYK34.21%0.00%58.33%
10.59%

Color #96E45F in popluar number systems.

HEX96E45F
Decimal15022895
Binary10010110111001001011111
Octal226344137

Shades and tints

Shades of #96E45F

#96E45F
(150,228,95)
#89D057
(137,208,87)
#7CBC4F
(124,188,79)
#6FA847
(111,168,71)
#62943F
(98,148,63)
#558037
(85,128,55)
#486C2F
(72,108,47)
#3B5827
(59,88,39)
#2E441F
(46,68,31)
#213017
(33,48,23)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #96E45F

#96E45F
(150,228,95)
#9FE66D
(159,230,109)
#A8E87B
(168,232,123)
#B1EA89
(177,234,137)
#BAEC97
(186,236,151)
#C3EEA5
(195,238,165)
#CCF0B3
(204,240,179)
#D5F2C1
(213,242,193)
#DEF4CF
(222,244,207)
#E7F6DD
(231,246,221)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E45F; }

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

This text font color is #96E45F.


Background Color

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

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

This div background color is #96E45F.


Border color

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

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

This div border color is #96E45F.


Opacity

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

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

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

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

This text has shadow with #96E45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E45F on black background.


Color preview on white background

This text has color #96E45F on white background.



Black color preview on #96E45F background

This text has black color on #96E45F background.


White color preview on #96E45F background

This text has white color on #96E45F background.