Color Hex Logo

#9ac50d Color Hex

#9AC50D
(154,197,13)
0 Favorites   0 Comments

Color spaces of #9ac50d

RGB 15419713
HSL0.210.880.41
HSV74°93°77°
CMYK 0.220.000.93   0.23
XYZ33.365346.83167.6616
Yxy46.83160.37980.5330
Hunter Lab68.4336-32.729941.2656
CIE-Lab74.0819-35.570672.7448

#9ac50d color RGB value is (154,197,13).

#9ac50d hex color red value is 154, green value is 197 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9ac50d hue: 0.21 , saturation: 0.88 and the lightness value of 9ac50d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000101 00001101
Octal 232 305 15
Decimal 154 197 13
Hex 9A C5 D

RGB Percentages of Color #9ac50d

%42.31
%54.12
%3.57

CMYK Percentages of Color #9ac50d

%22
%0
%93
%23

Triadic Colors of #9ac50d

#9ac50d #0d9ac5 #c50d9a

Analogous Colors of #9ac50d

#9ac50d #3ec50d #c5940d

Monochromatic Colors of #9ac50d

#9ac50d

Complementary Color

#9ac50d #380dc5

#9ac50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac50d Color CSS Codes

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

#9ac50d Text Font Color

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

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


#9ac50d Background Color

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

This div background color is #9ac50d


#9ac50d Border Color

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

This div border color is #9ac50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac50d


Comments

No comments written yet.

Please login to write comment.