#54A61A

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

Shades of Limeade #54A61A

Tints of Limeade #54A61A

Color information

#54A61A (or 0x54A61A) is unknown color: approx Limeade. HEX triplet: 54, A6 and 1A. RGB value is (84,166,26). Sum of RGB (Red+Green+Blue) = 84+166+26=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #54A61A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A61A is #AB59E5. Grayscale: #7E7E7E. Windows color (decimal): -11229670 or 1746516. OLE color: 1746516.

HSL color Cylindrical-coordinate representation of color #54A61A: hue angle of 95.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54A61A is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB8416626-
CMYK0.4900.840.35
HSL95.14º72.92%37.65%-
HSV(B)95.14º84.34%65.1%-
XYZ17.4829.235.7-
YUV125.5271.8398.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 166 (65.23% from 255) = 60.14%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=30.43%
G=60.14%
B=9.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84166260.4900.840.3595.1472.9237.65
Hex54A61A31054235f4926
Octal124246326101244313711146
Binary101010010100110110101100010101010010001110111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,166,26); }

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

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

 a { background-color: rgb(84,166,26); }

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

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

 span { border-color: rgb(84,166,26); }

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