Color Hex Logo

#9acc7e Color Hex

#9ACC7E
(154,204,126)
2 Favorites   0 Comments

Color spaces of #9acc7e

RGB 154204126
HSL0.270.430.65
HSV98°38°80°
CMYK 0.250.000.38   0.20
XYZ38.685251.562127.6522
Yxy51.56210.32810.4373
Hunter Lab71.8068-29.496727.4326
CIE-Lab77.0183-30.397633.7220

#9acc7e color RGB value is (154,204,126).

#9acc7e hex color red value is 154, green value is 204 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9acc7e hue: 0.27 , saturation: 0.43 and the lightness value of 9acc7e is 0.65.

The process color (four color CMYK) of #9acc7e color hex is 0.25, 0.00, 0.38, 0.20. Web safe color of #9acc7e is #99cc66. Color #9acc7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 01111110
Octal 232 314 176
Decimal 154 204 126
Hex 9A CC 7E

RGB Percentages of Color #9acc7e

%31.82
%42.15
%26.03

CMYK Percentages of Color #9acc7e

%25
%0
%38
%20

Triadic Colors of #9acc7e

#9acc7e #7e9acc #cc7e9a

Analogous Colors of #9acc7e

#9acc7e #7ecc89 #c1cc7e

Monochromatic Colors of #9acc7e

#9acc7e

Complementary Color

#9acc7e #b07ecc

#9acc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acc7e Color CSS Codes

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

#9acc7e Text Font Color

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

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


#9acc7e Background Color

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

This div background color is #9acc7e


#9acc7e Border Color

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

This div border color is #9acc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acc7e

#9acc7e Color Palettes


Comments

No comments written yet.

Please login to write comment.