#56AF12

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

Shades of Kelly Green #56AF12

Tints of Kelly Green #56AF12

Color information

#56AF12 (or 0x56AF12) is unknown color: approx Kelly Green. HEX triplet: 56, AF and 12. RGB value is (86,175,18). Sum of RGB (Red+Green+Blue) = 86+175+18=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56AF12 is #A950ED. Grayscale: #838383. Windows color (decimal): -11096302 or 1224534. OLE color: 1224534.

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

Color convert

RGB8617518-
CMYK0.5100.900.31
HSL94.01º81.35%37.84%-
HSV(B)94.01º89.71%68.63%-
XYZ19.2832.685.86-
YUV130.4964.5196.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 175 (68.75% from 255) = 62.72%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=30.82%
G=62.72%
B=6.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175180.5100.900.3194.0181.3537.84
Hex56AF123305A1F5e5126
Octal126257226301323713612146
Binary10101101010111110010110011010110101111110111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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