COLOR #94C794

HEX: #94C794
RGB: (148,199,148)

Color info

#94C794 contains red, green and blue colors in about the same proportion. Web safe color of #94C794 is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

148
199
148

R + G + B ~ 65%. #94C794 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 199 + 148 = 495 (100%)
R 148 of 495 ~ 29.9%
G 199 of 495 ~ 40.2%
B 148 of 495 ~ 29.9%

%29.9
%40.2
%29.9

CMYK color model

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

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 21.96%
CMYK:
(26,0,26,22)
C26M0Y26K22 
(26%,0%,26%,22%)
(0.26/0.00/0.26/0.22)	

CMYK percentages

%25.63
%0
%25.63
%21.96

Codes

Color #94C794 in popluar color models

94C794
RGB148199148
HSL120°31.29%68.04%
HSB/HSV120°25.63%78.04%
CMYK25.63%0.00%25.63%
21.96%

Color #94C794 in popluar number systems.

HEX94C794
Decimal148199148
Binary100101001100011110010100
Octal224307224

Shades and tints

Shades of #94C794

#94C794
(148,199,148)
#87B587
(135,181,135)
#7AA37A
(122,163,122)
#6D916D
(109,145,109)
#607F60
(96,127,96)
#536D53
(83,109,83)
#465B46
(70,91,70)
#394939
(57,73,57)
#2C372C
(44,55,44)
#1F251F
(31,37,31)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #94C794

#94C794
(148,199,148)
#9DCC9D
(157,204,157)
#A6D1A6
(166,209,166)
#AFD6AF
(175,214,175)
#B8DBB8
(184,219,184)
#C1E0C1
(193,224,193)
#CAE5CA
(202,229,202)
#D3EAD3
(211,234,211)
#DCEFDC
(220,239,220)
#E5F4E5
(229,244,229)
#EEF9EE
(238,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C794; }

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

This text font color is #94C794.


Background Color

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

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

This div background color is #94C794.


Border color

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

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

This div border color is #94C794.


Opacity

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

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

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

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

This text has shadow with #94C794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C794 on black background.


Color preview on white background

This text has color #94C794 on white background.



Black color preview on #94C794 background

This text has black color on #94C794 background.


White color preview on #94C794 background

This text has white color on #94C794 background.