#56AC4A

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

Shades of Apple #56AC4A

Tints of Apple #56AC4A

Color information

#56AC4A (or 0x56AC4A) is unknown color: approx Apple. HEX triplet: 56, AC and 4A. RGB value is (86,172,74). Sum of RGB (Red+Green+Blue) = 86+172+74=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AC4A is #A953B5. Grayscale: #878787. Windows color (decimal): -11097014 or 4893782. OLE color: 4893782.

HSL color Cylindrical-coordinate representation of color #56AC4A: hue angle of 112.65º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56AC4A is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB8617274-
CMYK0.500.570.33
HSL112.65º39.84%48.24%-
HSV(B)112.65º56.98%67.45%-
XYZ19.8331.9811.61-
YUV135.1193.5192.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=25.90%
G=51.81%
B=22.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86172740.500.570.33112.6539.8448.24
Hex56AC4A3203921712830
Octal12625411262071411615060
Binary101011010101100100101011001001110011000011110001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,172,74); }

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

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

 a { background-color: rgb(86,172,74); }

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

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

 span { border-color: rgb(86,172,74); }

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