#55A008

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

Shades of Limeade #55A008

Tints of Limeade #55A008

Color information

#55A008 (or 0x55A008) is unknown color: approx Limeade. HEX triplet: 55, A0 and 08. RGB value is (85,160,8). Sum of RGB (Red+Green+Blue) = 85+160+8=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #55A008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A008 is #AA5FF7. Grayscale: #787878. Windows color (decimal): -11165688 or 565333. OLE color: 565333.

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

Color convert

RGB851608-
CMYK0.4700.950.37
HSL89.61º90.48%32.94%-
HSV(B)89.61º95%62.75%-
XYZ16.3627.094.6-
YUV120.2564.65102.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 160 (62.89% from 255) = 63.24%
BLUE value IS 8 (3.52% from 255) = 3.16%
R=33.60%
G=63.24%
B=3.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8516080.4700.950.3789.6190.4832.94
Hex55A082F05F255a5a21
Octal125240105701374513213241
Binary10101011010000010001011110101111110010110110101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,160,8); }

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

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

 a { background-color: rgb(85,160,8); }

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

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

 span { border-color: rgb(85,160,8); }

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