#55A82A

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

Shades of Limeade #55A82A

Tints of Limeade #55A82A

Color information

#55A82A (or 0x55A82A) is unknown color: approx Limeade. HEX triplet: 55, A8 and 2A. RGB value is (85,168,42). Sum of RGB (Red+Green+Blue) = 85+168+42=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #55A82A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A82A is #AA57D5. Grayscale: #818181. Windows color (decimal): -11163606 or 2795605. OLE color: 2795605.

HSL color Cylindrical-coordinate representation of color #55A82A: hue angle of 99.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55A82A is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB8516842-
CMYK0.4900.750.34
HSL99.52º60%41.18%-
HSV(B)99.52º75%65.88%-
XYZ18.1730.17.04-
YUV128.827996.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 168 (66.02% from 255) = 56.95%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=28.81%
G=56.95%
B=14.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85168420.4900.750.3499.526041.18
Hex55A82A3104B22643c29
Octal12525052610113421447451
Binary101010110101000101010110001010010111000101100100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,168,42); }

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

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

 a { background-color: rgb(85,168,42); }

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

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

 span { border-color: rgb(85,168,42); }

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