#54A20F

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

Shades of Limeade #54A20F

Tints of Limeade #54A20F

Color information

#54A20F (or 0x54A20F) is unknown color: approx Limeade. HEX triplet: 54, A2 and 0F. RGB value is (84,162,15). Sum of RGB (Red+Green+Blue) = 84+162+15=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #54A20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A20F is #AB5DF0. Grayscale: #7A7A7A. Windows color (decimal): -11230705 or 1024596. OLE color: 1024596.

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

Color convert

RGB8416215-
CMYK0.4800.910.36
HSL91.84º83.05%34.71%-
HSV(B)91.84º90.74%63.53%-
XYZ16.6627.764.93-
YUV121.9267.66100.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 162 (63.67% from 255) = 62.07%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=32.18%
G=62.07%
B=5.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84162150.4800.910.3691.8483.0534.71
Hex54A2F3005B245c5323
Octal124242176001334413412343
Binary10101001010001011111100000101101110010010111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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