COLOR #94D140

HEX: #94D140
RGB: (148,209,64)

Color info

#94D140 contains mainly green color. Web safe color of #94D140 is #99CC33 (or #9C3).

RGB color model

#94D140 color RGB value is (148,209,64).

  • red value is 148;
  • green value is 209;
  • blue value is 64.
RGB:
(148,209,64)
(58%,82%,25%)

RGB channels and saturation

R 148 of 255 = 58%
G 209 of 255 = 82%
B 64 of 255 = 25%

148
209
64

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

Portions of RGB colors in percentages

R + G + B =
148 + 209 + 64 = 421 (100%)
R 148 of 421 ~ 35.15%
G 209 of 421 ~ 49.64%
B 64 of 421 ~ 15.2%

%35.15
%49.64
%15.2

CMYK color model

#94D140 color CMYK value is (29,0,69,18).

  • cyan value is 29.19%
  • magenta value is 0.00%
  • yellow value is 69.38%
  • key color value is 18.04%
CMYK:
(29,0,69,18)
C29M0Y69K18 
(29%,0%,69%,18%)
(0.29/0.00/0.69/0.18)	

CMYK percentages

%29.19
%0
%69.38
%18.04

Codes

Color #94D140 in popluar color models

94D140
RGB14820964
HSL85°61.18%53.53%
HSB/HSV85°69.38%81.96%
CMYK29.19%0.00%69.38%
18.04%

Color #94D140 in popluar number systems.

HEX94D140
Decimal14820964
Binary10010100110100011000000
Octal224321100

Shades and tints

Shades of #94D140

#94D140
(148,209,64)
#87BE3B
(135,190,59)
#7AAB36
(122,171,54)
#6D9831
(109,152,49)
#60852C
(96,133,44)
#537227
(83,114,39)
#465F22
(70,95,34)
#394C1D
(57,76,29)
#2C3918
(44,57,24)
#1F2613
(31,38,19)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #94D140

#94D140
(148,209,64)
#9DD551
(157,213,81)
#A6D962
(166,217,98)
#AFDD73
(175,221,115)
#B8E184
(184,225,132)
#C1E595
(193,229,149)
#CAE9A6
(202,233,166)
#D3EDB7
(211,237,183)
#DCF1C8
(220,241,200)
#E5F5D9
(229,245,217)
#EEF9EA
(238,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D140 color. Also use rgb(148,209,64) instead hex code.

Text Font Color

.myTextColor { color: #94D140; }

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

This text font color is #94D140.


Background Color

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

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

This div background color is #94D140.


Border color

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

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

This div border color is #94D140.


Opacity

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

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

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

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

This text has shadow with #94D140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D140 on black background.


Color preview on white background

This text has color #94D140 on white background.



Black color preview on #94D140 background

This text has black color on #94D140 background.


White color preview on #94D140 background

This text has white color on #94D140 background.