#56AD46

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

Shades of Apple #56AD46

Tints of Apple #56AD46

Color information

#56AD46 (or 0x56AD46) is unknown color: approx Apple. HEX triplet: 56, AD and 46. RGB value is (86,173,70). Sum of RGB (Red+Green+Blue) = 86+173+70=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AD46 is #A952B9. Grayscale: #878787. Windows color (decimal): -11096762 or 4631894. OLE color: 4631894.

HSL color Cylindrical-coordinate representation of color #56AD46: hue angle of 110.68º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56AD46 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB8617370-
CMYK0.5000.600.32
HSL110.68º42.39%47.65%-
HSV(B)110.68º59.54%67.84%-
XYZ19.8932.3110.98-
YUV135.2491.1892.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 173 (67.97% from 255) = 52.58%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=26.14%
G=52.58%
B=21.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86173700.5000.600.32110.6842.3947.65
Hex56AD463203C206f2a30
Octal12625510662074401575260
Binary101011010101101100011011001001111001000001101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,173,70); }

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

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

 a { background-color: rgb(86,173,70); }

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

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

 span { border-color: rgb(86,173,70); }

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