COLOR #94E184

HEX: #94E184
RGB: (148,225,132)

Color info

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

RGB color model

#94E184 color RGB value is (148,225,132).

  • red value is 148;
  • green value is 225;
  • blue value is 132.
RGB:
(148,225,132)
(58%,88%,52%)

RGB channels and saturation

R 148 of 255 = 58%
G 225 of 255 = 88%
B 132 of 255 = 52%

148
225
132

R + G + B ~ 66%. #94E184 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 225 + 132 = 505 (100%)
R 148 of 505 ~ 29.31%
G 225 of 505 ~ 44.55%
B 132 of 505 ~ 26.14%

%29.31
%44.55
%26.14

CMYK color model

#94E184 color CMYK value is (34,0,41,12).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 41.33%
  • key color value is 11.76%
CMYK:
(34,0,41,12)
C34M0Y41K12 
(34%,0%,41%,12%)
(0.34/0.00/0.41/0.12)	

CMYK percentages

%34.22
%0
%41.33
%11.76

Codes

Color #94E184 in popluar color models

94E184
RGB148225132
HSL110°60.78%70.00%
HSB/HSV110°41.33%88.24%
CMYK34.22%0.00%41.33%
11.76%

Color #94E184 in popluar number systems.

HEX94E184
Decimal148225132
Binary100101001110000110000100
Octal224341204

Shades and tints

Shades of #94E184

#94E184
(148,225,132)
#87CD78
(135,205,120)
#7AB96C
(122,185,108)
#6DA560
(109,165,96)
#609154
(96,145,84)
#537D48
(83,125,72)
#46693C
(70,105,60)
#395530
(57,85,48)
#2C4124
(44,65,36)
#1F2D18
(31,45,24)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #94E184

#94E184
(148,225,132)
#9DE38F
(157,227,143)
#A6E59A
(166,229,154)
#AFE7A5
(175,231,165)
#B8E9B0
(184,233,176)
#C1EBBB
(193,235,187)
#CAEDC6
(202,237,198)
#D3EFD1
(211,239,209)
#DCF1DC
(220,241,220)
#E5F3E7
(229,243,231)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E184; }

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

This text font color is #94E184.


Background Color

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

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

This div background color is #94E184.


Border color

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

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

This div border color is #94E184.


Opacity

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

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

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

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

This text has shadow with #94E184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E184 on black background.


Color preview on white background

This text has color #94E184 on white background.



Black color preview on #94E184 background

This text has black color on #94E184 background.


White color preview on #94E184 background

This text has white color on #94E184 background.