Color Hex Logo

#9ac46f Color Hex

#9AC46F
(154,196,111)
0 Favorites   0 Comments

Color spaces of #9ac46f

RGB 154196111
HSL0.250.420.60
HSV90°43°77°
CMYK 0.210.000.43   0.23
XYZ35.935647.497622.3129
Yxy47.49760.33980.4492
Hunter Lab68.9185-27.533629.0474
CIE-Lab74.5069-28.568538.1334

#9ac46f color RGB value is (154,196,111).

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

The process color (four color CMYK) of #9ac46f color hex is 0.21, 0.00, 0.43, 0.23. Web safe color of #9ac46f is #99cc66. Color #9ac46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000100 01101111
Octal 232 304 157
Decimal 154 196 111
Hex 9A C4 6F

RGB Percentages of Color #9ac46f

%33.41
%42.52
%24.08

CMYK Percentages of Color #9ac46f

%21
%0
%43
%23

Triadic Colors of #9ac46f

#9ac46f #6f9ac4 #c46f9a

Analogous Colors of #9ac46f

#9ac46f #70c46f #c4c46f

Monochromatic Colors of #9ac46f

#9ac46f

Complementary Color

#9ac46f #996fc4

#9ac46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac46f Color CSS Codes

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

#9ac46f Text Font Color

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

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


#9ac46f Background Color

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

This div background color is #9ac46f


#9ac46f Border Color

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

This div border color is #9ac46f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,196,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 #9ac46f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac46f


Comments

No comments written yet.

Please login to write comment.