#54A320

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

Shades of Limeade #54A320

Tints of Limeade #54A320

Color information

#54A320 (or 0x54A320) is unknown color: approx Limeade. HEX triplet: 54, A3 and 20. RGB value is (84,163,32). Sum of RGB (Red+Green+Blue) = 84+163+32=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #54A320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A320 is #AB5CDF. Grayscale: #7C7C7C. Windows color (decimal): -11230432 or 2138964. OLE color: 2138964.

HSL color Cylindrical-coordinate representation of color #54A320: hue angle of 96.18º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54A320 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB8416332-
CMYK0.4800.800.36
HSL96.18º67.18%38.24%-
HSV(B)96.18º80.37%63.92%-
XYZ17.0128.185.91-
YUV124.4475.8399.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 163 (64.06% from 255) = 58.42%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=30.11%
G=58.42%
B=11.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84163320.4800.800.3696.1867.1838.24
Hex54A3203005024604326
Octal124243406001204414010346
Binary1010100101000111000001100000101000010010011000001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,163,32); }

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

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

 a { background-color: rgb(84,163,32); }

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

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

 span { border-color: rgb(84,163,32); }

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