Color Hex Logo

#96dd3a Color Hex

#96DD3A
(150,221,58)
0 Favorites   0 Comments

Color spaces of #96dd3a

RGB 15022158
HSL0.240.710.55
HSV86°74°87°
CMYK 0.320.000.74   0.13
XYZ39.197858.502413.2291
Yxy58.50240.35340.5274
Hunter Lab76.4869-42.374843.2861
CIE-Lab81.0173-46.005468.2139

#96dd3a color RGB value is (150,221,58).

#96dd3a hex color red value is 150, green value is 221 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #96dd3a hue: 0.24 , saturation: 0.71 and the lightness value of 96dd3a is 0.55.

The process color (four color CMYK) of #96dd3a color hex is 0.32, 0.00, 0.74, 0.13. Web safe color of #96dd3a is #99cc33. Color #96dd3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011101 00111010
Octal 226 335 72
Decimal 150 221 58
Hex 96 DD 3A

RGB Percentages of Color #96dd3a

%34.97
%51.52
%13.52

CMYK Percentages of Color #96dd3a

%32
%0
%74
%13

Triadic Colors of #96dd3a

#96dd3a #3a96dd #dd3a96

Analogous Colors of #96dd3a

#96dd3a #45dd3a #ddd33a

Monochromatic Colors of #96dd3a

#96dd3a

Complementary Color

#96dd3a #813add

#96dd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dd3a Color CSS Codes

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

#96dd3a Text Font Color

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

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


#96dd3a Background Color

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

This div background color is #96dd3a


#96dd3a Border Color

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

This div border color is #96dd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dd3a


Comments

No comments written yet.

Please login to write comment.