COLOR #94AD66

HEX: #94AD66
RGB: (148,173,102)

Color info

#94AD66 contains mainly red and green colors. Web safe color of #94AD66 is #999966 (or #996).

RGB color model

#94AD66 color RGB value is (148,173,102).

  • red value is 148;
  • green value is 173;
  • blue value is 102.
RGB:
(148,173,102)
(58%,68%,40%)

RGB channels and saturation

R 148 of 255 = 58%
G 173 of 255 = 68%
B 102 of 255 = 40%

148
173
102

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

Portions of RGB colors in percentages

R + G + B =
148 + 173 + 102 = 423 (100%)
R 148 of 423 ~ 34.99%
G 173 of 423 ~ 40.9%
B 102 of 423 ~ 24.11%

%34.99
%40.9
%24.11

CMYK color model

#94AD66 color CMYK value is (14,0,41,32).

  • cyan value is 14.45%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 32.16%
CMYK:
(14,0,41,32)
C14M0Y41K32 
(14%,0%,41%,32%)
(0.14/0.00/0.41/0.32)	

CMYK percentages

%14.45
%0
%41.04
%32.16

Codes

Color #94AD66 in popluar color models

94AD66
RGB148173102
HSL81°30.21%53.92%
HSB/HSV81°41.04%67.84%
CMYK14.45%0.00%41.04%
32.16%

Color #94AD66 in popluar number systems.

HEX94AD66
Decimal148173102
Binary10010100101011011100110
Octal224255146

Shades and tints

Shades of #94AD66

#94AD66
(148,173,102)
#879E5D
(135,158,93)
#7A8F54
(122,143,84)
#6D804B
(109,128,75)
#607142
(96,113,66)
#536239
(83,98,57)
#465330
(70,83,48)
#394427
(57,68,39)
#2C351E
(44,53,30)
#1F2615
(31,38,21)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #94AD66

#94AD66
(148,173,102)
#9DB473
(157,180,115)
#A6BB80
(166,187,128)
#AFC28D
(175,194,141)
#B8C99A
(184,201,154)
#C1D0A7
(193,208,167)
#CAD7B4
(202,215,180)
#D3DEC1
(211,222,193)
#DCE5CE
(220,229,206)
#E5ECDB
(229,236,219)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94AD66; }

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

This text font color is #94AD66.


Background Color

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

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

This div background color is #94AD66.


Border color

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

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

This div border color is #94AD66.


Opacity

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

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

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

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

This text has shadow with #94AD66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AD66 on black background.


Color preview on white background

This text has color #94AD66 on white background.



Black color preview on #94AD66 background

This text has black color on #94AD66 background.


White color preview on #94AD66 background

This text has white color on #94AD66 background.