#56AA1A

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

Shades of Kelly Green #56AA1A

Tints of Kelly Green #56AA1A

Color information

#56AA1A (or 0x56AA1A) is unknown color: approx Kelly Green. HEX triplet: 56, AA and 1A. RGB value is (86,170,26). Sum of RGB (Red+Green+Blue) = 86+170+26=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AA1A is #A955E5. Grayscale: #808080. Windows color (decimal): -11097574 or 1747542. OLE color: 1747542.

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

Color convert

RGB8617026-
CMYK0.4900.850.33
HSL95º73.47%38.43%-
HSV(B)95º84.71%66.67%-
XYZ18.430.85.95-
YUV128.4770.1797.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=30.50%
G=60.28%
B=9.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86170260.4900.850.339573.4738.43
Hex56AA1A31055215f4926
Octal126252326101254113711146
Binary101011010101010110101100010101010110000110111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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