Color Hex Logo

#5aa650 Color Hex

#5AA650
(90,166,80)
0 Favorites   0 Comments

Color spaces of #5aa650

RGB 9016680
HSL0.310.350.48
HSV113°52°65°
CMYK 0.460.000.52   0.35
XYZ19.300630.025312.3676
Yxy30.02530.31280.4867
Hunter Lab54.7953-33.018724.9747
CIE-Lab61.6760-40.923337.0656

#5aa650 color RGB value is (90,166,80).

#5aa650 hex color red value is 90, green value is 166 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #5aa650 hue: 0.31 , saturation: 0.35 and the lightness value of 5aa650 is 0.48.

The process color (four color CMYK) of #5aa650 color hex is 0.46, 0.00, 0.52, 0.35. Web safe color of #5aa650 is #669966. Color #5aa650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100110 01010000
Octal 132 246 120
Decimal 90 166 80
Hex 5A A6 50

RGB Percentages of Color #5aa650

%26.79
%49.40
%23.81

CMYK Percentages of Color #5aa650

%46
%0
%52
%35

Triadic Colors of #5aa650

#5aa650 #505aa6 #a6505a

Analogous Colors of #5aa650

#5aa650 #50a671 #85a650

Monochromatic Colors of #5aa650

#5aa650

Complementary Color

#5aa650 #9c50a6

#5aa650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa650 Color CSS Codes

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

#5aa650 Text Font Color

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

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


#5aa650 Background Color

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

This div background color is #5aa650


#5aa650 Border Color

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

This div border color is #5aa650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa650

#5aa650 Color Palettes


Comments

No comments written yet.

Please login to write comment.