COLOR #99E96F

HEX: #99E96F
RGB: (153,233,111)

Color info

#99E96F contains mainly green color. Web safe color of #99E96F is #99FF66 (or #9F6).

RGB color model

#99E96F color RGB value is (153,233,111).

  • red value is 153;
  • green value is 233;
  • blue value is 111.
RGB:
(153,233,111)
(60%,91%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 233 of 255 = 91%
B 111 of 255 = 44%

153
233
111

R + G + B ~ 65%. #99E96F is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 233 + 111 = 497 (100%)
R 153 of 497 ~ 30.78%
G 233 of 497 ~ 46.88%
B 111 of 497 ~ 22.33%

%30.78
%46.88
%22.33

CMYK color model

#99E96F color CMYK value is (34,0,52,9).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 52.36%
  • key color value is 8.63%
CMYK:
(34,0,52,9)
C34M0Y52K9 
(34%,0%,52%,9%)
(0.34/0.00/0.52/0.09)	

CMYK percentages

%34.33
%0
%52.36
%8.63

Codes

Color #99E96F in popluar color models

99E96F
RGB153233111
HSL99°73.49%67.45%
HSB/HSV99°52.36%91.37%
CMYK34.33%0.00%52.36%
8.63%

Color #99E96F in popluar number systems.

HEX99E96F
Decimal153233111
Binary10011001111010011101111
Octal231351157

Shades and tints

Shades of #99E96F

#99E96F
(153,233,111)
#8CD465
(140,212,101)
#7FBF5B
(127,191,91)
#72AA51
(114,170,81)
#659547
(101,149,71)
#58803D
(88,128,61)
#4B6B33
(75,107,51)
#3E5629
(62,86,41)
#31411F
(49,65,31)
#242C15
(36,44,21)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #99E96F

#99E96F
(153,233,111)
#A2EB7C
(162,235,124)
#ABED89
(171,237,137)
#B4EF96
(180,239,150)
#BDF1A3
(189,241,163)
#C6F3B0
(198,243,176)
#CFF5BD
(207,245,189)
#D8F7CA
(216,247,202)
#E1F9D7
(225,249,215)
#EAFBE4
(234,251,228)
#F3FDF1
(243,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E96F color. Also use rgb(153,233,111) instead hex code.

Text Font Color

.myTextColor { color: #99E96F; }

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

This text font color is #99E96F.


Background Color

.myBgColor { background-color: #99E96F; }

<div style="background-color:#99E96F">Inner text</div>

This div background color is #99E96F.


Border color

.myBorderColor { border: 1px solid #99E96F; }

<div style="border:3px solid #99E96F">Div</div>

This div border color is #99E96F.


Opacity

.myOpacity80 { color: #99E96F; opacity: 0.8; }

<p style="color:#99E96F;opacity:0.8;">80%</p>

Text with #99E96F 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 #99E96F;}

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

This text has shadow with #99E96F color.

.textShadow {text-shadow: 3px 3px 1px #99E96F, 3px 3px 1px red;}

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

This text has shadow with #99E96F primary color and red secondary color.


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

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

This text has shadow with #99E96F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E96F on black background.


Color preview on white background

This text has color #99E96F on white background.



Black color preview on #99E96F background

This text has black color on #99E96F background.


White color preview on #99E96F background

This text has white color on #99E96F background.