COLOR #94E07F

HEX: #94E07F
RGB: (148,224,127)

Color info

#94E07F contains mainly green color. Web safe color of #94E07F is #99CC66 (or #9C6).

RGB color model

#94E07F color RGB value is (148,224,127).

  • red value is 148;
  • green value is 224;
  • blue value is 127.
RGB:
(148,224,127)
(58%,88%,50%)

RGB channels and saturation

R 148 of 255 = 58%
G 224 of 255 = 88%
B 127 of 255 = 50%

148
224
127

R + G + B ~ 65%. #94E07F is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 224 + 127 = 499 (100%)
R 148 of 499 ~ 29.66%
G 224 of 499 ~ 44.89%
B 127 of 499 ~ 25.45%

%29.66
%44.89
%25.45

CMYK color model

#94E07F color CMYK value is (34,0,43,12).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 43.30%
  • key color value is 12.16%
CMYK:
(34,0,43,12)
C34M0Y43K12 
(34%,0%,43%,12%)
(0.34/0.00/0.43/0.12)	

CMYK percentages

%33.93
%0
%43.3
%12.16

Codes

Color #94E07F in popluar color models

94E07F
RGB148224127
HSL107°61.01%68.82%
HSB/HSV107°43.30%87.84%
CMYK33.93%0.00%43.30%
12.16%

Color #94E07F in popluar number systems.

HEX94E07F
Decimal148224127
Binary10010100111000001111111
Octal224340177

Shades and tints

Shades of #94E07F

#94E07F
(148,224,127)
#87CC74
(135,204,116)
#7AB869
(122,184,105)
#6DA45E
(109,164,94)
#609053
(96,144,83)
#537C48
(83,124,72)
#46683D
(70,104,61)
#395432
(57,84,50)
#2C4027
(44,64,39)
#1F2C1C
(31,44,28)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #94E07F

#94E07F
(148,224,127)
#9DE28A
(157,226,138)
#A6E495
(166,228,149)
#AFE6A0
(175,230,160)
#B8E8AB
(184,232,171)
#C1EAB6
(193,234,182)
#CAECC1
(202,236,193)
#D3EECC
(211,238,204)
#DCF0D7
(220,240,215)
#E5F2E2
(229,242,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E07F; }

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

This text font color is #94E07F.


Background Color

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

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

This div background color is #94E07F.


Border color

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

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

This div border color is #94E07F.


Opacity

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

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

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

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

This text has shadow with #94E07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E07F on black background.


Color preview on white background

This text has color #94E07F on white background.



Black color preview on #94E07F background

This text has black color on #94E07F background.


White color preview on #94E07F background

This text has white color on #94E07F background.