COLOR #94BB00

HEX: #94BB00
RGB: (148,187,0)

Color info

#94BB00 contains only red and green colors. Web safe color of #94BB00 is #99CC00 (or #9C0).

RGB color model

#94BB00 color RGB value is (148,187,0).

  • red value is 148;
  • green value is 187;
  • blue value is 0.
RGB:
(148,187,0)
(58%,73%,0%)

RGB channels and saturation

R 148 of 255 = 58%
G 187 of 255 = 73%
B 0 of 255 = 0%

148
187
0

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

Portions of RGB colors in percentages

R + G + B =
148 + 187 + 0 = 335 (100%)
R 148 of 335 ~ 44.18%
G 187 of 335 ~ 55.82%
B 0 of 335 ~ 0%

%44.18
%55.82

CMYK color model

#94BB00 color CMYK value is (21,0,100,27).

  • cyan value is 20.86%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 26.67%
CMYK:
(21,0,100,27)
C21M0Y100K27 
(21%,0%,100%,27%)
(0.21/0.00/1.00/0.27)	

CMYK percentages

%20.86
%0
%100
%26.67

Codes

Color #94BB00 in popluar color models

94BB00
RGB1481870
HSL73°100.00%36.67%
HSB/HSV73°100.00%73.33%
CMYK20.86%0.00%100.00%
26.67%

Color #94BB00 in popluar number systems.

HEX94BB00
Decimal1481870
Binary10010100101110110
Octal2242730

Shades and tints

Shades of #94BB00

#94BB00
(148,187,0)
#87AA00
(135,170,0)
#7A9900
(122,153,0)
#6D8800
(109,136,0)
#607700
(96,119,0)
#536600
(83,102,0)
#465500
(70,85,0)
#394400
(57,68,0)
#2C3300
(44,51,0)
#1F2200
(31,34,0)
#121100
(18,17,0)
#000000
(0,0,0)

Tints of #94BB00

#94BB00
(148,187,0)
#9DC117
(157,193,23)
#A6C72E
(166,199,46)
#AFCD45
(175,205,69)
#B8D35C
(184,211,92)
#C1D973
(193,217,115)
#CADF8A
(202,223,138)
#D3E5A1
(211,229,161)
#DCEBB8
(220,235,184)
#E5F1CF
(229,241,207)
#EEF7E6
(238,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BB00 color. Also use rgb(148,187,0) instead hex code.

Text Font Color

.myTextColor { color: #94BB00; }

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

This text font color is #94BB00.


Background Color

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

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

This div background color is #94BB00.


Border color

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

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

This div border color is #94BB00.


Opacity

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

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

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

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

This text has shadow with #94BB00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94BB00 on black background.


Color preview on white background

This text has color #94BB00 on white background.



Black color preview on #94BB00 background

This text has black color on #94BB00 background.


White color preview on #94BB00 background

This text has white color on #94BB00 background.