Color Hex Logo

#9ac16f Color Hex

#9AC16F
(154,193,111)
0 Favorites   0 Comments

Color spaces of #9ac16f

RGB 154193111
HSL0.250.400.60
HSV89°42°76°
CMYK 0.200.000.42   0.24
XYZ35.265646.157722.0895
Yxy46.15770.34070.4459
Hunter Lab67.9395-26.239428.2804
CIE-Lab73.6477-27.126237.0468

#9ac16f color RGB value is (154,193,111).

#9ac16f hex color red value is 154, green value is 193 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #9ac16f hue: 0.25 , saturation: 0.40 and the lightness value of 9ac16f is 0.60.

The process color (four color CMYK) of #9ac16f color hex is 0.20, 0.00, 0.42, 0.24. Web safe color of #9ac16f is #99cc66. Color #9ac16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000001 01101111
Octal 232 301 157
Decimal 154 193 111
Hex 9A C1 6F

RGB Percentages of Color #9ac16f

%33.62
%42.14
%24.24

CMYK Percentages of Color #9ac16f

%20
%0
%42
%24

Triadic Colors of #9ac16f

#9ac16f #6f9ac1 #c16f9a

Analogous Colors of #9ac16f

#9ac16f #71c16f #c1bf6f

Monochromatic Colors of #9ac16f

#9ac16f

Complementary Color

#9ac16f #966fc1

#9ac16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac16f Color CSS Codes

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

#9ac16f Text Font Color

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

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


#9ac16f Background Color

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

This div background color is #9ac16f


#9ac16f Border Color

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

This div border color is #9ac16f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,193,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ac16f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ac16f;
  -webkit-box-shadow: 1px 1px 3px 2px #9ac16f;
  box-shadow:         1px 1px 3px 2px #9ac16f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,193,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac16f


Comments

No comments written yet.

Please login to write comment.