COLOR #9ED80B

HEX: #9ED80B
RGB: (158,216,11)

Color info

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

RGB color model

#9ED80B color RGB value is (158,216,11).

  • red value is 158;
  • green value is 216;
  • blue value is 11.
RGB:
(158,216,11)
(62%,85%,4%)

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 11 of 255 = 4%

158
216
11

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

Portions of RGB colors in percentages

R + G + B =
158 + 216 + 11 = 385 (100%)
R 158 of 385 ~ 41.04%
G 216 of 385 ~ 56.1%
B 11 of 385 ~ 2.86%

%41.04
%56.1

CMYK color model

#9ED80B color CMYK value is (27,0,95,15).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 94.91%
  • key color value is 15.29%
CMYK:
(27,0,95,15)
C27M0Y95K15 
(27%,0%,95%,15%)
(0.27/0.00/0.95/0.15)	

CMYK percentages

%26.85
%0
%94.91
%15.29

Codes

Color #9ED80B in popluar color models

9ED80B
RGB15821611
HSL77°90.31%44.51%
HSB/HSV77°94.91%84.71%
CMYK26.85%0.00%94.91%
15.29%

Color #9ED80B in popluar number systems.

HEX9ED80B
Decimal15821611
Binary10011110110110001011
Octal23633013

Shades and tints

Shades of #9ED80B

#9ED80B
(158,216,11)
#90C50A
(144,197,10)
#82B209
(130,178,9)
#749F08
(116,159,8)
#668C07
(102,140,7)
#587906
(88,121,6)
#4A6605
(74,102,5)
#3C5304
(60,83,4)
#2E4003
(46,64,3)
#202D02
(32,45,2)
#121A01
(18,26,1)
#000000
(0,0,0)

Tints of #9ED80B

#9ED80B
(158,216,11)
#A6DB21
(166,219,33)
#AEDE37
(174,222,55)
#B6E14D
(182,225,77)
#BEE463
(190,228,99)
#C6E779
(198,231,121)
#CEEA8F
(206,234,143)
#D6EDA5
(214,237,165)
#DEF0BB
(222,240,187)
#E6F3D1
(230,243,209)
#EEF6E7
(238,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED80B color. Also use rgb(158,216,11) instead hex code.

Text Font Color

.myTextColor { color: #9ED80B; }

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

This text font color is #9ED80B.


Background Color

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

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

This div background color is #9ED80B.


Border color

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

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

This div border color is #9ED80B.


Opacity

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

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

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

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

This text has shadow with #9ED80B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED80B on black background.


Color preview on white background

This text has color #9ED80B on white background.



Black color preview on #9ED80B background

This text has black color on #9ED80B background.


White color preview on #9ED80B background

This text has white color on #9ED80B background.