COLOR #99EE97

HEX: #99EE97
RGB: (153,238,151)

Color info

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

RGB color model

#99EE97 color RGB value is (153,238,151).

  • red value is 153;
  • green value is 238;
  • blue value is 151.
RGB:
(153,238,151)
(60%,93%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 238 of 255 = 93%
B 151 of 255 = 59%

153
238
151

R + G + B ~ 71%. #99EE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 238 + 151 = 542 (100%)
R 153 of 542 ~ 28.23%
G 238 of 542 ~ 43.91%
B 151 of 542 ~ 27.86%

%28.23
%43.91
%27.86

CMYK color model

#99EE97 color CMYK value is (36,0,37,7).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 6.67%
CMYK:
(36,0,37,7)
C36M0Y37K7 
(36%,0%,37%,7%)
(0.36/0.00/0.37/0.07)	

CMYK percentages

%35.71
%0
%36.55
%6.67

Codes

Color #99EE97 in popluar color models

99EE97
RGB153238151
HSL119°71.90%76.27%
HSB/HSV119°36.55%93.33%
CMYK35.71%0.00%36.55%
6.67%

Color #99EE97 in popluar number systems.

HEX99EE97
Decimal153238151
Binary100110011110111010010111
Octal231356227

Shades and tints

Shades of #99EE97

#99EE97
(153,238,151)
#8CD98A
(140,217,138)
#7FC47D
(127,196,125)
#72AF70
(114,175,112)
#659A63
(101,154,99)
#588556
(88,133,86)
#4B7049
(75,112,73)
#3E5B3C
(62,91,60)
#31462F
(49,70,47)
#243122
(36,49,34)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #99EE97

#99EE97
(153,238,151)
#A2EFA0
(162,239,160)
#ABF0A9
(171,240,169)
#B4F1B2
(180,241,178)
#BDF2BB
(189,242,187)
#C6F3C4
(198,243,196)
#CFF4CD
(207,244,205)
#D8F5D6
(216,245,214)
#E1F6DF
(225,246,223)
#EAF7E8
(234,247,232)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99EE97 color. Also use rgb(153,238,151) instead hex code.

Text Font Color

.myTextColor { color: #99EE97; }

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

This text font color is #99EE97.


Background Color

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

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

This div background color is #99EE97.


Border color

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

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

This div border color is #99EE97.


Opacity

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

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

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

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

This text has shadow with #99EE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EE97 on black background.


Color preview on white background

This text has color #99EE97 on white background.



Black color preview on #99EE97 background

This text has black color on #99EE97 background.


White color preview on #99EE97 background

This text has white color on #99EE97 background.