COLOR #94C774

HEX: #94C774 RGB: (148,199,116)

Color info

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

RGB color model

#94C774 color RGB value is (148,199,116).

RGB: (148,199,116) (58%, 78%, 45%)

RGB channels and saturation

R 148 of 255 = 58%
G 199 of 255 = 78%
B 116 of 255 = 45%

148
199
116

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

Portions of RGB colors in percentages

R + G + B = 148 + 199 + 116 = 463 (100%)
R 148 of 463 ~ 31.97%
G 199 of 463 ~ 42.98%
B 116 of 463 ~ 25.05'%

%31.97
%42.98
%25.05

CMYK color model

#94C774 color CMYK value is (26,0,42,22).

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 21.96%

CMYK: (26,0,42,22)
C26M0Y42K22 (26%, 0%, 42%, 22%)
(0.26 / 0.00 / 0.42 / 0.22)

CMYK percentages

%25.63
%0
%41.71
%21.96

Codes

Color #94C774 in popluar color models

94 C7 74
RGB 148 199 116
HSL 97° 42.56% 61.76%
HSB/HSV 97° 41.71% 78.04%
CMYK 25.63% 0.00% 41.71%
21.96%

Color #94C774 in popluar number systems.

HEX 94 C7 74
Decimal 148 199 116
Binary 10010100 11000111 1110100
Octal 224 307 164

Shades and tints

Shades of #94C774

#94C774
(148,199,116)
#87B56A
(135,181,106)
#7AA360
(122,163,96)
#6D9156
(109,145,86)
#607F4C
(96,127,76)
#536D42
(83,109,66)
#465B38
(70,91,56)
#39492E
(57,73,46)
#2C3724
(44,55,36)
#1F251A
(31,37,26)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #94C774

#94C774
(148,199,116)
#9DCC80
(157,204,128)
#A6D18C
(166,209,140)
#AFD698
(175,214,152)
#B8DBA4
(184,219,164)
#C1E0B0
(193,224,176)
#CAE5BC
(202,229,188)
#D3EAC8
(211,234,200)
#DCEFD4
(220,239,212)
#E5F4E0
(229,244,224)
#EEF9EC
(238,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C774; }

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

This text font color is #94C774.

Background Color

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

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

This div background color is #94C774.

Border color

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

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

This div border color is #94C774.

Opacity

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

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

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

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

This text has shadow with #94C774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94C774.

Preview

Color preview on black background

This text has color #94C774 on black background.


Color preview on white background

This text has color #94C774 on white background.


Black color preview on #94C774 background

This text has black color on #94C774 background.


White color preview on #94C774 background

This text has white color on #94C774 background.


Related colors

Complementary color

Complementary color for #hex is #6B388B.


I love getcolorcode.com

Triadic colors

1 #7494C7 and #C77494 with #94C774 are triadic colors.

2 #74C794 and #C79474 with #94C774 are triadic colors.