COLOR #94D022

HEX: #94D022
RGB: (148,208,34)

Color info

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

RGB color model

#94D022 color RGB value is (148,208,34).

  • red value is 148;
  • green value is 208;
  • blue value is 34.
RGB:
(148,208,34)
(58%,82%,13%)

RGB channels and saturation

R 148 of 255 = 58%
G 208 of 255 = 82%
B 34 of 255 = 13%

148
208
34

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

Portions of RGB colors in percentages

R + G + B =
148 + 208 + 34 = 390 (100%)
R 148 of 390 ~ 37.95%
G 208 of 390 ~ 53.33%
B 34 of 390 ~ 8.72%

%37.95
%53.33

CMYK color model

#94D022 color CMYK value is (29,0,84,18).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 83.65%
  • key color value is 18.43%
CMYK:
(29,0,84,18)
C29M0Y84K18 
(29%,0%,84%,18%)
(0.29/0.00/0.84/0.18)	

CMYK percentages

%28.85
%0
%83.65
%18.43

Codes

Color #94D022 in popluar color models

94D022
RGB14820834
HSL81°71.90%47.45%
HSB/HSV81°83.65%81.57%
CMYK28.85%0.00%83.65%
18.43%

Color #94D022 in popluar number systems.

HEX94D022
Decimal14820834
Binary1001010011010000100010
Octal22432042

Shades and tints

Shades of #94D022

#94D022
(148,208,34)
#87BE1F
(135,190,31)
#7AAC1C
(122,172,28)
#6D9A19
(109,154,25)
#608816
(96,136,22)
#537613
(83,118,19)
#466410
(70,100,16)
#39520D
(57,82,13)
#2C400A
(44,64,10)
#1F2E07
(31,46,7)
#121C04
(18,28,4)
#000000
(0,0,0)

Tints of #94D022

#94D022
(148,208,34)
#9DD436
(157,212,54)
#A6D84A
(166,216,74)
#AFDC5E
(175,220,94)
#B8E072
(184,224,114)
#C1E486
(193,228,134)
#CAE89A
(202,232,154)
#D3ECAE
(211,236,174)
#DCF0C2
(220,240,194)
#E5F4D6
(229,244,214)
#EEF8EA
(238,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D022 color. Also use rgb(148,208,34) instead hex code.

Text Font Color

.myTextColor { color: #94D022; }

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

This text font color is #94D022.


Background Color

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

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

This div background color is #94D022.


Border color

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

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

This div border color is #94D022.


Opacity

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

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

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

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

This text has shadow with #94D022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D022 on black background.


Color preview on white background

This text has color #94D022 on white background.



Black color preview on #94D022 background

This text has black color on #94D022 background.


White color preview on #94D022 background

This text has white color on #94D022 background.