COLOR #94D80D

HEX: #94D80D
RGB: (148,216,13)

Color info

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

RGB color model

#94D80D color RGB value is (148,216,13).

  • red value is 148;
  • green value is 216;
  • blue value is 13.
RGB:
(148,216,13)
(58%,85%,5%)

RGB channels and saturation

R 148 of 255 = 58%
G 216 of 255 = 85%
B 13 of 255 = 5%

148
216
13

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

Portions of RGB colors in percentages

R + G + B =
148 + 216 + 13 = 377 (100%)
R 148 of 377 ~ 39.26%
G 216 of 377 ~ 57.29%
B 13 of 377 ~ 3.45%

%39.26
%57.29

CMYK color model

#94D80D color CMYK value is (31,0,94,15).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 93.98%
  • key color value is 15.29%
CMYK:
(31,0,94,15)
C31M0Y94K15 
(31%,0%,94%,15%)
(0.31/0.00/0.94/0.15)	

CMYK percentages

%31.48
%0
%93.98
%15.29

Codes

Color #94D80D in popluar color models

94D80D
RGB14821613
HSL80°88.65%44.90%
HSB/HSV80°93.98%84.71%
CMYK31.48%0.00%93.98%
15.29%

Color #94D80D in popluar number systems.

HEX94D80D
Decimal14821613
Binary10010100110110001101
Octal22433015

Shades and tints

Shades of #94D80D

#94D80D
(148,216,13)
#87C50C
(135,197,12)
#7AB20B
(122,178,11)
#6D9F0A
(109,159,10)
#608C09
(96,140,9)
#537908
(83,121,8)
#466607
(70,102,7)
#395306
(57,83,6)
#2C4005
(44,64,5)
#1F2D04
(31,45,4)
#121A03
(18,26,3)
#000000
(0,0,0)

Tints of #94D80D

#94D80D
(148,216,13)
#9DDB23
(157,219,35)
#A6DE39
(166,222,57)
#AFE14F
(175,225,79)
#B8E465
(184,228,101)
#C1E77B
(193,231,123)
#CAEA91
(202,234,145)
#D3EDA7
(211,237,167)
#DCF0BD
(220,240,189)
#E5F3D3
(229,243,211)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D80D color. Also use rgb(148,216,13) instead hex code.

Text Font Color

.myTextColor { color: #94D80D; }

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

This text font color is #94D80D.


Background Color

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

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

This div background color is #94D80D.


Border color

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

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

This div border color is #94D80D.


Opacity

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

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

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

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

This text has shadow with #94D80D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D80D on black background.


Color preview on white background

This text has color #94D80D on white background.



Black color preview on #94D80D background

This text has black color on #94D80D background.


White color preview on #94D80D background

This text has white color on #94D80D background.