#55A219

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

Shades of Limeade #55A219

Tints of Limeade #55A219

Color information

#55A219 (or 0x55A219) is unknown color: approx Limeade. HEX triplet: 55, A2 and 19. RGB value is (85,162,25). Sum of RGB (Red+Green+Blue) = 85+162+25=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #55A219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A219 is #AA5DE6. Grayscale: #7B7B7B. Windows color (decimal): -11165159 or 1679957. OLE color: 1679957.

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

Color convert

RGB8516225-
CMYK0.4800.850.36
HSL93.72º73.26%36.67%-
HSV(B)93.72º84.57%63.53%-
XYZ16.8427.845.41-
YUV123.3672.49100.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 162 (63.67% from 255) = 59.56%
BLUE value IS 25 (10.16% from 255) = 9.19%
R=31.25%
G=59.56%
B=9.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162250.4800.850.3693.7273.2636.67
Hex55A21930055245e4925
Octal125242316001254413611145
Binary101010110100010110011100000101010110010010111101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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