COLOR #94C878

HEX: #94C878 RGB: (148,200,120)

Color info

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

RGB color model

#94C878 color RGB value is (148,200,120).

RGB: (148,200,120) (58%, 78%, 47%)

RGB channels and saturation

R 148 of 255 = 58%
G 200 of 255 = 78%
B 120 of 255 = 47%

148
200
120

R + G + B ~ 61%. #94C878 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 200 + 120 = 468 (100%)
R 148 of 468 ~ 31.62%
G 200 of 468 ~ 42.74%
B 120 of 468 ~ 25.64'%

%31.62
%42.74
%25.64

CMYK color model

#94C878 color CMYK value is (26,0,40,22).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 21.57%

CMYK: (26,0,40,22)
C26M0Y40K22 (26%, 0%, 40%, 22%)
(0.26 / 0.00 / 0.40 / 0.22)

CMYK percentages

%26
%0
%40
%21.57

Codes

Color #94C878 in popluar color models

94 C8 78
RGB 148 200 120
HSL 99° 42.11% 62.75%
HSB/HSV 99° 40.00% 78.43%
CMYK 26.00% 0.00% 40.00%
21.57%

Color #94C878 in popluar number systems.

HEX 94 C8 78
Decimal 148 200 120
Binary 10010100 11001000 1111000
Octal 224 310 170

Shades and tints

Shades of #94C878

#94C878
(148,200,120)
#87B66E
(135,182,110)
#7AA464
(122,164,100)
#6D925A
(109,146,90)
#608050
(96,128,80)
#536E46
(83,110,70)
#465C3C
(70,92,60)
#394A32
(57,74,50)
#2C3828
(44,56,40)
#1F261E
(31,38,30)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #94C878

#94C878
(148,200,120)
#9DCD84
(157,205,132)
#A6D290
(166,210,144)
#AFD79C
(175,215,156)
#B8DCA8
(184,220,168)
#C1E1B4
(193,225,180)
#CAE6C0
(202,230,192)
#D3EBCC
(211,235,204)
#DCF0D8
(220,240,216)
#E5F5E4
(229,245,228)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C878 color. Also use rgb(148,200,120) instead hex code.

Text Font Color

.myTextColor { color: #94C878; }

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

This text font color is #94C878.

Background Color

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

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

This div background color is #94C878.

Border color

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

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

This div border color is #94C878.

Opacity

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

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

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

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

This text has shadow with #94C878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94C878.

Preview

Color preview on black background

This text has color #94C878 on black background.


Color preview on white background

This text has color #94C878 on white background.


Black color preview on #94C878 background

This text has black color on #94C878 background.


White color preview on #94C878 background

This text has white color on #94C878 background.


Related colors

Complementary color

Complementary color for #hex is #6B3787.


I love getcolorcode.com

Triadic colors

1 #7894C8 and #C87894 with #94C878 are triadic colors.

2 #78C894 and #C89478 with #94C878 are triadic colors.