#55A324

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

Shades of Limeade #55A324

Tints of Limeade #55A324

Color information

#55A324 (or 0x55A324) is unknown color: approx Limeade. HEX triplet: 55, A3 and 24. RGB value is (85,163,36). Sum of RGB (Red+Green+Blue) = 85+163+36=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #55A324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A324 is #AA5CDB. Grayscale: #7D7D7D. Windows color (decimal): -11164892 or 2401109. OLE color: 2401109.

HSL color Cylindrical-coordinate representation of color #55A324: hue angle of 96.85º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55A324 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB8516336-
CMYK0.4800.780.36
HSL96.85º63.82%39.02%-
HSV(B)96.85º77.91%63.92%-
XYZ17.1628.256.22-
YUV125.277.6699.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 163 (64.06% from 255) = 57.39%
BLUE value IS 36 (14.45% from 255) = 12.68%
R=29.93%
G=57.39%
B=12.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85163360.4800.780.3696.8563.8239.02
Hex55A3243004E24614027
Octal125243446001164414110047
Binary1010101101000111001001100000100111010010011000011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A324; }

 p { color: rgb(85,163,36); }

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

<style>
 a { background-color: #55A324; }

 a { background-color: rgb(85,163,36); }

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

<style>
 span { border-color: #55A324; }

 span { border-color: rgb(85,163,36); }

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