COLOR #96D690

HEX: #96D690
RGB: (150,214,144)

Color info

#96D690 contains mainly green color. Web safe color of #96D690 is #99CC99 (or #9C9).

RGB color model

#96D690 color RGB value is (150,214,144).

  • red value is 150;
  • green value is 214;
  • blue value is 144.
RGB:
(150,214,144)
(59%,84%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 214 of 255 = 84%
B 144 of 255 = 56%

150
214
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 214 + 144 = 508 (100%)
R 150 of 508 ~ 29.53%
G 214 of 508 ~ 42.13%
B 144 of 508 ~ 28.35%

%29.53
%42.13
%28.35

CMYK color model

#96D690 color CMYK value is (30,0,33,16).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 32.71%
  • key color value is 16.08%
CMYK:
(30,0,33,16)
C30M0Y33K16 
(30%,0%,33%,16%)
(0.30/0.00/0.33/0.16)	

CMYK percentages

%29.91
%0
%32.71
%16.08

Codes

Color #96D690 in popluar color models

96D690
RGB150214144
HSL115°46.05%70.20%
HSB/HSV115°32.71%83.92%
CMYK29.91%0.00%32.71%
16.08%

Color #96D690 in popluar number systems.

HEX96D690
Decimal150214144
Binary100101101101011010010000
Octal226326220

Shades and tints

Shades of #96D690

#96D690
(150,214,144)
#89C383
(137,195,131)
#7CB076
(124,176,118)
#6F9D69
(111,157,105)
#628A5C
(98,138,92)
#55774F
(85,119,79)
#486442
(72,100,66)
#3B5135
(59,81,53)
#2E3E28
(46,62,40)
#212B1B
(33,43,27)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #96D690

#96D690
(150,214,144)
#9FD99A
(159,217,154)
#A8DCA4
(168,220,164)
#B1DFAE
(177,223,174)
#BAE2B8
(186,226,184)
#C3E5C2
(195,229,194)
#CCE8CC
(204,232,204)
#D5EBD6
(213,235,214)
#DEEEE0
(222,238,224)
#E7F1EA
(231,241,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D690 color. Also use rgb(150,214,144) instead hex code.

Text Font Color

.myTextColor { color: #96D690; }

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

This text font color is #96D690.


Background Color

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

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

This div background color is #96D690.


Border color

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

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

This div border color is #96D690.


Opacity

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

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

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

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

This text has shadow with #96D690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D690 on black background.


Color preview on white background

This text has color #96D690 on white background.



Black color preview on #96D690 background

This text has black color on #96D690 background.


White color preview on #96D690 background

This text has white color on #96D690 background.