COLOR #94E694

HEX: #94E694
RGB: (148,230,148)

Color info

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

RGB color model

#94E694 color RGB value is (148,230,148).

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

RGB channels and saturation

R 148 of 255 = 58%
G 230 of 255 = 90%
B 148 of 255 = 58%

148
230
148

R + G + B ~ 69%. #94E694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 230 + 148 = 526 (100%)
R 148 of 526 ~ 28.14%
G 230 of 526 ~ 43.73%
B 148 of 526 ~ 28.14%

%28.14
%43.73
%28.14

CMYK color model

#94E694 color CMYK value is (36,0,36,10).

  • cyan value is 35.65%
  • magenta value is 0.00%
  • yellow value is 35.65%
  • key color value is 9.80%
CMYK:
(36,0,36,10)
C36M0Y36K10 
(36%,0%,36%,10%)
(0.36/0.00/0.36/0.10)	

CMYK percentages

%35.65
%0
%35.65
%9.8

Codes

Color #94E694 in popluar color models

94E694
RGB148230148
HSL120°62.12%74.12%
HSB/HSV120°35.65%90.20%
CMYK35.65%0.00%35.65%
9.80%

Color #94E694 in popluar number systems.

HEX94E694
Decimal148230148
Binary100101001110011010010100
Octal224346224

Shades and tints

Shades of #94E694

#94E694
(148,230,148)
#87D287
(135,210,135)
#7ABE7A
(122,190,122)
#6DAA6D
(109,170,109)
#609660
(96,150,96)
#538253
(83,130,83)
#466E46
(70,110,70)
#395A39
(57,90,57)
#2C462C
(44,70,44)
#1F321F
(31,50,31)
#121E12
(18,30,18)
#000000
(0,0,0)

Tints of #94E694

#94E694
(148,230,148)
#9DE89D
(157,232,157)
#A6EAA6
(166,234,166)
#AFECAF
(175,236,175)
#B8EEB8
(184,238,184)
#C1F0C1
(193,240,193)
#CAF2CA
(202,242,202)
#D3F4D3
(211,244,211)
#DCF6DC
(220,246,220)
#E5F8E5
(229,248,229)
#EEFAEE
(238,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E694; }

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

This text font color is #94E694.


Background Color

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

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

This div background color is #94E694.


Border color

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

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

This div border color is #94E694.


Opacity

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

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

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

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

This text has shadow with #94E694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E694 on black background.


Color preview on white background

This text has color #94E694 on white background.



Black color preview on #94E694 background

This text has black color on #94E694 background.


White color preview on #94E694 background

This text has white color on #94E694 background.