Color Hex Logo

#9ed30a Color Hex

#9ED30A
(158,211,10)
0 Favorites   0 Comments

Color spaces of #9ed30a

RGB 15821110
HSL0.210.910.43
HSV76°95°83°
CMYK 0.250.000.95   0.17
XYZ37.449653.87958.7132
Yxy53.87950.37430.5386
Hunter Lab73.4027-37.385044.3439
CIE-Lab78.3914-40.304276.5580

#9ed30a color RGB value is (158,211,10).

#9ed30a hex color red value is 158, green value is 211 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #9ed30a hue: 0.21 , saturation: 0.91 and the lightness value of 9ed30a is 0.43.

The process color (four color CMYK) of #9ed30a color hex is 0.25, 0.00, 0.95, 0.17. Web safe color of #9ed30a is #99cc00. Color #9ed30a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11010011 00001010
Octal 236 323 12
Decimal 158 211 10
Hex 9E D3 A

RGB Percentages of Color #9ed30a

%41.69
%55.67
%2.64

CMYK Percentages of Color #9ed30a

%25
%0
%95
%17

Triadic Colors of #9ed30a

#9ed30a #0a9ed3 #d30a9e

Analogous Colors of #9ed30a

#9ed30a #3ad30a #d3a40a

Monochromatic Colors of #9ed30a

#9ed30a

Complementary Color

#9ed30a #3f0ad3

#9ed30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed30a Color CSS Codes

.mybgcolor {background-color:#9ed30a; } 
.myforecolor {color:#9ed30a; }
.mybordercolor {border:3px solid #9ed30a; }

#9ed30a Text Font Color

<p style="color:#9ed30a">Text here</p>

This sample text font color is #9ed30a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9ed30a Background Color

<div style="background-color:#9ed30a">
Div content here</div>

This div background color is #9ed30a


#9ed30a Border Color

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

This div border color is #9ed30a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,211,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ed30a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ed30a;
  -webkit-box-shadow: 1px 1px 3px 2px #9ed30a;
  box-shadow:         1px 1px 3px 2px #9ed30a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,211,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9ed30a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9ed30a;
  -webkit-box-shadow: 1px 1px 3px 2px #9ed30a;
  box-shadow:         1px 1px 3px 2px #9ed30a;">
Div content here</div>

This div box has shadow with color #9ed30a


Comments

No comments written yet.

Please login to write comment.