#5A9F31

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

Shades of Limeade #5A9F31

Tints of Limeade #5A9F31

Color information

#5A9F31 (or 0x5A9F31) is unknown color: approx Limeade. HEX triplet: 5A, 9F and 31. RGB value is (90,159,49). Sum of RGB (Red+Green+Blue) = 90+159+49=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #5A9F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9F31 is #A560CE. Grayscale: #7E7E7E. Windows color (decimal): -10838223 or 3252058. OLE color: 3252058.

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

Color convert

RGB9015949-
CMYK0.4300.690.38
HSL97.64º52.88%40.78%-
HSV(B)97.64º69.18%62.35%-
XYZ17.1727.197.25-
YUV125.8384.64102.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 159 (62.5% from 255) = 53.36%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=30.20%
G=53.36%
B=16.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90159490.4300.690.3897.6452.8840.78
Hex5A9F312B04526623529
Octal13223761530105461426551
Binary101101010011111110001101011010001011001101100010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,159,49); }

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

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

 a { background-color: rgb(90,159,49); }

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

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

 span { border-color: rgb(90,159,49); }

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