Color Hex Logo

#9ac39f Color Hex

#9AC39F
(154,195,159)
0 Favorites   0 Comments

Color spaces of #9ac39f

RGB 154195159
HSL0.350.250.68
HSV127°21°76°
CMYK 0.210.000.18   0.24
XYZ39.099548.403440.0829
Yxy48.40340.30650.3794
Hunter Lab69.5726-21.435714.5420
CIE-Lab75.0787-20.719213.6936

#9ac39f color RGB value is (154,195,159).

#9ac39f hex color red value is 154, green value is 195 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #9ac39f hue: 0.35 , saturation: 0.25 and the lightness value of 9ac39f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000011 10011111
Octal 232 303 237
Decimal 154 195 159
Hex 9A C3 9F

RGB Percentages of Color #9ac39f

%30.31
%38.39
%31.30

CMYK Percentages of Color #9ac39f

%21
%0
%18
%24

Triadic Colors of #9ac39f

#9ac39f #9f9ac3 #c39f9a

Analogous Colors of #9ac39f

#9ac39f #9ac3b4 #aac39a

Monochromatic Colors of #9ac39f

#9ac39f

Complementary Color

#9ac39f #c39abe

#9ac39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac39f Color CSS Codes

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

#9ac39f Text Font Color

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

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


#9ac39f Background Color

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

This div background color is #9ac39f


#9ac39f Border Color

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

This div border color is #9ac39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac39f


Comments

No comments written yet.

Please login to write comment.