COLOR #99E18E

HEX: #99E18E
RGB: (153,225,142)

Color info

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

RGB color model

#99E18E color RGB value is (153,225,142).

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

RGB channels and saturation

R 153 of 255 = 60%
G 225 of 255 = 88%
B 142 of 255 = 56%

153
225
142

R + G + B ~ 68%. #99E18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 225 + 142 = 520 (100%)
R 153 of 520 ~ 29.42%
G 225 of 520 ~ 43.27%
B 142 of 520 ~ 27.31%

%29.42
%43.27
%27.31

CMYK color model

#99E18E color CMYK value is (32,0,37,12).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 11.76%
CMYK:
(32,0,37,12)
C32M0Y37K12 
(32%,0%,37%,12%)
(0.32/0.00/0.37/0.12)	

CMYK percentages

%32
%0
%36.89
%11.76

Codes

Color #99E18E in popluar color models

99E18E
RGB153225142
HSL112°58.04%71.96%
HSB/HSV112°36.89%88.24%
CMYK32.00%0.00%36.89%
11.76%

Color #99E18E in popluar number systems.

HEX99E18E
Decimal153225142
Binary100110011110000110001110
Octal231341216

Shades and tints

Shades of #99E18E

#99E18E
(153,225,142)
#8CCD82
(140,205,130)
#7FB976
(127,185,118)
#72A56A
(114,165,106)
#65915E
(101,145,94)
#587D52
(88,125,82)
#4B6946
(75,105,70)
#3E553A
(62,85,58)
#31412E
(49,65,46)
#242D22
(36,45,34)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #99E18E

#99E18E
(153,225,142)
#A2E398
(162,227,152)
#ABE5A2
(171,229,162)
#B4E7AC
(180,231,172)
#BDE9B6
(189,233,182)
#C6EBC0
(198,235,192)
#CFEDCA
(207,237,202)
#D8EFD4
(216,239,212)
#E1F1DE
(225,241,222)
#EAF3E8
(234,243,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E18E; }

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

This text font color is #99E18E.


Background Color

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

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

This div background color is #99E18E.


Border color

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

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

This div border color is #99E18E.


Opacity

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

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

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

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

This text has shadow with #99E18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E18E on black background.


Color preview on white background

This text has color #99E18E on white background.



Black color preview on #99E18E background

This text has black color on #99E18E background.


White color preview on #99E18E background

This text has white color on #99E18E background.