COLOR #94C050

HEX: #94C050 RGB: (148,192,80)

Color info

#94C050 contains mainly red and green colors. Web safe color of #94C050 is #99CC66 (or #9C6).

RGB color model

#94C050 color RGB value is (148,192,80).

RGB: (148,192,80) (58%, 75%, 31%)

RGB channels and saturation

R 148 of 255 = 58%
G 192 of 255 = 75%
B 80 of 255 = 31%

148
192
80

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

Portions of RGB colors in percentages

R + G + B = 148 + 192 + 80 = 420 (100%)
R 148 of 420 ~ 35.24%
G 192 of 420 ~ 45.71%
B 80 of 420 ~ 19.05'%

%35.24
%45.71
%19.05

CMYK color model

#94C050 color CMYK value is (23,0,58,25).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 24.71%

CMYK: (23,0,58,25)
C23M0Y58K25 (23%, 0%, 58%, 25%)
(0.23 / 0.00 / 0.58 / 0.25)

CMYK percentages

%22.92
%0
%58.33
%24.71

Codes

Color #94C050 in popluar color models

94 C0 50
RGB 148 192 80
HSL 84° 47.06% 53.33%
HSB/HSV 84° 58.33% 75.29%
CMYK 22.92% 0.00% 58.33%
24.71%

Color #94C050 in popluar number systems.

HEX 94 C0 50
Decimal 148 192 80
Binary 10010100 11000000 1010000
Octal 224 300 120

Shades and tints

Shades of #94C050

#94C050
(148,192,80)
#87AF49
(135,175,73)
#7A9E42
(122,158,66)
#6D8D3B
(109,141,59)
#607C34
(96,124,52)
#536B2D
(83,107,45)
#465A26
(70,90,38)
#39491F
(57,73,31)
#2C3818
(44,56,24)
#1F2711
(31,39,17)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #94C050

#94C050
(148,192,80)
#9DC55F
(157,197,95)
#A6CA6E
(166,202,110)
#AFCF7D
(175,207,125)
#B8D48C
(184,212,140)
#C1D99B
(193,217,155)
#CADEAA
(202,222,170)
#D3E3B9
(211,227,185)
#DCE8C8
(220,232,200)
#E5EDD7
(229,237,215)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C050 color. Also use rgb(148,192,80) instead hex code.

Text Font Color

.myTextColor { color: #94C050; }

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

This text font color is #94C050.

Background Color

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

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

This div background color is #94C050.

Border color

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

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

This div border color is #94C050.

Opacity

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

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

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

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

This text has shadow with #94C050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94C050.

Preview

Color preview on black background

This text has color #94C050 on black background.


Color preview on white background

This text has color #94C050 on white background.


Black color preview on #94C050 background

This text has black color on #94C050 background.


White color preview on #94C050 background

This text has white color on #94C050 background.


Related colors

Complementary color

Complementary color for #hex is #6B3FAF.


I love getcolorcode.com

Triadic colors

1 #5094C0 and #C05094 with #94C050 are triadic colors.

2 #50C094 and #C09450 with #94C050 are triadic colors.