#5A9D37

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

Shades of Limeade #5A9D37

Tints of Limeade #5A9D37

Color information

#5A9D37 (or 0x5A9D37) is unknown color: approx Limeade. HEX triplet: 5A, 9D and 37. RGB value is (90,157,55). Sum of RGB (Red+Green+Blue) = 90+157+55=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9D37 is #A562C8. Grayscale: #7D7D7D. Windows color (decimal): -10838729 or 3644762. OLE color: 3644762.

HSL color Cylindrical-coordinate representation of color #5A9D37: hue angle of 99.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A9D37 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB9015755-
CMYK0.4300.650.38
HSL99.41º48.11%41.57%-
HSV(B)99.41º64.97%61.57%-
XYZ16.9626.567.85-
YUV125.3488.3102.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 157 (61.72% from 255) = 51.99%
BLUE value IS 55 (21.88% from 255) = 18.21%
R=29.80%
G=51.99%
B=18.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90157550.4300.650.3899.4148.1141.57
Hex5A9D372B0412663302a
Octal13223567530101461436052
Binary101101010011101110111101011010000011001101100011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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