COLOR #94C663

HEX: #94C663
RGB: (148,198,99)

Color info

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

RGB color model

#94C663 color RGB value is (148,198,99).

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

RGB channels and saturation

R 148 of 255 = 58%
G 198 of 255 = 78%
B 99 of 255 = 39%

148
198
99

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

Portions of RGB colors in percentages

R + G + B =
148 + 198 + 99 = 445 (100%)
R 148 of 445 ~ 33.26%
G 198 of 445 ~ 44.49%
B 99 of 445 ~ 22.25%

%33.26
%44.49
%22.25

CMYK color model

#94C663 color CMYK value is (25,0,50,22).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 22.35%
CMYK:
(25,0,50,22)
C25M0Y50K22 
(25%,0%,50%,22%)
(0.25/0.00/0.50/0.22)	

CMYK percentages

%25.25
%0
%50
%22.35

Codes

Color #94C663 in popluar color models

94C663
RGB14819899
HSL90°46.48%58.24%
HSB/HSV90°50.00%77.65%
CMYK25.25%0.00%50.00%
22.35%

Color #94C663 in popluar number systems.

HEX94C663
Decimal14819899
Binary10010100110001101100011
Octal224306143

Shades and tints

Shades of #94C663

#94C663
(148,198,99)
#87B45A
(135,180,90)
#7AA251
(122,162,81)
#6D9048
(109,144,72)
#607E3F
(96,126,63)
#536C36
(83,108,54)
#465A2D
(70,90,45)
#394824
(57,72,36)
#2C361B
(44,54,27)
#1F2412
(31,36,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #94C663

#94C663
(148,198,99)
#9DCB71
(157,203,113)
#A6D07F
(166,208,127)
#AFD58D
(175,213,141)
#B8DA9B
(184,218,155)
#C1DFA9
(193,223,169)
#CAE4B7
(202,228,183)
#D3E9C5
(211,233,197)
#DCEED3
(220,238,211)
#E5F3E1
(229,243,225)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C663; }

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

This text font color is #94C663.


Background Color

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

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

This div background color is #94C663.


Border color

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

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

This div border color is #94C663.


Opacity

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

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

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

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

This text has shadow with #94C663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C663 on black background.


Color preview on white background

This text has color #94C663 on white background.



Black color preview on #94C663 background

This text has black color on #94C663 background.


White color preview on #94C663 background

This text has white color on #94C663 background.