COLOR #94C430

HEX: #94C430
RGB: (148,196,48)

Color info

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

RGB color model

#94C430 color RGB value is (148,196,48).

  • red value is 148;
  • green value is 196;
  • blue value is 48.
RGB:
(148,196,48)
(58%,77%,19%)

RGB channels and saturation

R 148 of 255 = 58%
G 196 of 255 = 77%
B 48 of 255 = 19%

148
196
48

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

Portions of RGB colors in percentages

R + G + B =
148 + 196 + 48 = 392 (100%)
R 148 of 392 ~ 37.76%
G 196 of 392 ~ 50%
B 48 of 392 ~ 12.24%

%37.76
%50
%12.24

CMYK color model

#94C430 color CMYK value is (24,0,76,23).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 75.51%
  • key color value is 23.14%
CMYK:
(24,0,76,23)
C24M0Y76K23 
(24%,0%,76%,23%)
(0.24/0.00/0.76/0.23)	

CMYK percentages

%24.49
%0
%75.51
%23.14

Codes

Color #94C430 in popluar color models

94C430
RGB14819648
HSL79°60.66%47.84%
HSB/HSV79°75.51%76.86%
CMYK24.49%0.00%75.51%
23.14%

Color #94C430 in popluar number systems.

HEX94C430
Decimal14819648
Binary1001010011000100110000
Octal22430460

Shades and tints

Shades of #94C430

#94C430
(148,196,48)
#87B32C
(135,179,44)
#7AA228
(122,162,40)
#6D9124
(109,145,36)
#608020
(96,128,32)
#536F1C
(83,111,28)
#465E18
(70,94,24)
#394D14
(57,77,20)
#2C3C10
(44,60,16)
#1F2B0C
(31,43,12)
#121A08
(18,26,8)
#000000
(0,0,0)

Tints of #94C430

#94C430
(148,196,48)
#9DC942
(157,201,66)
#A6CE54
(166,206,84)
#AFD366
(175,211,102)
#B8D878
(184,216,120)
#C1DD8A
(193,221,138)
#CAE29C
(202,226,156)
#D3E7AE
(211,231,174)
#DCECC0
(220,236,192)
#E5F1D2
(229,241,210)
#EEF6E4
(238,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C430 color. Also use rgb(148,196,48) instead hex code.

Text Font Color

.myTextColor { color: #94C430; }

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

This text font color is #94C430.


Background Color

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

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

This div background color is #94C430.


Border color

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

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

This div border color is #94C430.


Opacity

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

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

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

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

This text has shadow with #94C430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C430 on black background.


Color preview on white background

This text has color #94C430 on white background.



Black color preview on #94C430 background

This text has black color on #94C430 background.


White color preview on #94C430 background

This text has white color on #94C430 background.