COLOR #94E58E

HEX: #94E58E
RGB: (148,229,142)

Color info

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

RGB color model

#94E58E color RGB value is (148,229,142).

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

RGB channels and saturation

R 148 of 255 = 58%
G 229 of 255 = 90%
B 142 of 255 = 56%

148
229
142

R + G + B ~ 68%. #94E58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 229 + 142 = 519 (100%)
R 148 of 519 ~ 28.52%
G 229 of 519 ~ 44.12%
B 142 of 519 ~ 27.36%

%28.52
%44.12
%27.36

CMYK color model

#94E58E color CMYK value is (35,0,38,10).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 37.99%
  • key color value is 10.20%
CMYK:
(35,0,38,10)
C35M0Y38K10 
(35%,0%,38%,10%)
(0.35/0.00/0.38/0.10)	

CMYK percentages

%35.37
%0
%37.99
%10.2

Codes

Color #94E58E in popluar color models

94E58E
RGB148229142
HSL116°62.59%72.75%
HSB/HSV116°37.99%89.80%
CMYK35.37%0.00%37.99%
10.20%

Color #94E58E in popluar number systems.

HEX94E58E
Decimal148229142
Binary100101001110010110001110
Octal224345216

Shades and tints

Shades of #94E58E

#94E58E
(148,229,142)
#87D182
(135,209,130)
#7ABD76
(122,189,118)
#6DA96A
(109,169,106)
#60955E
(96,149,94)
#538152
(83,129,82)
#466D46
(70,109,70)
#39593A
(57,89,58)
#2C452E
(44,69,46)
#1F3122
(31,49,34)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #94E58E

#94E58E
(148,229,142)
#9DE798
(157,231,152)
#A6E9A2
(166,233,162)
#AFEBAC
(175,235,172)
#B8EDB6
(184,237,182)
#C1EFC0
(193,239,192)
#CAF1CA
(202,241,202)
#D3F3D4
(211,243,212)
#DCF5DE
(220,245,222)
#E5F7E8
(229,247,232)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E58E; }

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

This text font color is #94E58E.


Background Color

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

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

This div background color is #94E58E.


Border color

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

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

This div border color is #94E58E.


Opacity

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

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

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

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

This text has shadow with #94E58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E58E on black background.


Color preview on white background

This text has color #94E58E on white background.



Black color preview on #94E58E background

This text has black color on #94E58E background.


White color preview on #94E58E background

This text has white color on #94E58E background.