#5A9537

Color #5A9537 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5A9537

Tints of Limeade #5A9537

Color information

#5A9537 (or 0x5A9537) is unknown color: approx Limeade. HEX triplet: 5A, 95 and 37. RGB value is (90,149,55). Sum of RGB (Red+Green+Blue) = 90+149+55=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9537 is #A56AC8. Grayscale: #787878. Windows color (decimal): -10840777 or 3642714. OLE color: 3642714.

HSL color Cylindrical-coordinate representation of color #5A9537: hue angle of 97.66º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A9537 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB9014955-
CMYK0.4000.630.42
HSL97.66º46.08%40%-
HSV(B)97.66º63.09%58.43%-
XYZ15.6523.947.41-
YUV120.6490.95106.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 55 (21.88% from 255) = 18.71%
R=30.61%
G=50.68%
B=18.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149550.4000.630.4297.6646.0840
Hex5A95372803F2A622e28
Octal1322256750077521425650
Binary10110101001010111011110100001111111010101100010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A9537; }

 p { color: rgb(90,149,55); }

 H1.HeaderClassName
 {
   color: #5A9537;
 }
 .AnyTagClassName
 {
   color: #5A9537;
 }
</style>
background-color css

<style>
 a { background-color: #5A9537; }

 a { background-color: rgb(90,149,55); }

 div.DivClassName
 {
   background-color: #5A9537;
 }
 .BgClassName
 {
   background-color: #5A9537;
 }
</style>
border-color css

<style>
 span { border-color: #5A9537; }

 span { border-color: rgb(90,149,55); }

 td.TdClassName
 {
   border-color: #5A9537;
 }
 .TagClassName
 {
   border-color: #5A9537;
 }
</style>