COLOR #94E092

HEX: #94E092
RGB: (148,224,146)

Color info

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

RGB color model

#94E092 color RGB value is (148,224,146).

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

RGB channels and saturation

R 148 of 255 = 58%
G 224 of 255 = 88%
B 146 of 255 = 57%

148
224
146

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

Portions of RGB colors in percentages

R + G + B =
148 + 224 + 146 = 518 (100%)
R 148 of 518 ~ 28.57%
G 224 of 518 ~ 43.24%
B 146 of 518 ~ 28.19%

%28.57
%43.24
%28.19

CMYK color model

#94E092 color CMYK value is (34,0,35,12).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 34.82%
  • key color value is 12.16%
CMYK:
(34,0,35,12)
C34M0Y35K12 
(34%,0%,35%,12%)
(0.34/0.00/0.35/0.12)	

CMYK percentages

%33.93
%0
%34.82
%12.16

Codes

Color #94E092 in popluar color models

94E092
RGB148224146
HSL118°55.71%72.55%
HSB/HSV118°34.82%87.84%
CMYK33.93%0.00%34.82%
12.16%

Color #94E092 in popluar number systems.

HEX94E092
Decimal148224146
Binary100101001110000010010010
Octal224340222

Shades and tints

Shades of #94E092

#94E092
(148,224,146)
#87CC85
(135,204,133)
#7AB878
(122,184,120)
#6DA46B
(109,164,107)
#60905E
(96,144,94)
#537C51
(83,124,81)
#466844
(70,104,68)
#395437
(57,84,55)
#2C402A
(44,64,42)
#1F2C1D
(31,44,29)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #94E092

#94E092
(148,224,146)
#9DE29B
(157,226,155)
#A6E4A4
(166,228,164)
#AFE6AD
(175,230,173)
#B8E8B6
(184,232,182)
#C1EABF
(193,234,191)
#CAECC8
(202,236,200)
#D3EED1
(211,238,209)
#DCF0DA
(220,240,218)
#E5F2E3
(229,242,227)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E092; }

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

This text font color is #94E092.


Background Color

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

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

This div background color is #94E092.


Border color

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

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

This div border color is #94E092.


Opacity

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

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

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

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

This text has shadow with #94E092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E092 on black background.


Color preview on white background

This text has color #94E092 on white background.



Black color preview on #94E092 background

This text has black color on #94E092 background.


White color preview on #94E092 background

This text has white color on #94E092 background.