COLOR #94C174

HEX: #94C174 RGB: (148,193,116)

Color info

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

RGB color model

#94C174 color RGB value is (148,193,116).

RGB: (148,193,116) (58%, 76%, 45%)

RGB channels and saturation

R 148 of 255 = 58%
G 193 of 255 = 76%
B 116 of 255 = 45%

148
193
116

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

Portions of RGB colors in percentages

R + G + B = 148 + 193 + 116 = 457 (100%)
R 148 of 457 ~ 32.39%
G 193 of 457 ~ 42.23%
B 116 of 457 ~ 25.38'%

%32.39
%42.23
%25.38

CMYK color model

#94C174 color CMYK value is (23,0,40,24).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 39.90%
  • key color value is 24.31%

CMYK: (23,0,40,24)
C23M0Y40K24 (23%, 0%, 40%, 24%)
(0.23 / 0.00 / 0.40 / 0.24)

CMYK percentages

%23.32
%0
%39.9
%24.31

Codes

Color #94C174 in popluar color models

94 C1 74
RGB 148 193 116
HSL 95° 38.31% 60.59%
HSB/HSV 95° 39.90% 75.69%
CMYK 23.32% 0.00% 39.90%
24.31%

Color #94C174 in popluar number systems.

HEX 94 C1 74
Decimal 148 193 116
Binary 10010100 11000001 1110100
Octal 224 301 164

Shades and tints

Shades of #94C174

#94C174
(148,193,116)
#87B06A
(135,176,106)
#7A9F60
(122,159,96)
#6D8E56
(109,142,86)
#607D4C
(96,125,76)
#536C42
(83,108,66)
#465B38
(70,91,56)
#394A2E
(57,74,46)
#2C3924
(44,57,36)
#1F281A
(31,40,26)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #94C174

#94C174
(148,193,116)
#9DC680
(157,198,128)
#A6CB8C
(166,203,140)
#AFD098
(175,208,152)
#B8D5A4
(184,213,164)
#C1DAB0
(193,218,176)
#CADFBC
(202,223,188)
#D3E4C8
(211,228,200)
#DCE9D4
(220,233,212)
#E5EEE0
(229,238,224)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C174 color. Also use rgb(148,193,116) instead hex code.

Text Font Color

.myTextColor { color: #94C174; }

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

This text font color is #94C174.

Background Color

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

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

This div background color is #94C174.

Border color

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

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

This div border color is #94C174.

Opacity

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

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

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

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

This text has shadow with #94C174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94C174.

Preview

Color preview on black background

This text has color #94C174 on black background.


Color preview on white background

This text has color #94C174 on white background.


Black color preview on #94C174 background

This text has black color on #94C174 background.


White color preview on #94C174 background

This text has white color on #94C174 background.


Related colors

Complementary color

Complementary color for #hex is #6B3E8B.


I love getcolorcode.com

Triadic colors

1 #7494C1 and #C17494 with #94C174 are triadic colors.

2 #74C194 and #C19474 with #94C174 are triadic colors.