COLOR #94E799

HEX: #94E799 RGB: (148,231,153)

Color info

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

RGB color model

#94E799 color RGB value is (148,231,153).

RGB: (148,231,153) (58%, 91%, 60%)

RGB channels and saturation

R 148 of 255 = 58%
G 231 of 255 = 91%
B 153 of 255 = 60%

148
231
153

R + G + B ~ 70%. #94E799 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 231 + 153 = 532 (100%)
R 148 of 532 ~ 27.82%
G 231 of 532 ~ 43.42%
B 153 of 532 ~ 28.76'%

%27.82
%43.42
%28.76

CMYK color model

#94E799 color CMYK value is (36,0,34,9).

  • cyan value is 35.93%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 9.41%

CMYK: (36,0,34,9)
C36M0Y34K9 (36%, 0%, 34%, 9%)
(0.36 / 0.00 / 0.34 / 0.09)

CMYK percentages

%35.93
%0
%33.77
%9.41

Codes

Color #94E799 in popluar color models

94 E7 99
RGB 148 231 153
HSL 124° 63.36% 74.31%
HSB/HSV 124° 35.93% 90.59%
CMYK 35.93% 0.00% 33.77%
9.41%

Color #94E799 in popluar number systems.

HEX 94 E7 99
Decimal 148 231 153
Binary 10010100 11100111 10011001
Octal 224 347 231

Shades and tints

Shades of #94E799

#94E799
(148,231,153)
#87D28C
(135,210,140)
#7ABD7F
(122,189,127)
#6DA872
(109,168,114)
#609365
(96,147,101)
#537E58
(83,126,88)
#46694B
(70,105,75)
#39543E
(57,84,62)
#2C3F31
(44,63,49)
#1F2A24
(31,42,36)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #94E799

#94E799
(148,231,153)
#9DE9A2
(157,233,162)
#A6EBAB
(166,235,171)
#AFEDB4
(175,237,180)
#B8EFBD
(184,239,189)
#C1F1C6
(193,241,198)
#CAF3CF
(202,243,207)
#D3F5D8
(211,245,216)
#DCF7E1
(220,247,225)
#E5F9EA
(229,249,234)
#EEFBF3
(238,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E799 color. Also use rgb(148,231,153) instead hex code.

Text Font Color

.myTextColor { color: #94E799; }

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

This text font color is #94E799.

Background Color

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

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

This div background color is #94E799.

Border color

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

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

This div border color is #94E799.

Opacity

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

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

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

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

This text has shadow with #94E799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94E799.

Preview

Color preview on black background

This text has color #94E799 on black background.


Color preview on white background

This text has color #94E799 on white background.


Black color preview on #94E799 background

This text has black color on #94E799 background.


White color preview on #94E799 background

This text has white color on #94E799 background.


Related colors

Complementary color

Complementary color for #hex is #6B1866.


I love getcolorcode.com

Triadic colors

1 #9994E7 and #E79994 with #94E799 are triadic colors.

2 #99E794 and #E79499 with #94E799 are triadic colors.