COLOR #9ED904

HEX: #9ED904 RGB: (158,217,4)

Color info

#9ED904 contains mainly red and green colors. Web safe color of #9ED904 is #99CC00 (or #9C0).

RGB color model

#9ED904 color RGB value is (158,217,4).

RGB: (158,217,4) (62%, 85%, 2%)

RGB channels and saturation

R 158 of 255 = 62%
G 217 of 255 = 85%
B 4 of 255 = 2%

158
217
4

R + G + B ~ 50%. #9ED904 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 217 + 4 = 379 (100%)
R 158 of 379 ~ 41.69%
G 217 of 379 ~ 57.26%
B 4 of 379 ~ 1.06'%

%41.69
%57.26

CMYK color model

#9ED904 color CMYK value is (27,0,98,15).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 98.16%
  • key color value is 14.90%

CMYK: (27,0,98,15)
C27M0Y98K15 (27%, 0%, 98%, 15%)
(0.27 / 0.00 / 0.98 / 0.15)

CMYK percentages

%27.19
%0
%98.16
%14.9

Codes

Color #9ED904 in popluar color models

9E D9 04
RGB 158 217 4
HSL 77° 96.38% 43.33%
HSB/HSV 77° 98.16% 85.10%
CMYK 27.19% 0.00% 98.16%
14.90%

Color #9ED904 in popluar number systems.

HEX 9E D9 04
Decimal 158 217 4
Binary 10011110 11011001 100
Octal 236 331 4

Shades and tints

Shades of #9ED904

#9ED904
(158,217,4)
#90C604
(144,198,4)
#82B304
(130,179,4)
#74A004
(116,160,4)
#668D04
(102,141,4)
#587A04
(88,122,4)
#4A6704
(74,103,4)
#3C5404
(60,84,4)
#2E4104
(46,65,4)
#202E04
(32,46,4)
#121B04
(18,27,4)
#000000
(0,0,0)

Tints of #9ED904

#9ED904
(158,217,4)
#A6DC1A
(166,220,26)
#AEDF30
(174,223,48)
#B6E246
(182,226,70)
#BEE55C
(190,229,92)
#C6E872
(198,232,114)
#CEEB88
(206,235,136)
#D6EE9E
(214,238,158)
#DEF1B4
(222,241,180)
#E6F4CA
(230,244,202)
#EEF7E0
(238,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED904 color. Also use rgb(158,217,4) instead hex code.

Text Font Color

.myTextColor { color: #9ED904; }

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

This text font color is #9ED904.

Background Color

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

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

This div background color is #9ED904.

Border color

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

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

This div border color is #9ED904.

Opacity

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

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

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

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

This text has shadow with #9ED904 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED904.

Preview

Color preview on black background

This text has color #9ED904 on black background.


Color preview on white background

This text has color #9ED904 on white background.


Black color preview on #9ED904 background

This text has black color on #9ED904 background.


White color preview on #9ED904 background

This text has white color on #9ED904 background.


Related colors

Complementary color

Complementary color for #hex is #6126FB.


I love getcolorcode.com

Triadic colors

1 #049ED9 and #D9049E with #9ED904 are triadic colors.

2 #04D99E and #D99E04 with #9ED904 are triadic colors.