COLOR #94D279

HEX: #94D279
RGB: (148,210,121)

Color info

#94D279 contains mainly green color. Web safe color of #94D279 is #99CC66 (or #9C6).

RGB color model

#94D279 color RGB value is (148,210,121).

  • red value is 148;
  • green value is 210;
  • blue value is 121.
RGB:
(148,210,121)
(58%,82%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 210 of 255 = 82%
B 121 of 255 = 47%

148
210
121

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

Portions of RGB colors in percentages

R + G + B =
148 + 210 + 121 = 479 (100%)
R 148 of 479 ~ 30.9%
G 210 of 479 ~ 43.84%
B 121 of 479 ~ 25.26%

%30.9
%43.84
%25.26

CMYK color model

#94D279 color CMYK value is (30,0,42,18).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 42.38%
  • key color value is 17.65%
CMYK:
(30,0,42,18)
C30M0Y42K18 
(30%,0%,42%,18%)
(0.30/0.00/0.42/0.18)	

CMYK percentages

%29.52
%0
%42.38
%17.65

Codes

Color #94D279 in popluar color models

94D279
RGB148210121
HSL102°49.72%64.90%
HSB/HSV102°42.38%82.35%
CMYK29.52%0.00%42.38%
17.65%

Color #94D279 in popluar number systems.

HEX94D279
Decimal148210121
Binary10010100110100101111001
Octal224322171

Shades and tints

Shades of #94D279

#94D279
(148,210,121)
#87BF6E
(135,191,110)
#7AAC63
(122,172,99)
#6D9958
(109,153,88)
#60864D
(96,134,77)
#537342
(83,115,66)
#466037
(70,96,55)
#394D2C
(57,77,44)
#2C3A21
(44,58,33)
#1F2716
(31,39,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #94D279

#94D279
(148,210,121)
#9DD685
(157,214,133)
#A6DA91
(166,218,145)
#AFDE9D
(175,222,157)
#B8E2A9
(184,226,169)
#C1E6B5
(193,230,181)
#CAEAC1
(202,234,193)
#D3EECD
(211,238,205)
#DCF2D9
(220,242,217)
#E5F6E5
(229,246,229)
#EEFAF1
(238,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94D279; }

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

This text font color is #94D279.


Background Color

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

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

This div background color is #94D279.


Border color

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

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

This div border color is #94D279.


Opacity

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

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

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

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

This text has shadow with #94D279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D279 on black background.


Color preview on white background

This text has color #94D279 on white background.



Black color preview on #94D279 background

This text has black color on #94D279 background.


White color preview on #94D279 background

This text has white color on #94D279 background.