#57A21A

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

Shades of Limeade #57A21A

Tints of Limeade #57A21A

Color information

#57A21A (or 0x57A21A) is unknown color: approx Limeade. HEX triplet: 57, A2 and 1A. RGB value is (87,162,26). Sum of RGB (Red+Green+Blue) = 87+162+26=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #57A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A21A is #A85DE5. Grayscale: #7C7C7C. Windows color (decimal): -11034086 or 1745495. OLE color: 1745495.

HSL color Cylindrical-coordinate representation of color #57A21A: hue angle of 93.09º 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 #57A21A is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB8716226-
CMYK0.4600.840.36
HSL93.09º72.34%36.86%-
HSV(B)93.09º83.95%63.53%-
XYZ17.0427.945.47-
YUV124.0772.65101.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 162 (63.67% from 255) = 58.91%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=31.64%
G=58.91%
B=9.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87162260.4600.840.3693.0972.3436.86
Hex57A21A2E054245d4825
Octal127242325601244413511045
Binary101011110100010110101011100101010010010010111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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