#5AA533

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

Shades of Limeade #5AA533

Tints of Limeade #5AA533

Color information

#5AA533 (or 0x5AA533) is unknown color: approx Limeade. HEX triplet: 5A, A5 and 33. RGB value is (90,165,51). Sum of RGB (Red+Green+Blue) = 90+165+51=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA533 is #A55ACC. Grayscale: #818181. Windows color (decimal): -10836685 or 3384666. OLE color: 3384666.

HSL color Cylindrical-coordinate representation of color #5AA533: hue angle of 99.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AA533 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB9016551-
CMYK0.4500.690.35
HSL99.47º52.78%42.35%-
HSV(B)99.47º69.09%64.71%-
XYZ18.2729.327.83-
YUV129.5883.6599.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.41%
GREEN value IS 165 (64.84% from 255) = 53.92%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=29.41%
G=53.92%
B=16.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90165510.4500.690.3599.4752.7842.35
Hex5AA5332D0452363352a
Octal13224563550105431436552
Binary101101010100101110011101101010001011000111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,165,51); }

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

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

 a { background-color: rgb(90,165,51); }

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

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

 span { border-color: rgb(90,165,51); }

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