Color Hex Logo

#9ca24d Color Hex

#9CA24D
(156,162,77)
0 Favorites   0 Comments

Color spaces of #9ca24d

RGB 15616277
HSL0.180.360.47
HSV64°52°64°
CMYK 0.040.000.52   0.36
XYZ27.970233.444412.0024
Yxy33.44440.38100.4555
Hunter Lab57.8311-14.872428.1766
CIE-Lab64.5191-14.490742.9304

#9ca24d color RGB value is (156,162,77).

#9ca24d hex color red value is 156, green value is 162 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #9ca24d hue: 0.18 , saturation: 0.36 and the lightness value of 9ca24d is 0.47.

The process color (four color CMYK) of #9ca24d color hex is 0.04, 0.00, 0.52, 0.36. Web safe color of #9ca24d is #999966. Color #9ca24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100010 01001101
Octal 234 242 115
Decimal 156 162 77
Hex 9C A2 4D

RGB Percentages of Color #9ca24d

%39.49
%41.01
%19.49

CMYK Percentages of Color #9ca24d

%4
%0
%52
%36

Triadic Colors of #9ca24d

#9ca24d #4d9ca2 #a24d9c

Analogous Colors of #9ca24d

#9ca24d #72a24d #a27e4d

Monochromatic Colors of #9ca24d

#9ca24d

Complementary Color

#9ca24d #534da2

#9ca24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca24d Color CSS Codes

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

#9ca24d Text Font Color

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

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


#9ca24d Background Color

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

This div background color is #9ca24d


#9ca24d Border Color

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

This div border color is #9ca24d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,162,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ca24d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ca24d;
  -webkit-box-shadow: 1px 1px 3px 2px #9ca24d;
  box-shadow:         1px 1px 3px 2px #9ca24d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,162,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca24d


Comments

No comments written yet.

Please login to write comment.