#53A42A

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

Shades of Limeade #53A42A

Tints of Limeade #53A42A

Color information

#53A42A (or 0x53A42A) is unknown color: approx Limeade. HEX triplet: 53, A4 and 2A. RGB value is (83,164,42). Sum of RGB (Red+Green+Blue) = 83+164+42=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #53A42A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A42A is #AC5BD5. Grayscale: #7E7E7E. Windows color (decimal): -11295702 or 2794579. OLE color: 2794579.

HSL color Cylindrical-coordinate representation of color #53A42A: hue angle of 99.84º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53A42A is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB8316442-
CMYK0.4900.740.36
HSL99.84º59.22%40.39%-
HSV(B)99.84º74.39%64.31%-
XYZ17.2628.566.79-
YUV125.8780.6697.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 164 (64.45% from 255) = 56.75%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=28.72%
G=56.75%
B=14.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83164420.4900.740.3699.8459.2240.39
Hex53A42A3104A24643b28
Octal12324452610112441447350
Binary101001110100100101010110001010010101001001100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A42A; }

 p { color: rgb(83,164,42); }

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

<style>
 a { background-color: #53A42A; }

 a { background-color: rgb(83,164,42); }

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

<style>
 span { border-color: #53A42A; }

 span { border-color: rgb(83,164,42); }

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