Color Hex Logo

#9ac454 Color Hex

#9AC454
(154,196,84)
0 Favorites   0 Comments

Color spaces of #9ac454

RGB 15419684
HSL0.230.490.55
HSV82°57°77°
CMYK 0.210.000.57   0.23
XYZ34.666646.990015.6304
Yxy46.99000.35630.4830
Hunter Lab68.5493-29.690534.4653
CIE-Lab74.1834-31.480750.7677

#9ac454 color RGB value is (154,196,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000100 01010100
Octal 232 304 124
Decimal 154 196 84
Hex 9A C4 54

RGB Percentages of Color #9ac454

%35.48
%45.16
%19.35

CMYK Percentages of Color #9ac454

%21
%0
%57
%23

Triadic Colors of #9ac454

#9ac454 #549ac4 #c4549a

Analogous Colors of #9ac454

#9ac454 #62c454 #c4b654

Monochromatic Colors of #9ac454

#9ac454

Complementary Color

#9ac454 #7e54c4

#9ac454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac454 Color CSS Codes

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

#9ac454 Text Font Color

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

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


#9ac454 Background Color

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

This div background color is #9ac454


#9ac454 Border Color

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

This div border color is #9ac454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac454


Comments

No comments written yet.

Please login to write comment.