COLOR #94D993

HEX: #94D993 RGB: (148,217,147)

Color info

#94D993 contains mainly green color. Web safe color of #94D993 is #99CC99 (or #9C9).

RGB color model

#94D993 color RGB value is (148,217,147).

RGB: (148,217,147) (58%, 85%, 58%)

RGB channels and saturation

R 148 of 255 = 58%
G 217 of 255 = 85%
B 147 of 255 = 58%

148
217
147

R + G + B ~ 67%. #94D993 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 217 + 147 = 512 (100%)
R 148 of 512 ~ 28.91%
G 217 of 512 ~ 42.38%
B 147 of 512 ~ 28.71'%

%28.91
%42.38
%28.71

CMYK color model

#94D993 color CMYK value is (32,0,32,15).

  • cyan value is 31.80%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 14.90%

CMYK: (32,0,32,15)
C32M0Y32K15 (32%, 0%, 32%, 15%)
(0.32 / 0.00 / 0.32 / 0.15)

CMYK percentages

%31.8
%0
%32.26
%14.9

Codes

Color #94D993 in popluar color models

94 D9 93
RGB 148 217 147
HSL 119° 47.95% 71.37%
HSB/HSV 119° 32.26% 85.10%
CMYK 31.80% 0.00% 32.26%
14.90%

Color #94D993 in popluar number systems.

HEX 94 D9 93
Decimal 148 217 147
Binary 10010100 11011001 10010011
Octal 224 331 223

Shades and tints

Shades of #94D993

#94D993
(148,217,147)
#87C686
(135,198,134)
#7AB379
(122,179,121)
#6DA06C
(109,160,108)
#608D5F
(96,141,95)
#537A52
(83,122,82)
#466745
(70,103,69)
#395438
(57,84,56)
#2C412B
(44,65,43)
#1F2E1E
(31,46,30)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #94D993

#94D993
(148,217,147)
#9DDC9C
(157,220,156)
#A6DFA5
(166,223,165)
#AFE2AE
(175,226,174)
#B8E5B7
(184,229,183)
#C1E8C0
(193,232,192)
#CAEBC9
(202,235,201)
#D3EED2
(211,238,210)
#DCF1DB
(220,241,219)
#E5F4E4
(229,244,228)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D993 color. Also use rgb(148,217,147) instead hex code.

Text Font Color

.myTextColor { color: #94D993; }

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

This text font color is #94D993.

Background Color

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

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

This div background color is #94D993.

Border color

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

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

This div border color is #94D993.

Opacity

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

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

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

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

This text has shadow with #94D993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94D993.

Preview

Color preview on black background

This text has color #94D993 on black background.


Color preview on white background

This text has color #94D993 on white background.


Black color preview on #94D993 background

This text has black color on #94D993 background.


White color preview on #94D993 background

This text has white color on #94D993 background.


Related colors

Complementary color

Complementary color for #hex is #6B266C.


I love getcolorcode.com

Triadic colors

1 #9394D9 and #D99394 with #94D993 are triadic colors.

2 #93D994 and #D99493 with #94D993 are triadic colors.