COLOR #94E268

HEX: #94E268
RGB: (148,226,104)

Color info

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

RGB color model

#94E268 color RGB value is (148,226,104).

  • red value is 148;
  • green value is 226;
  • blue value is 104.
RGB:
(148,226,104)
(58%,89%,41%)

RGB channels and saturation

R 148 of 255 = 58%
G 226 of 255 = 89%
B 104 of 255 = 41%

148
226
104

R + G + B ~ 63%. #94E268 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 226 + 104 = 478 (100%)
R 148 of 478 ~ 30.96%
G 226 of 478 ~ 47.28%
B 104 of 478 ~ 21.76%

%30.96
%47.28
%21.76

CMYK color model

#94E268 color CMYK value is (35,0,54,11).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 53.98%
  • key color value is 11.37%
CMYK:
(35,0,54,11)
C35M0Y54K11 
(35%,0%,54%,11%)
(0.35/0.00/0.54/0.11)	

CMYK percentages

%34.51
%0
%53.98
%11.37

Codes

Color #94E268 in popluar color models

94E268
RGB148226104
HSL98°67.78%64.71%
HSB/HSV98°53.98%88.63%
CMYK34.51%0.00%53.98%
11.37%

Color #94E268 in popluar number systems.

HEX94E268
Decimal148226104
Binary10010100111000101101000
Octal224342150

Shades and tints

Shades of #94E268

#94E268
(148,226,104)
#87CE5F
(135,206,95)
#7ABA56
(122,186,86)
#6DA64D
(109,166,77)
#609244
(96,146,68)
#537E3B
(83,126,59)
#466A32
(70,106,50)
#395629
(57,86,41)
#2C4220
(44,66,32)
#1F2E17
(31,46,23)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #94E268

#94E268
(148,226,104)
#9DE475
(157,228,117)
#A6E682
(166,230,130)
#AFE88F
(175,232,143)
#B8EA9C
(184,234,156)
#C1ECA9
(193,236,169)
#CAEEB6
(202,238,182)
#D3F0C3
(211,240,195)
#DCF2D0
(220,242,208)
#E5F4DD
(229,244,221)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E268 color. Also use rgb(148,226,104) instead hex code.

Text Font Color

.myTextColor { color: #94E268; }

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

This text font color is #94E268.


Background Color

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

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

This div background color is #94E268.


Border color

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

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

This div border color is #94E268.


Opacity

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

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

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

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

This text has shadow with #94E268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E268 on black background.


Color preview on white background

This text has color #94E268 on white background.



Black color preview on #94E268 background

This text has black color on #94E268 background.


White color preview on #94E268 background

This text has white color on #94E268 background.