Color Hex Logo

#97ff9a Color Hex

#97FF9A
(151,255,154)
0 Favorites   0 Comments

Color spaces of #97ff9a

RGB 151255154
HSL0.341.000.80
HSV122°41°100°
CMYK 0.410.000.40   0.00
XYZ54.355280.432443.2320
Yxy80.43240.30530.4518
Hunter Lab89.6841-48.763034.1983
CIE-Lab91.8785-49.971938.9993

#97ff9a color RGB value is (151,255,154).

#97ff9a hex color red value is 151, green value is 255 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #97ff9a hue: 0.34 , saturation: 1.00 and the lightness value of 97ff9a is 0.80.

The process color (four color CMYK) of #97ff9a color hex is 0.41, 0.00, 0.40, 0.00. Web safe color of #97ff9a is #99ff99. Color #97ff9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111111 10011010
Octal 227 377 232
Decimal 151 255 154
Hex 97 FF 9A

RGB Percentages of Color #97ff9a

%26.96
%45.54
%27.50

CMYK Percentages of Color #97ff9a

%41
%0
%40
%0

Triadic Colors of #97ff9a

#97ff9a #9a97ff #ff9a97

Analogous Colors of #97ff9a

#97ff9a #97ffce #c8ff97

Monochromatic Colors of #97ff9a

#97ff9a

Complementary Color

#97ff9a #ff97fc

#97ff9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ff9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ff9a Color CSS Codes

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

#97ff9a Text Font Color

<p style="color:#97ff9a">Text here</p>

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


#97ff9a Background Color

<div style="background-color:#97ff9a">
Div content here</div>

This div background color is #97ff9a


#97ff9a Border Color

<div style="border:3px solid #97ff9a">
Div here</div>

This div border color is #97ff9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,255,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97ff9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97ff9a;
  -webkit-box-shadow: 1px 1px 3px 2px #97ff9a;
  box-shadow:         1px 1px 3px 2px #97ff9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,255,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ff9a


Comments

No comments written yet.

Please login to write comment.