#55A20D

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

Shades of Limeade #55A20D

Tints of Limeade #55A20D

Color information

#55A20D (or 0x55A20D) is unknown color: approx Limeade. HEX triplet: 55, A2 and 0D. RGB value is (85,162,13). Sum of RGB (Red+Green+Blue) = 85+162+13=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 162 (63.67% from 255 or 62.31% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 162 - color contains mainly: green. Hex color #55A20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A20D is #AA5DF2. Grayscale: #7A7A7A. Windows color (decimal): -11165171 or 893525. OLE color: 893525.

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

Color convert

RGB8516213-
CMYK0.4800.920.36
HSL91.01º85.14%34.31%-
HSV(B)91.01º91.98%63.53%-
XYZ16.7427.84.86-
YUV121.9966.49101.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 162 (63.67% from 255) = 62.31%
BLUE value IS 13 (5.47% from 255) = 5%
R=32.69%
G=62.31%
B=5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162130.4800.920.3691.0185.1434.31
Hex55A2D3005C245b5522
Octal125242156001344413312542
Binary10101011010001011011100000101110010010010110111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,162,13); }

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

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

 a { background-color: rgb(85,162,13); }

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

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

 span { border-color: rgb(85,162,13); }

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