Color Hex Logo

#9caa30 Color Hex

#9CAA30
(156,170,48)
0 Favorites   0 Comments

Color spaces of #9caa30

RGB 15617048
HSL0.190.560.43
HSV67°72°67°
CMYK 0.080.000.72   0.33
XYZ28.618536.03088.2426
Yxy36.03080.39260.4943
Hunter Lab60.0257-19.941333.8764
CIE-Lab66.5435-20.666357.7109

#9caa30 color RGB value is (156,170,48).

#9caa30 hex color red value is 156, green value is 170 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #9caa30 hue: 0.19 , saturation: 0.56 and the lightness value of 9caa30 is 0.43.

The process color (four color CMYK) of #9caa30 color hex is 0.08, 0.00, 0.72, 0.33. Web safe color of #9caa30 is #999933. Color #9caa30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101010 00110000
Octal 234 252 60
Decimal 156 170 48
Hex 9C AA 30

RGB Percentages of Color #9caa30

%41.71
%45.45
%12.83

CMYK Percentages of Color #9caa30

%8
%0
%72
%33

Triadic Colors of #9caa30

#9caa30 #309caa #aa309c

Analogous Colors of #9caa30

#9caa30 #5faa30 #aa7b30

Monochromatic Colors of #9caa30

#9caa30

Complementary Color

#9caa30 #3e30aa

#9caa30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caa30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caa30 Color CSS Codes

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

#9caa30 Text Font Color

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

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


#9caa30 Background Color

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

This div background color is #9caa30


#9caa30 Border Color

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

This div border color is #9caa30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caa30


Comments

No comments written yet.

Please login to write comment.