#56AF1C

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

Shades of Kelly Green #56AF1C

Tints of Kelly Green #56AF1C

Color information

#56AF1C (or 0x56AF1C) is unknown color: approx Kelly Green. HEX triplet: 56, AF and 1C. RGB value is (86,175,28). Sum of RGB (Red+Green+Blue) = 86+175+28=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AF1C is #A950E3. Grayscale: #848484. Windows color (decimal): -11096292 or 1879894. OLE color: 1879894.

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

Color convert

RGB8617528-
CMYK0.5100.840.31
HSL96.33º72.41%39.8%-
HSV(B)96.33º84%68.63%-
XYZ19.3832.726.39-
YUV131.6369.5195.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 175 (68.75% from 255) = 60.55%
BLUE value IS 28 (11.33% from 255) = 9.69%
R=29.76%
G=60.55%
B=9.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175280.5100.840.3196.3372.4139.8
Hex56AF1C330541F604828
Octal126257346301243714011050
Binary10101101010111111100110011010101001111111000001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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