COLOR #9ED294

HEX: #9ED294 RGB: (158,210,148)

Color info

#9ED294 contains mainly red and green colors. Web safe color of #9ED294 is #99CC99 (or #9C9).

RGB color model

#9ED294 color RGB value is (158,210,148).

RGB: (158,210,148) (62%, 82%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 210 of 255 = 82%
B 148 of 255 = 58%

158
210
148

R + G + B ~ 67%. #9ED294 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 210 + 148 = 516 (100%)
R 158 of 516 ~ 30.62%
G 210 of 516 ~ 40.7%
B 148 of 516 ~ 28.68'%

%30.62
%40.7
%28.68

CMYK color model

#9ED294 color CMYK value is (25,0,30,18).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 29.52%
  • key color value is 17.65%

CMYK: (25,0,30,18)
C25M0Y30K18 (25%, 0%, 30%, 18%)
(0.25 / 0.00 / 0.30 / 0.18)

CMYK percentages

%24.76
%0
%29.52
%17.65

Codes

Color #9ED294 in popluar color models

9E D2 94
RGB 158 210 148
HSL 110° 40.79% 70.20%
HSB/HSV 110° 29.52% 82.35%
CMYK 24.76% 0.00% 29.52%
17.65%

Color #9ED294 in popluar number systems.

HEX 9E D2 94
Decimal 158 210 148
Binary 10011110 11010010 10010100
Octal 236 322 224

Shades and tints

Shades of #9ED294

#9ED294
(158,210,148)
#90BF87
(144,191,135)
#82AC7A
(130,172,122)
#74996D
(116,153,109)
#668660
(102,134,96)
#587353
(88,115,83)
#4A6046
(74,96,70)
#3C4D39
(60,77,57)
#2E3A2C
(46,58,44)
#20271F
(32,39,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9ED294

#9ED294
(158,210,148)
#A6D69D
(166,214,157)
#AEDAA6
(174,218,166)
#B6DEAF
(182,222,175)
#BEE2B8
(190,226,184)
#C6E6C1
(198,230,193)
#CEEACA
(206,234,202)
#D6EED3
(214,238,211)
#DEF2DC
(222,242,220)
#E6F6E5
(230,246,229)
#EEFAEE
(238,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED294 color. Also use rgb(158,210,148) instead hex code.

Text Font Color

.myTextColor { color: #9ED294; }

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

This text font color is #9ED294.

Background Color

.myBgColor { background-color: #9ED294; }

<div style="background-color:#9ED294">Inner text</div>

This div background color is #9ED294.

Border color

.myBorderColor { border: 1px solid #9ED294; }

<div style="border:3px solid #9ED294">Div</div>

This div border color is #9ED294.

Opacity

.myOpacity80 { color: #9ED294; opacity: 0.8; }

<p style="color:#9ED294;opacity:0.8;">80%</p>

Text with #9ED294 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 #9ED294;}

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

This text has shadow with #9ED294 color.


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

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

This text has shadow with #9ED294 primary color and red secondary color.


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

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

This text has shadow with #9ED294 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9ED294.

Preview

Color preview on black background

This text has color #9ED294 on black background.


Color preview on white background

This text has color #9ED294 on white background.


Black color preview on #9ED294 background

This text has black color on #9ED294 background.


White color preview on #9ED294 background

This text has white color on #9ED294 background.


Related colors

Complementary color

Complementary color for #hex is #612D6B.


I love getcolorcode.com

Triadic colors

1 #949ED2 and #D2949E with #9ED294 are triadic colors.

2 #94D29E and #D29E94 with #9ED294 are triadic colors.