COLOR #94ED99

HEX: #94ED99
RGB: (148,237,153)

Color info

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

RGB color model

#94ED99 color RGB value is (148,237,153).

  • red value is 148;
  • green value is 237;
  • blue value is 153.
RGB:
(148,237,153)
(58%,93%,60%)

RGB channels and saturation

R 148 of 255 = 58%
G 237 of 255 = 93%
B 153 of 255 = 60%

148
237
153

R + G + B ~ 70%. #94ED99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 237 + 153 = 538 (100%)
R 148 of 538 ~ 27.51%
G 237 of 538 ~ 44.05%
B 153 of 538 ~ 28.44%

%27.51
%44.05
%28.44

CMYK color model

#94ED99 color CMYK value is (38,0,35,7).

  • cyan value is 37.55%
  • magenta value is 0.00%
  • yellow value is 35.44%
  • key color value is 7.06%
CMYK:
(38,0,35,7)
C38M0Y35K7 
(38%,0%,35%,7%)
(0.38/0.00/0.35/0.07)	

CMYK percentages

%37.55
%0
%35.44
%7.06

Codes

Color #94ED99 in popluar color models

94ED99
RGB148237153
HSL123°71.20%75.49%
HSB/HSV123°37.55%92.94%
CMYK37.55%0.00%35.44%
7.06%

Color #94ED99 in popluar number systems.

HEX94ED99
Decimal148237153
Binary100101001110110110011001
Octal224355231

Shades and tints

Shades of #94ED99

#94ED99
(148,237,153)
#87D88C
(135,216,140)
#7AC37F
(122,195,127)
#6DAE72
(109,174,114)
#609965
(96,153,101)
#538458
(83,132,88)
#466F4B
(70,111,75)
#395A3E
(57,90,62)
#2C4531
(44,69,49)
#1F3024
(31,48,36)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #94ED99

#94ED99
(148,237,153)
#9DEEA2
(157,238,162)
#A6EFAB
(166,239,171)
#AFF0B4
(175,240,180)
#B8F1BD
(184,241,189)
#C1F2C6
(193,242,198)
#CAF3CF
(202,243,207)
#D3F4D8
(211,244,216)
#DCF5E1
(220,245,225)
#E5F6EA
(229,246,234)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94ED99 color. Also use rgb(148,237,153) instead hex code.

Text Font Color

.myTextColor { color: #94ED99; }

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

This text font color is #94ED99.


Background Color

.myBgColor { background-color: #94ED99; }

<div style="background-color:#94ED99">Inner text</div>

This div background color is #94ED99.


Border color

.myBorderColor { border: 1px solid #94ED99; }

<div style="border:3px solid #94ED99">Div</div>

This div border color is #94ED99.


Opacity

.myOpacity80 { color: #94ED99; opacity: 0.8; }

<p style="color:#94ED99;opacity:0.8;">80%</p>

Text with #94ED99 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 #94ED99;}

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

This text has shadow with #94ED99 color.

.textShadow {text-shadow: 3px 3px 1px #94ED99, 3px 3px 1px red;}

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

This text has shadow with #94ED99 primary color and red secondary color.


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

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

This text has shadow with #94ED99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94ED99 on black background.


Color preview on white background

This text has color #94ED99 on white background.



Black color preview on #94ED99 background

This text has black color on #94ED99 background.


White color preview on #94ED99 background

This text has white color on #94ED99 background.