COLOR #94C788

HEX: #94C788
RGB: (148,199,136)

Color info

#94C788 contains mainly red and green colors. Web safe color of #94C788 is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

148
199
136

R + G + B ~ 63%. #94C788 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 199 + 136 = 483 (100%)
R 148 of 483 ~ 30.64%
G 199 of 483 ~ 41.2%
B 136 of 483 ~ 28.16%

%30.64
%41.2
%28.16

CMYK color model

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

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

CMYK percentages

%25.63
%0
%31.66
%21.96

Codes

Color #94C788 in popluar color models

94C788
RGB148199136
HSL109°36.00%65.69%
HSB/HSV109°31.66%78.04%
CMYK25.63%0.00%31.66%
21.96%

Color #94C788 in popluar number systems.

HEX94C788
Decimal148199136
Binary100101001100011110001000
Octal224307210

Shades and tints

Shades of #94C788

#94C788
(148,199,136)
#87B57C
(135,181,124)
#7AA370
(122,163,112)
#6D9164
(109,145,100)
#607F58
(96,127,88)
#536D4C
(83,109,76)
#465B40
(70,91,64)
#394934
(57,73,52)
#2C3728
(44,55,40)
#1F251C
(31,37,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #94C788

#94C788
(148,199,136)
#9DCC92
(157,204,146)
#A6D19C
(166,209,156)
#AFD6A6
(175,214,166)
#B8DBB0
(184,219,176)
#C1E0BA
(193,224,186)
#CAE5C4
(202,229,196)
#D3EACE
(211,234,206)
#DCEFD8
(220,239,216)
#E5F4E2
(229,244,226)
#EEF9EC
(238,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C788; }

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

This text font color is #94C788.


Background Color

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

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

This div background color is #94C788.


Border color

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

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

This div border color is #94C788.


Opacity

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

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

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

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

This text has shadow with #94C788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C788 on black background.


Color preview on white background

This text has color #94C788 on white background.



Black color preview on #94C788 background

This text has black color on #94C788 background.


White color preview on #94C788 background

This text has white color on #94C788 background.