#5A9E32

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

Shades of Limeade #5A9E32

Tints of Limeade #5A9E32

Color information

#5A9E32 (or 0x5A9E32) is unknown color: approx Limeade. HEX triplet: 5A, 9E and 32. RGB value is (90,158,50). Sum of RGB (Red+Green+Blue) = 90+158+50=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 158 (62.11% from 255 or 53.02% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9E32 is #A561CD. Grayscale: #7D7D7D. Windows color (decimal): -10838478 or 3317338. OLE color: 3317338.

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

Color convert

RGB9015850-
CMYK0.4300.680.38
HSL97.78º51.92%40.78%-
HSV(B)97.78º68.35%61.96%-
XYZ17.0226.867.3-
YUV125.3685.47102.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 158 (62.11% from 255) = 53.02%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=30.20%
G=53.02%
B=16.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90158500.4300.680.3897.7851.9240.78
Hex5A9E322B04426623429
Octal13223662530104461426451
Binary101101010011110110010101011010001001001101100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,158,50); }

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

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

 a { background-color: rgb(90,158,50); }

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

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

 span { border-color: rgb(90,158,50); }

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