COLOR #96E699

HEX: #96E699
RGB: (150,230,153)

Color info

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

RGB color model

#96E699 color RGB value is (150,230,153).

  • red value is 150;
  • green value is 230;
  • blue value is 153.
RGB:
(150,230,153)
(59%,90%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 230 of 255 = 90%
B 153 of 255 = 60%

150
230
153

R + G + B ~ 70%. #96E699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 230 + 153 = 533 (100%)
R 150 of 533 ~ 28.14%
G 230 of 533 ~ 43.15%
B 153 of 533 ~ 28.71%

%28.14
%43.15
%28.71

CMYK color model

#96E699 color CMYK value is (35,0,33,10).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 9.80%
CMYK:
(35,0,33,10)
C35M0Y33K10 
(35%,0%,33%,10%)
(0.35/0.00/0.33/0.10)	

CMYK percentages

%34.78
%0
%33.48
%9.8

Codes

Color #96E699 in popluar color models

96E699
RGB150230153
HSL122°61.54%74.51%
HSB/HSV122°34.78%90.20%
CMYK34.78%0.00%33.48%
9.80%

Color #96E699 in popluar number systems.

HEX96E699
Decimal150230153
Binary100101101110011010011001
Octal226346231

Shades and tints

Shades of #96E699

#96E699
(150,230,153)
#89D28C
(137,210,140)
#7CBE7F
(124,190,127)
#6FAA72
(111,170,114)
#629665
(98,150,101)
#558258
(85,130,88)
#486E4B
(72,110,75)
#3B5A3E
(59,90,62)
#2E4631
(46,70,49)
#213224
(33,50,36)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #96E699

#96E699
(150,230,153)
#9FE8A2
(159,232,162)
#A8EAAB
(168,234,171)
#B1ECB4
(177,236,180)
#BAEEBD
(186,238,189)
#C3F0C6
(195,240,198)
#CCF2CF
(204,242,207)
#D5F4D8
(213,244,216)
#DEF6E1
(222,246,225)
#E7F8EA
(231,248,234)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E699 color. Also use rgb(150,230,153) instead hex code.

Text Font Color

.myTextColor { color: #96E699; }

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

This text font color is #96E699.


Background Color

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

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

This div background color is #96E699.


Border color

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

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

This div border color is #96E699.


Opacity

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

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

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

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

This text has shadow with #96E699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E699 on black background.


Color preview on white background

This text has color #96E699 on white background.



Black color preview on #96E699 background

This text has black color on #96E699 background.


White color preview on #96E699 background

This text has white color on #96E699 background.