Color Hex Logo

#9ac58e Color Hex

#9AC58E
(154,197,142)
0 Favorites   0 Comments

Color spaces of #9ac58e

RGB 154197142
HSL0.300.320.66
HSV107°28°77°
CMYK 0.220.000.28   0.23
XYZ38.175248.755532.9899
Yxy48.75550.31830.4066
Hunter Lab69.8251-24.603420.8652
CIE-Lab75.2990-24.622423.0828

#9ac58e color RGB value is (154,197,142).

#9ac58e hex color red value is 154, green value is 197 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #9ac58e hue: 0.30 , saturation: 0.32 and the lightness value of 9ac58e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000101 10001110
Octal 232 305 216
Decimal 154 197 142
Hex 9A C5 8E

RGB Percentages of Color #9ac58e

%31.24
%39.96
%28.80

CMYK Percentages of Color #9ac58e

%22
%0
%28
%23

Triadic Colors of #9ac58e

#9ac58e #8e9ac5 #c58e9a

Analogous Colors of #9ac58e

#9ac58e #8ec59e #b6c58e

Monochromatic Colors of #9ac58e

#9ac58e

Complementary Color

#9ac58e #b98ec5

#9ac58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac58e Color CSS Codes

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

#9ac58e Text Font Color

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

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


#9ac58e Background Color

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

This div background color is #9ac58e


#9ac58e Border Color

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

This div border color is #9ac58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac58e


Comments

No comments written yet.

Please login to write comment.