Color Hex Logo

#9ef55a Color Hex

#9EF55A
(158,245,90)
0 Favorites   0 Comments

Color spaces of #9ef55a

RGB 15824590
HSL0.260.890.66
HSV94°63°96°
CMYK 0.360.000.63   0.04
XYZ48.598473.312121.2621
Yxy73.31210.33940.5121
Hunter Lab85.6225-48.524745.2126
CIE-Lab88.5964-51.026364.3063

#9ef55a color RGB value is (158,245,90).

#9ef55a hex color red value is 158, green value is 245 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #9ef55a hue: 0.26 , saturation: 0.89 and the lightness value of 9ef55a is 0.66.

The process color (four color CMYK) of #9ef55a color hex is 0.36, 0.00, 0.63, 0.04. Web safe color of #9ef55a is #99ff66. Color #9ef55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11110101 01011010
Octal 236 365 132
Decimal 158 245 90
Hex 9E F5 5A

RGB Percentages of Color #9ef55a

%32.05
%49.70
%18.26

CMYK Percentages of Color #9ef55a

%36
%0
%63
%4

Triadic Colors of #9ef55a

#9ef55a #5a9ef5 #f55a9e

Analogous Colors of #9ef55a

#9ef55a #5af564 #ecf55a

Monochromatic Colors of #9ef55a

#9ef55a

Complementary Color

#9ef55a #b15af5

#9ef55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef55a Color CSS Codes

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

#9ef55a Text Font Color

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

This sample text font color is #9ef55a
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.


#9ef55a Background Color

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

This div background color is #9ef55a


#9ef55a Border Color

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

This div border color is #9ef55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef55a


Comments

No comments written yet.

Please login to write comment.