#56AF13

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

Shades of Kelly Green #56AF13

Tints of Kelly Green #56AF13

Color information

#56AF13 (or 0x56AF13) is unknown color: approx Kelly Green. HEX triplet: 56, AF and 13. RGB value is (86,175,19). Sum of RGB (Red+Green+Blue) = 86+175+19=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56AF13 is #A950EC. Grayscale: #838383. Windows color (decimal): -11096301 or 1290070. OLE color: 1290070.

HSL color Cylindrical-coordinate representation of color #56AF13: hue angle of 94.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56AF13 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB8617519-
CMYK0.5100.890.31
HSL94.23º80.41%38.04%-
HSV(B)94.23º89.14%68.63%-
XYZ19.2932.695.91-
YUV130.665.0196.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 175 (68.75% from 255) = 62.5%
BLUE value IS 19 (7.81% from 255) = 6.79%
R=30.71%
G=62.5%
B=6.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175190.5100.890.3194.2380.4138.04
Hex56AF13330591F5e5026
Octal126257236301313713612046
Binary10101101010111110011110011010110011111110111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,175,19); }

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

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

 a { background-color: rgb(86,175,19); }

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

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

 span { border-color: rgb(86,175,19); }

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