#55A21A

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

Shades of Limeade #55A21A

Tints of Limeade #55A21A

Color information

#55A21A (or 0x55A21A) is unknown color: approx Limeade. HEX triplet: 55, A2 and 1A. RGB value is (85,162,26). Sum of RGB (Red+Green+Blue) = 85+162+26=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #55A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A21A is #AA5DE5. Grayscale: #7B7B7B. Windows color (decimal): -11165158 or 1745493. OLE color: 1745493.

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

Color convert

RGB8516226-
CMYK0.4800.840.36
HSL93.97º72.34%36.86%-
HSV(B)93.97º83.95%63.53%-
XYZ16.8527.855.46-
YUV123.4772.99100.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=31.14%
G=59.34%
B=9.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162260.4800.840.3693.9772.3436.86
Hex55A21A30054245e4825
Octal125242326001244413611045
Binary101010110100010110101100000101010010010010111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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