#55A618

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

Shades of Limeade #55A618

Tints of Limeade #55A618

Color information

#55A618 (or 0x55A618) is unknown color: approx Limeade. HEX triplet: 55, A6 and 18. RGB value is (85,166,24). Sum of RGB (Red+Green+Blue) = 85+166+24=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #55A618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A618 is #AA59E7. Grayscale: #7E7E7E. Windows color (decimal): -11164136 or 1615445. OLE color: 1615445.

HSL color Cylindrical-coordinate representation of color #55A618: hue angle of 94.23º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55A618 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB8516624-
CMYK0.4900.860.35
HSL94.23º74.74%37.25%-
HSV(B)94.23º85.54%65.1%-
XYZ17.5529.275.59-
YUV125.5970.6699.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 166 (65.23% from 255) = 60.36%
BLUE value IS 24 (9.77% from 255) = 8.73%
R=30.91%
G=60.36%
B=8.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85166240.4900.860.3594.2374.7437.25
Hex55A61831056235e4b25
Octal125246306101264313611345
Binary101010110100110110001100010101011010001110111101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,24); }

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

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

 a { background-color: rgb(85,166,24); }

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

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

 span { border-color: rgb(85,166,24); }

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