COLOR #94F696

HEX: #94F696 RGB: (148,246,150)

Color info

#94F696 contains mainly green color. Web safe color of #94F696 is #99FF99 (or #9F9).

RGB color model

#94F696 color RGB value is (148,246,150).

RGB: (148,246,150) (58%, 96%, 59%)

RGB channels and saturation

R 148 of 255 = 58%
G 246 of 255 = 96%
B 150 of 255 = 59%

148
246
150

R + G + B ~ 71%. #94F696 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 246 + 150 = 544 (100%)
R 148 of 544 ~ 27.21%
G 246 of 544 ~ 45.22%
B 150 of 544 ~ 27.57'%

%27.21
%45.22
%27.57

CMYK color model

#94F696 color CMYK value is (40,0,39,4).

  • cyan value is 39.84%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 3.53%

CMYK: (40,0,39,4)
C40M0Y39K4 (40%, 0%, 39%, 4%)
(0.40 / 0.00 / 0.39 / 0.04)

CMYK percentages

%39.84
%0
%39.02
%3.53

Codes

Color #94F696 in popluar color models

94 F6 96
RGB 148 246 150
HSL 121° 84.48% 77.25%
HSB/HSV 121° 39.84% 96.47%
CMYK 39.84% 0.00% 39.02%
3.53%

Color #94F696 in popluar number systems.

HEX 94 F6 96
Decimal 148 246 150
Binary 10010100 11110110 10010110
Octal 224 366 226

Shades and tints

Shades of #94F696

#94F696
(148,246,150)
#87E089
(135,224,137)
#7ACA7C
(122,202,124)
#6DB46F
(109,180,111)
#609E62
(96,158,98)
#538855
(83,136,85)
#467248
(70,114,72)
#395C3B
(57,92,59)
#2C462E
(44,70,46)
#1F3021
(31,48,33)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #94F696

#94F696
(148,246,150)
#9DF69F
(157,246,159)
#A6F6A8
(166,246,168)
#AFF6B1
(175,246,177)
#B8F6BA
(184,246,186)
#C1F6C3
(193,246,195)
#CAF6CC
(202,246,204)
#D3F6D5
(211,246,213)
#DCF6DE
(220,246,222)
#E5F6E7
(229,246,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94F696 color. Also use rgb(148,246,150) instead hex code.

Text Font Color

.myTextColor { color: #94F696; }

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

This text font color is #94F696.

Background Color

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

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

This div background color is #94F696.

Border color

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

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

This div border color is #94F696.

Opacity

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

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

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

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

This text has shadow with #94F696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94F696.

Preview

Color preview on black background

This text has color #94F696 on black background.


Color preview on white background

This text has color #94F696 on white background.


Black color preview on #94F696 background

This text has black color on #94F696 background.


White color preview on #94F696 background

This text has white color on #94F696 background.


Related colors

Complementary color

Complementary color for #hex is #6B0969.


I love getcolorcode.com

Triadic colors

1 #9694F6 and #F69694 with #94F696 are triadic colors.

2 #96F694 and #F69496 with #94F696 are triadic colors.