Color Hex Logo

#9ac489 Color Hex

#9AC489
(154,196,137)
0 Favorites   0 Comments

Color spaces of #9ac489

RGB 154196137
HSL0.290.330.65
HSV103°30°77°
CMYK 0.210.000.30   0.23
XYZ37.581748.156030.9812
Yxy48.15600.32200.4126
Hunter Lab69.3945-24.770922.1061
CIE-Lab74.9232-24.924525.2187

#9ac489 color RGB value is (154,196,137).

#9ac489 hex color red value is 154, green value is 196 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #9ac489 hue: 0.29 , saturation: 0.33 and the lightness value of 9ac489 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000100 10001001
Octal 232 304 211
Decimal 154 196 137
Hex 9A C4 89

RGB Percentages of Color #9ac489

%31.62
%40.25
%28.13

CMYK Percentages of Color #9ac489

%21
%0
%30
%23

Triadic Colors of #9ac489

#9ac489 #899ac4 #c4899a

Analogous Colors of #9ac489

#9ac489 #89c496 #b8c489

Monochromatic Colors of #9ac489

#9ac489

Complementary Color

#9ac489 #b389c4

#9ac489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac489 Color CSS Codes

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

#9ac489 Text Font Color

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

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


#9ac489 Background Color

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

This div background color is #9ac489


#9ac489 Border Color

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

This div border color is #9ac489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac489


Comments

No comments written yet.

Please login to write comment.