#56A11A

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

Shades of Limeade #56A11A

Tints of Limeade #56A11A

Color information

#56A11A (or 0x56A11A) is unknown color: approx Limeade. HEX triplet: 56, A1 and 1A. RGB value is (86,161,26). Sum of RGB (Red+Green+Blue) = 86+161+26=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #56A11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A11A is #A95EE5. Grayscale: #7B7B7B. Windows color (decimal): -11099878 or 1745238. OLE color: 1745238.

HSL color Cylindrical-coordinate representation of color #56A11A: hue angle of 93.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56A11A is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB8616126-
CMYK0.4700.840.37
HSL93.33º72.19%36.67%-
HSV(B)93.33º83.85%63.14%-
XYZ16.7727.545.41-
YUV123.1873.15101.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 161 (63.28% from 255) = 58.97%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=31.50%
G=58.97%
B=9.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86161260.4700.840.3793.3372.1936.67
Hex56A11A2F054255d4825
Octal126241325701244513511045
Binary101011010100001110101011110101010010010110111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,161,26); }

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

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

 a { background-color: rgb(86,161,26); }

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

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

 span { border-color: rgb(86,161,26); }

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