#56AA1C

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

Shades of Kelly Green #56AA1C

Tints of Kelly Green #56AA1C

Color information

#56AA1C (or 0x56AA1C) is unknown color: approx Kelly Green. HEX triplet: 56, AA and 1C. RGB value is (86,170,28). Sum of RGB (Red+Green+Blue) = 86+170+28=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AA1C is #A955E3. Grayscale: #818181. Windows color (decimal): -11097572 or 1878614. OLE color: 1878614.

HSL color Cylindrical-coordinate representation of color #56AA1C: hue angle of 95.49º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56AA1C is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB8617028-
CMYK0.4900.840.33
HSL95.49º71.72%38.82%-
HSV(B)95.49º83.53%66.67%-
XYZ18.4230.816.07-
YUV128.771.1797.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 170 (66.80% from 255) = 59.86%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=30.28%
G=59.86%
B=9.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86170280.4900.840.3395.4971.7238.82
Hex56AA1C31054215f4827
Octal126252346101244113711047
Binary101011010101010111001100010101010010000110111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,170,28); }

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

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

 a { background-color: rgb(86,170,28); }

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

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

 span { border-color: rgb(86,170,28); }

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