COLOR #94B225

HEX: #94B225
RGB: (148,178,37)

Color info

#94B225 contains mainly red and green colors. Web safe color of #94B225 is #999933 (or #993).

RGB color model

#94B225 color RGB value is (148,178,37).

  • red value is 148;
  • green value is 178;
  • blue value is 37.
RGB:
(148,178,37)
(58%,70%,15%)

RGB channels and saturation

R 148 of 255 = 58%
G 178 of 255 = 70%
B 37 of 255 = 15%

148
178
37

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

Portions of RGB colors in percentages

R + G + B =
148 + 178 + 37 = 363 (100%)
R 148 of 363 ~ 40.77%
G 178 of 363 ~ 49.04%
B 37 of 363 ~ 10.19%

%40.77
%49.04
%10.19

CMYK color model

#94B225 color CMYK value is (17,0,79,30).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 79.21%
  • key color value is 30.20%
CMYK:
(17,0,79,30)
C17M0Y79K30 
(17%,0%,79%,30%)
(0.17/0.00/0.79/0.30)	

CMYK percentages

%16.85
%0
%79.21
%30.2

Codes

Color #94B225 in popluar color models

94B225
RGB14817837
HSL73°65.58%42.16%
HSB/HSV73°79.21%69.80%
CMYK16.85%0.00%79.21%
30.20%

Color #94B225 in popluar number systems.

HEX94B225
Decimal14817837
Binary1001010010110010100101
Octal22426245

Shades and tints

Shades of #94B225

#94B225
(148,178,37)
#87A222
(135,162,34)
#7A921F
(122,146,31)
#6D821C
(109,130,28)
#607219
(96,114,25)
#536216
(83,98,22)
#465213
(70,82,19)
#394210
(57,66,16)
#2C320D
(44,50,13)
#1F220A
(31,34,10)
#121207
(18,18,7)
#000000
(0,0,0)

Tints of #94B225

#94B225
(148,178,37)
#9DB938
(157,185,56)
#A6C04B
(166,192,75)
#AFC75E
(175,199,94)
#B8CE71
(184,206,113)
#C1D584
(193,213,132)
#CADC97
(202,220,151)
#D3E3AA
(211,227,170)
#DCEABD
(220,234,189)
#E5F1D0
(229,241,208)
#EEF8E3
(238,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B225 color. Also use rgb(148,178,37) instead hex code.

Text Font Color

.myTextColor { color: #94B225; }

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

This text font color is #94B225.


Background Color

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

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

This div background color is #94B225.


Border color

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

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

This div border color is #94B225.


Opacity

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

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

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

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

This text has shadow with #94B225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B225 on black background.


Color preview on white background

This text has color #94B225 on white background.



Black color preview on #94B225 background

This text has black color on #94B225 background.


White color preview on #94B225 background

This text has white color on #94B225 background.