#53A21A

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

Shades of Limeade #53A21A

Tints of Limeade #53A21A

Color information

#53A21A (or 0x53A21A) is unknown color: approx Limeade. HEX triplet: 53, A2 and 1A. RGB value is (83,162,26). Sum of RGB (Red+Green+Blue) = 83+162+26=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #53A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A21A is #AC5DE5. Grayscale: #7B7B7B. Windows color (decimal): -11296230 or 1745491. OLE color: 1745491.

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

Color convert

RGB8316226-
CMYK0.4900.840.36
HSL94.85º72.34%36.86%-
HSV(B)94.85º83.95%63.53%-
XYZ16.6727.755.46-
YUV122.8873.3399.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=30.63%
G=59.78%
B=9.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162260.4900.840.3694.8572.3436.86
Hex53A21A31054245f4825
Octal123242326101244413711045
Binary101001110100010110101100010101010010010010111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,26); }

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

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

 a { background-color: rgb(83,162,26); }

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

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

 span { border-color: rgb(83,162,26); }

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