Color Hex Logo

#9acc40 Color Hex

#9ACC40
(154,204,64)
0 Favorites   0 Comments

Color spaces of #9acc40

RGB 15420464
HSL0.230.580.53
HSV81°69°80°
CMYK 0.250.000.69   0.20
XYZ35.844750.425912.6945
Yxy50.42590.36220.5095
Hunter Lab71.0112-34.167239.1087
CIE-Lab76.3299-36.731461.4849

#9acc40 color RGB value is (154,204,64).

#9acc40 hex color red value is 154, green value is 204 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #9acc40 hue: 0.23 , saturation: 0.58 and the lightness value of 9acc40 is 0.53.

The process color (four color CMYK) of #9acc40 color hex is 0.25, 0.00, 0.69, 0.20. Web safe color of #9acc40 is #99cc33. Color #9acc40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 01000000
Octal 232 314 100
Decimal 154 204 64
Hex 9A CC 40

RGB Percentages of Color #9acc40

%36.49
%48.34
%15.17

CMYK Percentages of Color #9acc40

%25
%0
%69
%20

Triadic Colors of #9acc40

#9acc40 #409acc #cc409a

Analogous Colors of #9acc40

#9acc40 #54cc40 #ccb840

Monochromatic Colors of #9acc40

#9acc40

Complementary Color

#9acc40 #7240cc

#9acc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acc40 Color CSS Codes

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

#9acc40 Text Font Color

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

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


#9acc40 Background Color

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

This div background color is #9acc40


#9acc40 Border Color

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

This div border color is #9acc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acc40


Comments

No comments written yet.

Please login to write comment.