COLOR #9EDC4A

HEX: #9EDC4A
RGB: (158,220,74)

Color info

#9EDC4A contains mainly green color. Web safe color of #9EDC4A is #99CC33 (or #9C3).

RGB color model

#9EDC4A color RGB value is (158,220,74).

  • red value is 158;
  • green value is 220;
  • blue value is 74.
RGB:
(158,220,74)
(62%,86%,29%)

RGB channels and saturation

R 158 of 255 = 62%
G 220 of 255 = 86%
B 74 of 255 = 29%

158
220
74

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

Portions of RGB colors in percentages

R + G + B =
158 + 220 + 74 = 452 (100%)
R 158 of 452 ~ 34.96%
G 220 of 452 ~ 48.67%
B 74 of 452 ~ 16.37%

%34.96
%48.67
%16.37

CMYK color model

#9EDC4A color CMYK value is (28,0,66,14).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 66.36%
  • key color value is 13.73%
CMYK:
(28,0,66,14)
C28M0Y66K14 
(28%,0%,66%,14%)
(0.28/0.00/0.66/0.14)	

CMYK percentages

%28.18
%0
%66.36
%13.73

Codes

Color #9EDC4A in popluar color models

9EDC4A
RGB15822074
HSL85°67.59%57.65%
HSB/HSV85°66.36%86.27%
CMYK28.18%0.00%66.36%
13.73%

Color #9EDC4A in popluar number systems.

HEX9EDC4A
Decimal15822074
Binary10011110110111001001010
Octal236334112

Shades and tints

Shades of #9EDC4A

#9EDC4A
(158,220,74)
#90C844
(144,200,68)
#82B43E
(130,180,62)
#74A038
(116,160,56)
#668C32
(102,140,50)
#58782C
(88,120,44)
#4A6426
(74,100,38)
#3C5020
(60,80,32)
#2E3C1A
(46,60,26)
#202814
(32,40,20)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9EDC4A

#9EDC4A
(158,220,74)
#A6DF5A
(166,223,90)
#AEE26A
(174,226,106)
#B6E57A
(182,229,122)
#BEE88A
(190,232,138)
#C6EB9A
(198,235,154)
#CEEEAA
(206,238,170)
#D6F1BA
(214,241,186)
#DEF4CA
(222,244,202)
#E6F7DA
(230,247,218)
#EEFAEA
(238,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDC4A color. Also use rgb(158,220,74) instead hex code.

Text Font Color

.myTextColor { color: #9EDC4A; }

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

This text font color is #9EDC4A.


Background Color

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

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

This div background color is #9EDC4A.


Border color

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

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

This div border color is #9EDC4A.


Opacity

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

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

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

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

This text has shadow with #9EDC4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDC4A on black background.


Color preview on white background

This text has color #9EDC4A on white background.



Black color preview on #9EDC4A background

This text has black color on #9EDC4A background.


White color preview on #9EDC4A background

This text has white color on #9EDC4A background.