#55A32C

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

Shades of Limeade #55A32C

Tints of Limeade #55A32C

Color information

#55A32C (or 0x55A32C) is unknown color: approx Limeade. HEX triplet: 55, A3 and 2C. RGB value is (85,163,44). Sum of RGB (Red+Green+Blue) = 85+163+44=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #55A32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A32C is #AA5CD3. Grayscale: #7E7E7E. Windows color (decimal): -11164884 or 2925397. OLE color: 2925397.

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

Color convert

RGB8516344-
CMYK0.4800.730.36
HSL99.33º57.49%40.59%-
HSV(B)99.33º73.01%63.92%-
XYZ17.328.316.94-
YUV126.1181.6698.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 163 (64.06% from 255) = 55.82%
BLUE value IS 44 (17.58% from 255) = 15.07%
R=29.11%
G=55.82%
B=15.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85163440.4800.730.3699.3357.4940.59
Hex55A32C3004924633929
Octal12524354600111441437151
Binary101010110100011101100110000010010011001001100011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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