COLOR #9ED480

HEX: #9ED480
RGB: (158,212,128)

Color info

#9ED480 contains mainly red and green colors. Web safe color of #9ED480 is #99CC66 (or #9C6).

RGB color model

#9ED480 color RGB value is (158,212,128).

  • red value is 158;
  • green value is 212;
  • blue value is 128.
RGB:
(158,212,128)
(62%,83%,50%)

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 128 of 255 = 50%

158
212
128

R + G + B ~ 65%. #9ED480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 212 + 128 = 498 (100%)
R 158 of 498 ~ 31.73%
G 212 of 498 ~ 42.57%
B 128 of 498 ~ 25.7%

%31.73
%42.57
%25.7

CMYK color model

#9ED480 color CMYK value is (25,0,40,17).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(25,0,40,17)
C25M0Y40K17 
(25%,0%,40%,17%)
(0.25/0.00/0.40/0.17)	

CMYK percentages

%25.47
%0
%39.62
%16.86

Codes

Color #9ED480 in popluar color models

9ED480
RGB158212128
HSL99°49.41%66.67%
HSB/HSV99°39.62%83.14%
CMYK25.47%0.00%39.62%
16.86%

Color #9ED480 in popluar number systems.

HEX9ED480
Decimal158212128
Binary100111101101010010000000
Octal236324200

Shades and tints

Shades of #9ED480

#9ED480
(158,212,128)
#90C175
(144,193,117)
#82AE6A
(130,174,106)
#749B5F
(116,155,95)
#668854
(102,136,84)
#587549
(88,117,73)
#4A623E
(74,98,62)
#3C4F33
(60,79,51)
#2E3C28
(46,60,40)
#20291D
(32,41,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9ED480

#9ED480
(158,212,128)
#A6D78B
(166,215,139)
#AEDA96
(174,218,150)
#B6DDA1
(182,221,161)
#BEE0AC
(190,224,172)
#C6E3B7
(198,227,183)
#CEE6C2
(206,230,194)
#D6E9CD
(214,233,205)
#DEECD8
(222,236,216)
#E6EFE3
(230,239,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED480 color. Also use rgb(158,212,128) instead hex code.

Text Font Color

.myTextColor { color: #9ED480; }

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

This text font color is #9ED480.


Background Color

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

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

This div background color is #9ED480.


Border color

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

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

This div border color is #9ED480.


Opacity

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

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

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

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

This text has shadow with #9ED480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED480 on black background.


Color preview on white background

This text has color #9ED480 on white background.



Black color preview on #9ED480 background

This text has black color on #9ED480 background.


White color preview on #9ED480 background

This text has white color on #9ED480 background.