Color Hex Logo

#97d22a Color Hex

#97D22A
(151,210,42)
0 Favorites   0 Comments

Color spaces of #97d22a

RGB 15121042
HSL0.230.670.49
HSV81°80°82°
CMYK 0.280.000.80   0.18
XYZ36.227052.839710.4802
Yxy52.83970.36390.5308
Hunter Lab72.6909-38.250042.3355
CIE-Lab77.7803-41.703070.0329

#97d22a color RGB value is (151,210,42).

#97d22a hex color red value is 151, green value is 210 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #97d22a hue: 0.23 , saturation: 0.67 and the lightness value of 97d22a is 0.49.

The process color (four color CMYK) of #97d22a color hex is 0.28, 0.00, 0.80, 0.18. Web safe color of #97d22a is #99cc33. Color #97d22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11010010 00101010
Octal 227 322 52
Decimal 151 210 42
Hex 97 D2 2A

RGB Percentages of Color #97d22a

%37.47
%52.11
%10.42

CMYK Percentages of Color #97d22a

%28
%0
%80
%18

Triadic Colors of #97d22a

#97d22a #2a97d2 #d22a97

Analogous Colors of #97d22a

#97d22a #43d22a #d2b92a

Monochromatic Colors of #97d22a

#97d22a

Complementary Color

#97d22a #652ad2

#97d22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97d22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97d22a Color CSS Codes

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

#97d22a Text Font Color

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

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


#97d22a Background Color

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

This div background color is #97d22a


#97d22a Border Color

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

This div border color is #97d22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97d22a


Comments

No comments written yet.

Please login to write comment.