Color Hex Logo

#96c60a Color Hex

#96C60A
(150,198,10)
0 Favorites   0 Comments

Color spaces of #96c60a

RGB 15019810
HSL0.210.900.41
HSV75°95°78°
CMYK 0.240.000.95   0.22
XYZ32.826546.89417.6085
Yxy46.89410.37590.5370
Hunter Lab68.4793-34.272241.3480
CIE-Lab74.1220-37.652173.0050

#96c60a color RGB value is (150,198,10).

#96c60a hex color red value is 150, green value is 198 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #96c60a hue: 0.21 , saturation: 0.90 and the lightness value of 96c60a is 0.41.

The process color (four color CMYK) of #96c60a color hex is 0.24, 0.00, 0.95, 0.22. Web safe color of #96c60a is #99cc00. Color #96c60a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11000110 00001010
Octal 226 306 12
Decimal 150 198 10
Hex 96 C6 A

RGB Percentages of Color #96c60a

%41.90
%55.31
%2.79

CMYK Percentages of Color #96c60a

%24
%0
%95
%22

Triadic Colors of #96c60a

#96c60a #0a96c6 #c60a96

Analogous Colors of #96c60a

#96c60a #38c60a #c6980a

Monochromatic Colors of #96c60a

#96c60a

Complementary Color

#96c60a #3a0ac6

#96c60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96c60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96c60a Color CSS Codes

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

#96c60a Text Font Color

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

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


#96c60a Background Color

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

This div background color is #96c60a


#96c60a Border Color

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

This div border color is #96c60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96c60a


Comments

No comments written yet.

Please login to write comment.