COLOR #94B72E

HEX: #94B72E
RGB: (148,183,46)

Color info

#94B72E contains mainly red and green colors. Web safe color of #94B72E is #99CC33 (or #9C3).

RGB color model

#94B72E color RGB value is (148,183,46).

  • red value is 148;
  • green value is 183;
  • blue value is 46.
RGB:
(148,183,46)
(58%,72%,18%)

RGB channels and saturation

R 148 of 255 = 58%
G 183 of 255 = 72%
B 46 of 255 = 18%

148
183
46

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

Portions of RGB colors in percentages

R + G + B =
148 + 183 + 46 = 377 (100%)
R 148 of 377 ~ 39.26%
G 183 of 377 ~ 48.54%
B 46 of 377 ~ 12.2%

%39.26
%48.54
%12.2

CMYK color model

#94B72E color CMYK value is (19,0,75,28).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 74.86%
  • key color value is 28.24%
CMYK:
(19,0,75,28)
C19M0Y75K28 
(19%,0%,75%,28%)
(0.19/0.00/0.75/0.28)	

CMYK percentages

%19.13
%0
%74.86
%28.24

Codes

Color #94B72E in popluar color models

94B72E
RGB14818346
HSL75°59.83%44.90%
HSB/HSV75°74.86%71.76%
CMYK19.13%0.00%74.86%
28.24%

Color #94B72E in popluar number systems.

HEX94B72E
Decimal14818346
Binary1001010010110111101110
Octal22426756

Shades and tints

Shades of #94B72E

#94B72E
(148,183,46)
#87A72A
(135,167,42)
#7A9726
(122,151,38)
#6D8722
(109,135,34)
#60771E
(96,119,30)
#53671A
(83,103,26)
#465716
(70,87,22)
#394712
(57,71,18)
#2C370E
(44,55,14)
#1F270A
(31,39,10)
#121706
(18,23,6)
#000000
(0,0,0)

Tints of #94B72E

#94B72E
(148,183,46)
#9DBD41
(157,189,65)
#A6C354
(166,195,84)
#AFC967
(175,201,103)
#B8CF7A
(184,207,122)
#C1D58D
(193,213,141)
#CADBA0
(202,219,160)
#D3E1B3
(211,225,179)
#DCE7C6
(220,231,198)
#E5EDD9
(229,237,217)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B72E color. Also use rgb(148,183,46) instead hex code.

Text Font Color

.myTextColor { color: #94B72E; }

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

This text font color is #94B72E.


Background Color

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

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

This div background color is #94B72E.


Border color

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

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

This div border color is #94B72E.


Opacity

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

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

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

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

This text has shadow with #94B72E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B72E on black background.


Color preview on white background

This text has color #94B72E on white background.



Black color preview on #94B72E background

This text has black color on #94B72E background.


White color preview on #94B72E background

This text has white color on #94B72E background.