#54A219

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

Shades of Limeade #54A219

Tints of Limeade #54A219

Color information

#54A219 (or 0x54A219) is unknown color: approx Limeade. HEX triplet: 54, A2 and 19. RGB value is (84,162,25). Sum of RGB (Red+Green+Blue) = 84+162+25=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #54A219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A219 is #AB5DE6. Grayscale: #7B7B7B. Windows color (decimal): -11230695 or 1679956. OLE color: 1679956.

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

Color convert

RGB8416225-
CMYK0.4800.850.36
HSL94.16º73.26%36.67%-
HSV(B)94.16º84.57%63.53%-
XYZ16.7527.85.4-
YUV123.0672.66100.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 25 (10.16% from 255) = 9.23%
R=31.00%
G=59.78%
B=9.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84162250.4800.850.3694.1673.2636.67
Hex54A21930055245e4925
Octal124242316001254413611145
Binary101010010100010110011100000101010110010010111101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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