Color Hex Logo

#9ec400 Color Hex

#9EC400
(158,196,0)
0 Favorites   0 Comments

Color spaces of #9ec400

RGB 1581960
HSL0.201.000.38
HSV72°100°77°
CMYK 0.190.001.00   0.23
XYZ33.840546.74907.2399
Yxy46.74900.38530.5323
Hunter Lab68.3732-31.306841.5832
CIE-Lab74.0289-33.675574.1970

#9ec400 color RGB value is (158,196,0).

#9ec400 hex color red value is 158, green value is 196 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #9ec400 hue: 0.20 , saturation: 1.00 and the lightness value of 9ec400 is 0.38.

The process color (four color CMYK) of #9ec400 color hex is 0.19, 0.00, 1.00, 0.23. Web safe color of #9ec400 is #99cc00. Color #9ec400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11000100 00000000
Octal 236 304 0
Decimal 158 196 0
Hex 9E C4 0

RGB Percentages of Color #9ec400

%44.63
%55.37
%0.00

CMYK Percentages of Color #9ec400

%19
%0
%100
%23

Triadic Colors of #9ec400

#9ec400 #009ec4 #c4009e

Analogous Colors of #9ec400

#9ec400 #3cc400 #c48800

Monochromatic Colors of #9ec400

#9ec400

Complementary Color

#9ec400 #2600c4

#9ec400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ec400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ec400 Color CSS Codes

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

#9ec400 Text Font Color

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

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


#9ec400 Background Color

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

This div background color is #9ec400


#9ec400 Border Color

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

This div border color is #9ec400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ec400

#9ec400 Color Palettes


Comments

No comments written yet.

Please login to write comment.