#5A9B28

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

Shades of Limeade #5A9B28

Tints of Limeade #5A9B28

Color information

#5A9B28 (or 0x5A9B28) is unknown color: approx Limeade. HEX triplet: 5A, 9B and 28. RGB value is (90,155,40). Sum of RGB (Red+Green+Blue) = 90+155+40=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9B28 is #A564D7. Grayscale: #7A7A7A. Windows color (decimal): -10839256 or 2661210. OLE color: 2661210.

HSL color Cylindrical-coordinate representation of color #5A9B28: hue angle of 93.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A9B28 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB9015540-
CMYK0.4200.740.39
HSL93.91º58.97%38.24%-
HSV(B)93.91º74.19%60.78%-
XYZ16.3225.776.12-
YUV122.4681.47104.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 155 (60.94% from 255) = 54.39%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=31.58%
G=54.39%
B=14.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90155400.4200.740.3993.9158.9738.24
Hex5A9B282A04A275e3b26
Octal13223350520112471367346
Binary101101010011011101000101010010010101001111011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,40); }

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

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

 a { background-color: rgb(90,155,40); }

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

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

 span { border-color: rgb(90,155,40); }

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