Color Hex Logo

#9ac42e Color Hex

#9AC42E
(154,196,46)
0 Favorites   0 Comments

Color spaces of #9ac42e

RGB 15419646
HSL0.210.620.47
HSV77°77°77°
CMYK 0.210.000.77   0.23
XYZ33.559546.54719.8005
Yxy46.54710.37330.5177
Hunter Lab68.2254-31.591939.2409
CIE-Lab73.8991-34.099765.3673

#9ac42e color RGB value is (154,196,46).

#9ac42e hex color red value is 154, green value is 196 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #9ac42e hue: 0.21 , saturation: 0.62 and the lightness value of 9ac42e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000100 00101110
Octal 232 304 56
Decimal 154 196 46
Hex 9A C4 2E

RGB Percentages of Color #9ac42e

%38.89
%49.49
%11.62

CMYK Percentages of Color #9ac42e

%21
%0
%77
%23

Triadic Colors of #9ac42e

#9ac42e #2e9ac4 #c42e9a

Analogous Colors of #9ac42e

#9ac42e #4fc42e #c4a32e

Monochromatic Colors of #9ac42e

#9ac42e

Complementary Color

#9ac42e #582ec4

#9ac42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac42e Color CSS Codes

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

#9ac42e Text Font Color

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

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


#9ac42e Background Color

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

This div background color is #9ac42e


#9ac42e Border Color

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

This div border color is #9ac42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac42e


Comments

No comments written yet.

Please login to write comment.