#56A30C

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

Shades of Limeade #56A30C

Tints of Limeade #56A30C

Color information

#56A30C (or 0x56A30C) is unknown color: approx Limeade. HEX triplet: 56, A3 and 0C. RGB value is (86,163,12). Sum of RGB (Red+Green+Blue) = 86+163+12=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 163 (64.06% from 255 or 62.45% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 163 - color contains mainly: green. Hex color #56A30C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A30C is #A95CF3. Grayscale: #7B7B7B. Windows color (decimal): -11099380 or 828246. OLE color: 828246.

HSL color Cylindrical-coordinate representation of color #56A30C: hue angle of 90.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56A30C is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB8616312-
CMYK0.4700.930.36
HSL90.6º86.29%34.31%-
HSV(B)90.6º92.64%63.92%-
XYZ1728.24.89-
YUV122.7665.49101.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 163 (64.06% from 255) = 62.45%
BLUE value IS 12 (5.08% from 255) = 4.60%
R=32.95%
G=62.45%
B=4.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86163120.4700.930.3690.686.2934.31
Hex56A3C2F05D245b5622
Octal126243145701354413312642
Binary10101101010001111001011110101110110010010110111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,163,12); }

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

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

 a { background-color: rgb(86,163,12); }

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

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

 span { border-color: rgb(86,163,12); }

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