COLOR #99EF98

HEX: #99EF98
RGB: (153,239,152)

Color info

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

RGB color model

#99EF98 color RGB value is (153,239,152).

  • red value is 153;
  • green value is 239;
  • blue value is 152.
RGB:
(153,239,152)
(60%,94%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 239 of 255 = 94%
B 152 of 255 = 60%

153
239
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 239 + 152 = 544 (100%)
R 153 of 544 ~ 28.13%
G 239 of 544 ~ 43.93%
B 152 of 544 ~ 27.94%

%28.13
%43.93
%27.94

CMYK color model

#99EF98 color CMYK value is (36,0,36,6).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 36.40%
  • key color value is 6.27%
CMYK:
(36,0,36,6)
C36M0Y36K6 
(36%,0%,36%,6%)
(0.36/0.00/0.36/0.06)	

CMYK percentages

%35.98
%0
%36.4
%6.27

Codes

Color #99EF98 in popluar color models

99EF98
RGB153239152
HSL119°73.11%76.67%
HSB/HSV119°36.40%93.73%
CMYK35.98%0.00%36.40%
6.27%

Color #99EF98 in popluar number systems.

HEX99EF98
Decimal153239152
Binary100110011110111110011000
Octal231357230

Shades and tints

Shades of #99EF98

#99EF98
(153,239,152)
#8CDA8B
(140,218,139)
#7FC57E
(127,197,126)
#72B071
(114,176,113)
#659B64
(101,155,100)
#588657
(88,134,87)
#4B714A
(75,113,74)
#3E5C3D
(62,92,61)
#314730
(49,71,48)
#243223
(36,50,35)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #99EF98

#99EF98
(153,239,152)
#A2F0A1
(162,240,161)
#ABF1AA
(171,241,170)
#B4F2B3
(180,242,179)
#BDF3BC
(189,243,188)
#C6F4C5
(198,244,197)
#CFF5CE
(207,245,206)
#D8F6D7
(216,246,215)
#E1F7E0
(225,247,224)
#EAF8E9
(234,248,233)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99EF98 color. Also use rgb(153,239,152) instead hex code.

Text Font Color

.myTextColor { color: #99EF98; }

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

This text font color is #99EF98.


Background Color

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

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

This div background color is #99EF98.


Border color

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

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

This div border color is #99EF98.


Opacity

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

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

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

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

This text has shadow with #99EF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EF98 on black background.


Color preview on white background

This text has color #99EF98 on white background.



Black color preview on #99EF98 background

This text has black color on #99EF98 background.


White color preview on #99EF98 background

This text has white color on #99EF98 background.