#56A60F

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

Shades of Kelly Green #56A60F

Tints of Kelly Green #56A60F

Color information

#56A60F (or 0x56A60F) is unknown color: approx Kelly Green. HEX triplet: 56, A6 and 0F. RGB value is (86,166,15). Sum of RGB (Red+Green+Blue) = 86+166+15=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 166 (65.23% from 255 or 62.17% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 166 - color contains mainly: green. Hex color #56A60F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A60F is #A959F0. Grayscale: #7D7D7D. Windows color (decimal): -11098609 or 1025622. OLE color: 1025622.

HSL color Cylindrical-coordinate representation of color #56A60F: hue angle of 91.79º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56A60F is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB8616615-
CMYK0.4800.910.35
HSL91.79º83.43%35.49%-
HSV(B)91.79º90.96%65.1%-
XYZ17.5629.295.18-
YUV124.8766100.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 166 (65.23% from 255) = 62.17%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=32.21%
G=62.17%
B=5.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86166150.4800.910.3591.7983.4335.49
Hex56A6F3005B235c5323
Octal126246176001334313412343
Binary10101101010011011111100000101101110001110111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,166,15); }

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

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

 a { background-color: rgb(86,166,15); }

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

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

 span { border-color: rgb(86,166,15); }

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