Color Hex Logo

#96fe6a Color Hex

#96FE6A
(150,254,106)
0 Favorites   0 Comments

Color spaces of #96fe6a

RGB 150254106
HSL0.280.990.71
HSV102°58°100°
CMYK 0.410.000.58   0.00
XYZ50.621078.408326.1020
Yxy78.40830.32630.5054
Hunter Lab88.5485-52.915744.5066
CIE-Lab90.9659-55.768560.1821

#96fe6a color RGB value is (150,254,106).

#96fe6a hex color red value is 150, green value is 254 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #96fe6a hue: 0.28 , saturation: 0.99 and the lightness value of 96fe6a is 0.71.

The process color (four color CMYK) of #96fe6a color hex is 0.41, 0.00, 0.58, 0.00. Web safe color of #96fe6a is #99ff66. Color #96fe6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111110 01101010
Octal 226 376 152
Decimal 150 254 106
Hex 96 FE 6A

RGB Percentages of Color #96fe6a

%29.41
%49.80
%20.78

CMYK Percentages of Color #96fe6a

%41
%0
%58
%0

Triadic Colors of #96fe6a

#96fe6a #6a96fe #fe6a96

Analogous Colors of #96fe6a

#96fe6a #6afe88 #e0fe6a

Monochromatic Colors of #96fe6a

#96fe6a

Complementary Color

#96fe6a #d26afe

#96fe6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fe6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fe6a Color CSS Codes

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

#96fe6a Text Font Color

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

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


#96fe6a Background Color

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

This div background color is #96fe6a


#96fe6a Border Color

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

This div border color is #96fe6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fe6a

Related Colors


Comments

No comments written yet.

Please login to write comment.