Color Hex Logo

#5ab146 Color Hex

#5AB146
(90,177,70)
1 Favorites   0 Comments

Color spaces of #5ab146

RGB 9017770
HSL0.300.430.48
HSV109°60°69°
CMYK 0.490.000.60   0.31
XYZ21.044134.060111.2595
Yxy34.06010.31710.5132
Hunter Lab58.3610-37.767429.4140
CIE-Lab65.0102-46.699345.7979

#5ab146 color RGB value is (90,177,70).

#5ab146 hex color red value is 90, green value is 177 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5ab146 hue: 0.30 , saturation: 0.43 and the lightness value of 5ab146 is 0.48.

The process color (four color CMYK) of #5ab146 color hex is 0.49, 0.00, 0.60, 0.31. Web safe color of #5ab146 is #669933. Color #5ab146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110001 01000110
Octal 132 261 106
Decimal 90 177 70
Hex 5A B1 46

RGB Percentages of Color #5ab146

%26.71
%52.52
%20.77

CMYK Percentages of Color #5ab146

%49
%0
%60
%31

Triadic Colors of #5ab146

#5ab146 #465ab1 #b1465a

Analogous Colors of #5ab146

#5ab146 #46b168 #90b146

Monochromatic Colors of #5ab146

#5ab146

Complementary Color

#5ab146 #9d46b1

#5ab146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab146 Color CSS Codes

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

#5ab146 Text Font Color

<p style="color:#5ab146">Text here</p>

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


#5ab146 Background Color

<div style="background-color:#5ab146">
Div content here</div>

This div background color is #5ab146


#5ab146 Border Color

<div style="border:3px solid #5ab146">
Div here</div>

This div border color is #5ab146


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,177,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ab146; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ab146;
  -webkit-box-shadow: 1px 1px 3px 2px #5ab146;
  box-shadow:         1px 1px 3px 2px #5ab146; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,177,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab146


Comments

No comments written yet.

Please login to write comment.