Color Hex Logo

#9ac61d Color Hex

#9AC61D
(154,198,29)
0 Favorites   0 Comments

Color spaces of #9ac61d

RGB 15419829
HSL0.210.740.45
HSV76°85°78°
CMYK 0.220.000.85   0.22
XYZ33.742347.34698.5229
Yxy47.34690.37650.5284
Hunter Lab68.8091-32.883840.8225
CIE-Lab74.4111-35.666070.3275

#9ac61d color RGB value is (154,198,29).

#9ac61d hex color red value is 154, green value is 198 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #9ac61d hue: 0.21 , saturation: 0.74 and the lightness value of 9ac61d is 0.45.

The process color (four color CMYK) of #9ac61d color hex is 0.22, 0.00, 0.85, 0.22. Web safe color of #9ac61d is #99cc33. Color #9ac61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000110 00011101
Octal 232 306 35
Decimal 154 198 29
Hex 9A C6 1D

RGB Percentages of Color #9ac61d

%40.42
%51.97
%7.61

CMYK Percentages of Color #9ac61d

%22
%0
%85
%22

Triadic Colors of #9ac61d

#9ac61d #1d9ac6 #c61d9a

Analogous Colors of #9ac61d

#9ac61d #46c61d #c69e1d

Monochromatic Colors of #9ac61d

#9ac61d

Complementary Color

#9ac61d #491dc6

#9ac61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac61d Color CSS Codes

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

#9ac61d Text Font Color

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

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


#9ac61d Background Color

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

This div background color is #9ac61d


#9ac61d Border Color

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

This div border color is #9ac61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac61d


Comments

No comments written yet.

Please login to write comment.