COLOR #94CC6C

HEX: #94CC6C
RGB: (148,204,108)

Color info

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

RGB color model

#94CC6C color RGB value is (148,204,108).

  • red value is 148;
  • green value is 204;
  • blue value is 108.
RGB:
(148,204,108)
(58%,80%,42%)

RGB channels and saturation

R 148 of 255 = 58%
G 204 of 255 = 80%
B 108 of 255 = 42%

148
204
108

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

Portions of RGB colors in percentages

R + G + B =
148 + 204 + 108 = 460 (100%)
R 148 of 460 ~ 32.17%
G 204 of 460 ~ 44.35%
B 108 of 460 ~ 23.48%

%32.17
%44.35
%23.48

CMYK color model

#94CC6C color CMYK value is (27,0,47,20).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 20.00%
CMYK:
(27,0,47,20)
C27M0Y47K20 
(27%,0%,47%,20%)
(0.27/0.00/0.47/0.20)	

CMYK percentages

%27.45
%0
%47.06
%20

Codes

Color #94CC6C in popluar color models

94CC6C
RGB148204108
HSL95°48.48%61.18%
HSB/HSV95°47.06%80.00%
CMYK27.45%0.00%47.06%
20.00%

Color #94CC6C in popluar number systems.

HEX94CC6C
Decimal148204108
Binary10010100110011001101100
Octal224314154

Shades and tints

Shades of #94CC6C

#94CC6C
(148,204,108)
#87BA63
(135,186,99)
#7AA85A
(122,168,90)
#6D9651
(109,150,81)
#608448
(96,132,72)
#53723F
(83,114,63)
#466036
(70,96,54)
#394E2D
(57,78,45)
#2C3C24
(44,60,36)
#1F2A1B
(31,42,27)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #94CC6C

#94CC6C
(148,204,108)
#9DD079
(157,208,121)
#A6D486
(166,212,134)
#AFD893
(175,216,147)
#B8DCA0
(184,220,160)
#C1E0AD
(193,224,173)
#CAE4BA
(202,228,186)
#D3E8C7
(211,232,199)
#DCECD4
(220,236,212)
#E5F0E1
(229,240,225)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94CC6C color. Also use rgb(148,204,108) instead hex code.

Text Font Color

.myTextColor { color: #94CC6C; }

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

This text font color is #94CC6C.


Background Color

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

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

This div background color is #94CC6C.


Border color

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

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

This div border color is #94CC6C.


Opacity

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

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

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

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

This text has shadow with #94CC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94CC6C on black background.


Color preview on white background

This text has color #94CC6C on white background.



Black color preview on #94CC6C background

This text has black color on #94CC6C background.


White color preview on #94CC6C background

This text has white color on #94CC6C background.