Color Hex Logo

#9ee139 Color Hex

#9EE139
(158,225,57)
0 Favorites   0 Comments

Color spaces of #9ee139

RGB 15822557
HSL0.230.740.55
HSV84°75°88°
CMYK 0.300.000.75   0.12
XYZ41.764361.414913.5240
Yxy61.41490.35790.5262
Hunter Lab78.3677-42.015844.6256
CIE-Lab82.6013-44.881370.2142

#9ee139 color RGB value is (158,225,57).

#9ee139 hex color red value is 158, green value is 225 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #9ee139 hue: 0.23 , saturation: 0.74 and the lightness value of 9ee139 is 0.55.

The process color (four color CMYK) of #9ee139 color hex is 0.30, 0.00, 0.75, 0.12. Web safe color of #9ee139 is #99cc33. Color #9ee139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100001 00111001
Octal 236 341 71
Decimal 158 225 57
Hex 9E E1 39

RGB Percentages of Color #9ee139

%35.91
%51.14
%12.95

CMYK Percentages of Color #9ee139

%30
%0
%75
%12

Triadic Colors of #9ee139

#9ee139 #399ee1 #e1399e

Analogous Colors of #9ee139

#9ee139 #4ae139 #e1d039

Monochromatic Colors of #9ee139

#9ee139

Complementary Color

#9ee139 #7c39e1

#9ee139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee139 Color CSS Codes

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

#9ee139 Text Font Color

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

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


#9ee139 Background Color

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

This div background color is #9ee139


#9ee139 Border Color

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

This div border color is #9ee139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee139


Comments

No comments written yet.

Please login to write comment.