COLOR #96F686

HEX: #96F686
RGB: (150,246,134)

Color info

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

RGB color model

#96F686 color RGB value is (150,246,134).

  • red value is 150;
  • green value is 246;
  • blue value is 134.
RGB:
(150,246,134)
(59%,96%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 246 of 255 = 96%
B 134 of 255 = 53%

150
246
134

R + G + B ~ 69%. #96F686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 246 + 134 = 530 (100%)
R 150 of 530 ~ 28.3%
G 246 of 530 ~ 46.42%
B 134 of 530 ~ 25.28%

%28.3
%46.42
%25.28

CMYK color model

#96F686 color CMYK value is (39,0,46,4).

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK:
(39,0,46,4)
C39M0Y46K4 
(39%,0%,46%,4%)
(0.39/0.00/0.46/0.04)	

CMYK percentages

%39.02
%0
%45.53
%3.53

Codes

Color #96F686 in popluar color models

96F686
RGB150246134
HSL111°86.15%74.51%
HSB/HSV111°45.53%96.47%
CMYK39.02%0.00%45.53%
3.53%

Color #96F686 in popluar number systems.

HEX96F686
Decimal150246134
Binary100101101111011010000110
Octal226366206

Shades and tints

Shades of #96F686

#96F686
(150,246,134)
#89E07A
(137,224,122)
#7CCA6E
(124,202,110)
#6FB462
(111,180,98)
#629E56
(98,158,86)
#55884A
(85,136,74)
#48723E
(72,114,62)
#3B5C32
(59,92,50)
#2E4626
(46,70,38)
#21301A
(33,48,26)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #96F686

#96F686
(150,246,134)
#9FF691
(159,246,145)
#A8F69C
(168,246,156)
#B1F6A7
(177,246,167)
#BAF6B2
(186,246,178)
#C3F6BD
(195,246,189)
#CCF6C8
(204,246,200)
#D5F6D3
(213,246,211)
#DEF6DE
(222,246,222)
#E7F6E9
(231,246,233)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F686 color. Also use rgb(150,246,134) instead hex code.

Text Font Color

.myTextColor { color: #96F686; }

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

This text font color is #96F686.


Background Color

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

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

This div background color is #96F686.


Border color

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

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

This div border color is #96F686.


Opacity

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

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

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

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

This text has shadow with #96F686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F686 on black background.


Color preview on white background

This text has color #96F686 on white background.



Black color preview on #96F686 background

This text has black color on #96F686 background.


White color preview on #96F686 background

This text has white color on #96F686 background.