Color Hex Logo

#9ac39e Color Hex

#9AC39E
(154,195,158)
0 Favorites   0 Comments

Color spaces of #9ac39e

RGB 154195158
HSL0.350.250.68
HSV126°21°76°
CMYK 0.210.000.19   0.24
XYZ39.013148.368939.6277
Yxy48.36890.30720.3808
Hunter Lab69.5478-21.578314.9005
CIE-Lab75.0570-20.900014.2010

#9ac39e color RGB value is (154,195,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000011 10011110
Octal 232 303 236
Decimal 154 195 158
Hex 9A C3 9E

RGB Percentages of Color #9ac39e

%30.37
%38.46
%31.16

CMYK Percentages of Color #9ac39e

%21
%0
%19
%24

Triadic Colors of #9ac39e

#9ac39e #9e9ac3 #c39e9a

Analogous Colors of #9ac39e

#9ac39e #9ac3b3 #abc39a

Monochromatic Colors of #9ac39e

#9ac39e

Complementary Color

#9ac39e #c39abf

#9ac39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac39e Color CSS Codes

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

#9ac39e Text Font Color

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

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


#9ac39e Background Color

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

This div background color is #9ac39e


#9ac39e Border Color

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

This div border color is #9ac39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac39e


Comments

No comments written yet.

Please login to write comment.