#56A028

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

Shades of Limeade #56A028

Tints of Limeade #56A028

Color information

#56A028 (or 0x56A028) is unknown color: approx Limeade. HEX triplet: 56, A0 and 28. RGB value is (86,160,40). Sum of RGB (Red+Green+Blue) = 86+160+40=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #56A028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A028 is #A95FD7. Grayscale: #7C7C7C. Windows color (decimal): -11100120 or 2662486. OLE color: 2662486.

HSL color Cylindrical-coordinate representation of color #56A028: hue angle of 97º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56A028 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB8616040-
CMYK0.4600.750.37
HSL97º60%39.22%-
HSV(B)97º75%62.75%-
XYZ16.7927.276.39-
YUV124.1980.48100.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 160 (62.89% from 255) = 55.94%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=30.07%
G=55.94%
B=13.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86160400.4600.750.37976039.22
Hex56A0282E04B25613c27
Octal12624050560113451417447
Binary101011010100000101000101110010010111001011100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A028; }

 p { color: rgb(86,160,40); }

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

<style>
 a { background-color: #56A028; }

 a { background-color: rgb(86,160,40); }

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

<style>
 span { border-color: #56A028; }

 span { border-color: rgb(86,160,40); }

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