#54A20C

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

Shades of Limeade #54A20C

Tints of Limeade #54A20C

Color information

#54A20C (or 0x54A20C) is unknown color: approx Limeade. HEX triplet: 54, A2 and 0C. RGB value is (84,162,12). Sum of RGB (Red+Green+Blue) = 84+162+12=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 162 (63.67% from 255 or 62.79% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 162 - color contains mainly: green. Hex color #54A20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A20C is #AB5DF3. Grayscale: #7A7A7A. Windows color (decimal): -11230708 or 827988. OLE color: 827988.

HSL color Cylindrical-coordinate representation of color #54A20C: hue angle of 91.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54A20C is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB8416212-
CMYK0.4800.930.36
HSL91.2º86.21%34.12%-
HSV(B)91.2º92.59%63.53%-
XYZ16.6427.754.83-
YUV121.5866.16101.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 162 (63.67% from 255) = 62.79%
BLUE value IS 12 (5.08% from 255) = 4.65%
R=32.56%
G=62.79%
B=4.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84162120.4800.930.3691.286.2134.12
Hex54A2C3005D245b5622
Octal124242146001354413312642
Binary10101001010001011001100000101110110010010110111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A20C; }

 p { color: rgb(84,162,12); }

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

<style>
 a { background-color: #54A20C; }

 a { background-color: rgb(84,162,12); }

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

<style>
 span { border-color: #54A20C; }

 span { border-color: rgb(84,162,12); }

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