COLOR #94FC94

HEX: #94FC94
RGB: (148,252,148)

Color info

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

RGB color model

#94FC94 color RGB value is (148,252,148).

  • red value is 148;
  • green value is 252;
  • blue value is 148.
RGB:
(148,252,148)
(58%,99%,58%)

RGB channels and saturation

R 148 of 255 = 58%
G 252 of 255 = 99%
B 148 of 255 = 58%

148
252
148

R + G + B ~ 72%. #94FC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 252 + 148 = 548 (100%)
R 148 of 548 ~ 27.01%
G 252 of 548 ~ 45.99%
B 148 of 548 ~ 27.01%

%27.01
%45.99
%27.01

CMYK color model

#94FC94 color CMYK value is (41,0,41,1).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 41.27%
  • key color value is 1.18%
CMYK:
(41,0,41,1)
C41M0Y41K1 
(41%,0%,41%,1%)
(0.41/0.00/0.41/0.01)	

CMYK percentages

%41.27
%0
%41.27
%1.18

Codes

Color #94FC94 in popluar color models

94FC94
RGB148252148
HSL120°94.55%78.43%
HSB/HSV120°41.27%98.82%
CMYK41.27%0.00%41.27%
1.18%

Color #94FC94 in popluar number systems.

HEX94FC94
Decimal148252148
Binary100101001111110010010100
Octal224374224

Shades and tints

Shades of #94FC94

#94FC94
(148,252,148)
#87E687
(135,230,135)
#7AD07A
(122,208,122)
#6DBA6D
(109,186,109)
#60A460
(96,164,96)
#538E53
(83,142,83)
#467846
(70,120,70)
#396239
(57,98,57)
#2C4C2C
(44,76,44)
#1F361F
(31,54,31)
#122012
(18,32,18)
#000000
(0,0,0)

Tints of #94FC94

#94FC94
(148,252,148)
#9DFC9D
(157,252,157)
#A6FCA6
(166,252,166)
#AFFCAF
(175,252,175)
#B8FCB8
(184,252,184)
#C1FCC1
(193,252,193)
#CAFCCA
(202,252,202)
#D3FCD3
(211,252,211)
#DCFCDC
(220,252,220)
#E5FCE5
(229,252,229)
#EEFCEE
(238,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94FC94; }

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

This text font color is #94FC94.


Background Color

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

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

This div background color is #94FC94.


Border color

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

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

This div border color is #94FC94.


Opacity

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

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

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

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

This text has shadow with #94FC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94FC94 on black background.


Color preview on white background

This text has color #94FC94 on white background.



Black color preview on #94FC94 background

This text has black color on #94FC94 background.


White color preview on #94FC94 background

This text has white color on #94FC94 background.