COLOR #99E98E

HEX: #99E98E
RGB: (153,233,142)

Color info

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

RGB color model

#99E98E color RGB value is (153,233,142).

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

RGB channels and saturation

R 153 of 255 = 60%
G 233 of 255 = 91%
B 142 of 255 = 56%

153
233
142

R + G + B ~ 69%. #99E98E is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 233 + 142 = 528 (100%)
R 153 of 528 ~ 28.98%
G 233 of 528 ~ 44.13%
B 142 of 528 ~ 26.89%

%28.98
%44.13
%26.89

CMYK color model

#99E98E color CMYK value is (34,0,39,9).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 8.63%
CMYK:
(34,0,39,9)
C34M0Y39K9 
(34%,0%,39%,9%)
(0.34/0.00/0.39/0.09)	

CMYK percentages

%34.33
%0
%39.06
%8.63

Codes

Color #99E98E in popluar color models

99E98E
RGB153233142
HSL113°67.41%73.53%
HSB/HSV113°39.06%91.37%
CMYK34.33%0.00%39.06%
8.63%

Color #99E98E in popluar number systems.

HEX99E98E
Decimal153233142
Binary100110011110100110001110
Octal231351216

Shades and tints

Shades of #99E98E

#99E98E
(153,233,142)
#8CD482
(140,212,130)
#7FBF76
(127,191,118)
#72AA6A
(114,170,106)
#65955E
(101,149,94)
#588052
(88,128,82)
#4B6B46
(75,107,70)
#3E563A
(62,86,58)
#31412E
(49,65,46)
#242C22
(36,44,34)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #99E98E

#99E98E
(153,233,142)
#A2EB98
(162,235,152)
#ABEDA2
(171,237,162)
#B4EFAC
(180,239,172)
#BDF1B6
(189,241,182)
#C6F3C0
(198,243,192)
#CFF5CA
(207,245,202)
#D8F7D4
(216,247,212)
#E1F9DE
(225,249,222)
#EAFBE8
(234,251,232)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E98E; }

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

This text font color is #99E98E.


Background Color

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

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

This div background color is #99E98E.


Border color

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

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

This div border color is #99E98E.


Opacity

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

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

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

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

This text has shadow with #99E98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E98E on black background.


Color preview on white background

This text has color #99E98E on white background.



Black color preview on #99E98E background

This text has black color on #99E98E background.


White color preview on #99E98E background

This text has white color on #99E98E background.