COLOR #94CA80

HEX: #94CA80
RGB: (148,202,128)

Color info

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

RGB color model

#94CA80 color RGB value is (148,202,128).

  • red value is 148;
  • green value is 202;
  • blue value is 128.
RGB:
(148,202,128)
(58%,79%,50%)

RGB channels and saturation

R 148 of 255 = 58%
G 202 of 255 = 79%
B 128 of 255 = 50%

148
202
128

R + G + B ~ 62%. #94CA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 202 + 128 = 478 (100%)
R 148 of 478 ~ 30.96%
G 202 of 478 ~ 42.26%
B 128 of 478 ~ 26.78%

%30.96
%42.26
%26.78

CMYK color model

#94CA80 color CMYK value is (27,0,37,21).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 20.78%
CMYK:
(27,0,37,21)
C27M0Y37K21 
(27%,0%,37%,21%)
(0.27/0.00/0.37/0.21)	

CMYK percentages

%26.73
%0
%36.63
%20.78

Codes

Color #94CA80 in popluar color models

94CA80
RGB148202128
HSL104°41.11%64.71%
HSB/HSV104°36.63%79.22%
CMYK26.73%0.00%36.63%
20.78%

Color #94CA80 in popluar number systems.

HEX94CA80
Decimal148202128
Binary100101001100101010000000
Octal224312200

Shades and tints

Shades of #94CA80

#94CA80
(148,202,128)
#87B875
(135,184,117)
#7AA66A
(122,166,106)
#6D945F
(109,148,95)
#608254
(96,130,84)
#537049
(83,112,73)
#465E3E
(70,94,62)
#394C33
(57,76,51)
#2C3A28
(44,58,40)
#1F281D
(31,40,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #94CA80

#94CA80
(148,202,128)
#9DCE8B
(157,206,139)
#A6D296
(166,210,150)
#AFD6A1
(175,214,161)
#B8DAAC
(184,218,172)
#C1DEB7
(193,222,183)
#CAE2C2
(202,226,194)
#D3E6CD
(211,230,205)
#DCEAD8
(220,234,216)
#E5EEE3
(229,238,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94CA80; }

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

This text font color is #94CA80.


Background Color

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

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

This div background color is #94CA80.


Border color

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

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

This div border color is #94CA80.


Opacity

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

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

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

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

This text has shadow with #94CA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94CA80 on black background.


Color preview on white background

This text has color #94CA80 on white background.



Black color preview on #94CA80 background

This text has black color on #94CA80 background.


White color preview on #94CA80 background

This text has white color on #94CA80 background.