COLOR #94E10C

HEX: #94E10C
RGB: (148,225,12)

Color info

#94E10C contains mainly green color. Web safe color of #94E10C is #99CC00 (or #9C0).

RGB color model

#94E10C color RGB value is (148,225,12).

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

RGB channels and saturation

R 148 of 255 = 58%
G 225 of 255 = 88%
B 12 of 255 = 5%

148
225
12

R + G + B ~ 50%. #94E10C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 225 + 12 = 385 (100%)
R 148 of 385 ~ 38.44%
G 225 of 385 ~ 58.44%
B 12 of 385 ~ 3.12%

%38.44
%58.44

CMYK color model

#94E10C color CMYK value is (34,0,95,12).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 94.67%
  • key color value is 11.76%
CMYK:
(34,0,95,12)
C34M0Y95K12 
(34%,0%,95%,12%)
(0.34/0.00/0.95/0.12)	

CMYK percentages

%34.22
%0
%94.67
%11.76

Codes

Color #94E10C in popluar color models

94E10C
RGB14822512
HSL82°89.87%46.47%
HSB/HSV82°94.67%88.24%
CMYK34.22%0.00%94.67%
11.76%

Color #94E10C in popluar number systems.

HEX94E10C
Decimal14822512
Binary10010100111000011100
Octal22434114

Shades and tints

Shades of #94E10C

#94E10C
(148,225,12)
#87CD0B
(135,205,11)
#7AB90A
(122,185,10)
#6DA509
(109,165,9)
#609108
(96,145,8)
#537D07
(83,125,7)
#466906
(70,105,6)
#395505
(57,85,5)
#2C4104
(44,65,4)
#1F2D03
(31,45,3)
#121902
(18,25,2)
#000000
(0,0,0)

Tints of #94E10C

#94E10C
(148,225,12)
#9DE322
(157,227,34)
#A6E538
(166,229,56)
#AFE74E
(175,231,78)
#B8E964
(184,233,100)
#C1EB7A
(193,235,122)
#CAED90
(202,237,144)
#D3EFA6
(211,239,166)
#DCF1BC
(220,241,188)
#E5F3D2
(229,243,210)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E10C; }

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

This text font color is #94E10C.


Background Color

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

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

This div background color is #94E10C.


Border color

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

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

This div border color is #94E10C.


Opacity

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

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

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

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

This text has shadow with #94E10C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E10C on black background.


Color preview on white background

This text has color #94E10C on white background.



Black color preview on #94E10C background

This text has black color on #94E10C background.


White color preview on #94E10C background

This text has white color on #94E10C background.