Color Hex Logo

#9acc4f Color Hex

#9ACC4F
(154,204,79)
0 Favorites   0 Comments

Color spaces of #9acc4f

RGB 15420479
HSL0.230.550.55
HSV84°61°80°
CMYK 0.250.000.61   0.20
XYZ36.330650.620315.2530
Yxy50.62030.35550.4953
Hunter Lab71.1479-33.360637.0927
CIE-Lab76.4484-35.617155.5227

#9acc4f color RGB value is (154,204,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 01001111
Octal 232 314 117
Decimal 154 204 79
Hex 9A CC 4F

RGB Percentages of Color #9acc4f

%35.24
%46.68
%18.08

CMYK Percentages of Color #9acc4f

%25
%0
%61
%20

Triadic Colors of #9acc4f

#9acc4f #4f9acc #cc4f9a

Analogous Colors of #9acc4f

#9acc4f #5ccc4f #ccc04f

Monochromatic Colors of #9acc4f

#9acc4f

Complementary Color

#9acc4f #814fcc

#9acc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acc4f Color CSS Codes

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

#9acc4f Text Font Color

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

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


#9acc4f Background Color

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

This div background color is #9acc4f


#9acc4f Border Color

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

This div border color is #9acc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acc4f


Comments

No comments written yet.

Please login to write comment.