Color Hex Logo

#9ac746 Color Hex

#9AC746
(154,199,70)
0 Favorites   0 Comments

Color spaces of #9ac746

RGB 15419970
HSL0.220.540.53
HSV81°65°78°
CMYK 0.230.000.65   0.22
XYZ34.855348.159113.2529
Yxy48.15910.36210.5003
Hunter Lab69.3968-31.790737.2549
CIE-Lab74.9252-34.031157.6508

#9ac746 color RGB value is (154,199,70).

#9ac746 hex color red value is 154, green value is 199 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #9ac746 hue: 0.22 , saturation: 0.54 and the lightness value of 9ac746 is 0.53.

The process color (four color CMYK) of #9ac746 color hex is 0.23, 0.00, 0.65, 0.22. Web safe color of #9ac746 is #99cc33. Color #9ac746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000111 01000110
Octal 232 307 106
Decimal 154 199 70
Hex 9A C7 46

RGB Percentages of Color #9ac746

%36.41
%47.04
%16.55

CMYK Percentages of Color #9ac746

%23
%0
%65
%22

Triadic Colors of #9ac746

#9ac746 #469ac7 #c7469a

Analogous Colors of #9ac746

#9ac746 #5ac746 #c7b446

Monochromatic Colors of #9ac746

#9ac746

Complementary Color

#9ac746 #7346c7

#9ac746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac746 Color CSS Codes

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

#9ac746 Text Font Color

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

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


#9ac746 Background Color

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

This div background color is #9ac746


#9ac746 Border Color

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

This div border color is #9ac746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac746


Comments

No comments written yet.

Please login to write comment.