#55A124

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

Shades of Limeade #55A124

Tints of Limeade #55A124

Color information

#55A124 (or 0x55A124) is unknown color: approx Limeade. HEX triplet: 55, A1 and 24. RGB value is (85,161,36). Sum of RGB (Red+Green+Blue) = 85+161+36=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #55A124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A124 is #AA5EDB. Grayscale: #7C7C7C. Windows color (decimal): -11165404 or 2400597. OLE color: 2400597.

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

Color convert

RGB8516136-
CMYK0.4700.780.37
HSL96.48º63.45%38.63%-
HSV(B)96.48º77.64%63.14%-
XYZ16.8127.556.1-
YUV124.0378.32100.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 161 (63.28% from 255) = 57.09%
BLUE value IS 36 (14.45% from 255) = 12.77%
R=30.14%
G=57.09%
B=12.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85161360.4700.780.3796.4863.4538.63
Hex55A1242F04E25603f27
Octal12524144570116451407747
Binary101010110100001100100101111010011101001011100000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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