#56A40A

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

Shades of Kelly Green #56A40A

Tints of Kelly Green #56A40A

Color information

#56A40A (or 0x56A40A) is unknown color: approx Kelly Green. HEX triplet: 56, A4 and 0A. RGB value is (86,164,10). Sum of RGB (Red+Green+Blue) = 86+164+10=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 164 (64.45% from 255 or 63.08% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 164 - color contains mainly: green. Hex color #56A40A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A40A is #A95BF5. Grayscale: #7B7B7B. Windows color (decimal): -11099126 or 697430. OLE color: 697430.

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

Color convert

RGB8616410-
CMYK0.4800.940.36
HSL90.39º88.51%34.12%-
HSV(B)90.39º93.9%64.31%-
XYZ17.1728.554.89-
YUV123.1264.16101.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 164 (64.45% from 255) = 63.08%
BLUE value IS 10 (4.30% from 255) = 3.85%
R=33.08%
G=63.08%
B=3.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86164100.4800.940.3690.3988.5134.12
Hex56A4A3005E245a5922
Octal126244126001364413213142
Binary10101101010010010101100000101111010010010110101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,164,10); }

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

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

 a { background-color: rgb(86,164,10); }

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

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

 span { border-color: rgb(86,164,10); }

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