Color Hex Logo

#96aa39 Color Hex

#96AA39
(150,170,57)
0 Favorites   0 Comments

Color spaces of #96aa39

RGB 15017057
HSL0.200.500.45
HSV71°66°67°
CMYK 0.120.000.66   0.33
XYZ27.690935.52899.2692
Yxy35.52890.38200.4901
Hunter Lab59.6061-21.385932.5042
CIE-Lab66.1584-22.667153.6710

#96aa39 color RGB value is (150,170,57).

#96aa39 hex color red value is 150, green value is 170 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #96aa39 hue: 0.20 , saturation: 0.50 and the lightness value of 96aa39 is 0.45.

The process color (four color CMYK) of #96aa39 color hex is 0.12, 0.00, 0.66, 0.33. Web safe color of #96aa39 is #999933. Color #96aa39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 00111001
Octal 226 252 71
Decimal 150 170 57
Hex 96 AA 39

RGB Percentages of Color #96aa39

%39.79
%45.09
%15.12

CMYK Percentages of Color #96aa39

%12
%0
%66
%33

Triadic Colors of #96aa39

#96aa39 #3996aa #aa3996

Analogous Colors of #96aa39

#96aa39 #5eaa39 #aa8639

Monochromatic Colors of #96aa39

#96aa39

Complementary Color

#96aa39 #4d39aa

#96aa39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aa39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aa39 Color CSS Codes

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

#96aa39 Text Font Color

<p style="color:#96aa39">Text here</p>

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


#96aa39 Background Color

<div style="background-color:#96aa39">
Div content here</div>

This div background color is #96aa39


#96aa39 Border Color

<div style="border:3px solid #96aa39">
Div here</div>

This div border color is #96aa39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,170,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96aa39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96aa39;
  -webkit-box-shadow: 1px 1px 3px 2px #96aa39;
  box-shadow:         1px 1px 3px 2px #96aa39; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aa39


Comments

No comments written yet.

Please login to write comment.