COLOR #94C676

HEX: #94C676
RGB: (148,198,118)

Color info

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

RGB color model

#94C676 color RGB value is (148,198,118).

  • red value is 148;
  • green value is 198;
  • blue value is 118.
RGB:
(148,198,118)
(58%,78%,46%)

RGB channels and saturation

R 148 of 255 = 58%
G 198 of 255 = 78%
B 118 of 255 = 46%

148
198
118

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

Portions of RGB colors in percentages

R + G + B =
148 + 198 + 118 = 464 (100%)
R 148 of 464 ~ 31.9%
G 198 of 464 ~ 42.67%
B 118 of 464 ~ 25.43%

%31.9
%42.67
%25.43

CMYK color model

#94C676 color CMYK value is (25,0,40,22).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 40.40%
  • key color value is 22.35%
CMYK:
(25,0,40,22)
C25M0Y40K22 
(25%,0%,40%,22%)
(0.25/0.00/0.40/0.22)	

CMYK percentages

%25.25
%0
%40.4
%22.35

Codes

Color #94C676 in popluar color models

94C676
RGB148198118
HSL98°41.24%61.96%
HSB/HSV98°40.40%77.65%
CMYK25.25%0.00%40.40%
22.35%

Color #94C676 in popluar number systems.

HEX94C676
Decimal148198118
Binary10010100110001101110110
Octal224306166

Shades and tints

Shades of #94C676

#94C676
(148,198,118)
#87B46C
(135,180,108)
#7AA262
(122,162,98)
#6D9058
(109,144,88)
#607E4E
(96,126,78)
#536C44
(83,108,68)
#465A3A
(70,90,58)
#394830
(57,72,48)
#2C3626
(44,54,38)
#1F241C
(31,36,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #94C676

#94C676
(148,198,118)
#9DCB82
(157,203,130)
#A6D08E
(166,208,142)
#AFD59A
(175,213,154)
#B8DAA6
(184,218,166)
#C1DFB2
(193,223,178)
#CAE4BE
(202,228,190)
#D3E9CA
(211,233,202)
#DCEED6
(220,238,214)
#E5F3E2
(229,243,226)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C676 color. Also use rgb(148,198,118) instead hex code.

Text Font Color

.myTextColor { color: #94C676; }

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

This text font color is #94C676.


Background Color

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

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

This div background color is #94C676.


Border color

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

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

This div border color is #94C676.


Opacity

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

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

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

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

This text has shadow with #94C676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C676 on black background.


Color preview on white background

This text has color #94C676 on white background.



Black color preview on #94C676 background

This text has black color on #94C676 background.


White color preview on #94C676 background

This text has white color on #94C676 background.