Color Hex Logo

#9ea660 Color Hex

#9EA660
(158,166,96)
0 Favorites   0 Comments

Color spaces of #9ea660

RGB 15816696
HSL0.190.280.51
HSV67°42°65°
CMYK 0.050.000.42   0.35
XYZ29.848135.386116.3234
Yxy35.38610.36600.4339
Hunter Lab59.4862-14.535825.3708
CIE-Lab66.0482-13.799035.2161

#9ea660 color RGB value is (158,166,96).

#9ea660 hex color red value is 158, green value is 166 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #9ea660 hue: 0.19 , saturation: 0.28 and the lightness value of 9ea660 is 0.51.

The process color (four color CMYK) of #9ea660 color hex is 0.05, 0.00, 0.42, 0.35. Web safe color of #9ea660 is #999966. Color #9ea660 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100110 01100000
Octal 236 246 140
Decimal 158 166 96
Hex 9E A6 60

RGB Percentages of Color #9ea660

%37.62
%39.52
%22.86

CMYK Percentages of Color #9ea660

%5
%0
%42
%35

Triadic Colors of #9ea660

#9ea660 #609ea6 #a6609e

Analogous Colors of #9ea660

#9ea660 #7ba660 #a68b60

Monochromatic Colors of #9ea660

#9ea660

Complementary Color

#9ea660 #6860a6

#9ea660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea660 Color CSS Codes

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

#9ea660 Text Font Color

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

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


#9ea660 Background Color

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

This div background color is #9ea660


#9ea660 Border Color

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

This div border color is #9ea660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea660


Comments

No comments written yet.

Please login to write comment.