#57A00E

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

Shades of Limeade #57A00E

Tints of Limeade #57A00E

Color information

#57A00E (or 0x57A00E) is unknown color: approx Limeade. HEX triplet: 57, A0 and 0E. RGB value is (87,160,14). Sum of RGB (Red+Green+Blue) = 87+160+14=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #57A00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57A00E is #A85FF1. Grayscale: #7A7A7A. Windows color (decimal): -11034610 or 958551. OLE color: 958551.

HSL color Cylindrical-coordinate representation of color #57A00E: hue angle of 90º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57A00E is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB8716014-
CMYK0.4600.910.37
HSL90º83.91%34.12%-
HSV(B)90º91.25%62.75%-
XYZ16.5827.24.79-
YUV121.5367.32103.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 61.30%
BLUE value IS 14 (5.86% from 255) = 5.36%
R=33.33%
G=61.30%
B=5.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87160140.4600.910.379083.9134.12
Hex57A0E2E05B255a5422
Octal127240165601334513212442
Binary10101111010000011101011100101101110010110110101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,160,14); }

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

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

 a { background-color: rgb(87,160,14); }

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

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

 span { border-color: rgb(87,160,14); }

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