#64AE45

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

Shades of Apple #64AE45

Tints of Apple #64AE45

Color information

#64AE45 (or 0x64AE45) is unknown color: approx Apple. HEX triplet: 64, AE and 45. RGB value is (100,174,69). Sum of RGB (Red+Green+Blue) = 100+174+69=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE45 is #9B51BA. Grayscale: #8C8C8C. Windows color (decimal): -10179003 or 4566628. OLE color: 4566628.

HSL color Cylindrical-coordinate representation of color #64AE45: hue angle of 102.29º degrees, saturation: 0.43, 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 #64AE45 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB10017469-
CMYK0.4300.600.32
HSL102.29º43.21%47.65%-
HSV(B)102.29º60.34%68.24%-
XYZ21.4733.4110.95-
YUV139.987.9899.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=29.15%
G=50.73%
B=20.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100174690.4300.600.32102.2943.2147.65
Hex64AE452B03C20662b30
Octal14425610553074401465360
Binary110010010101110100010110101101111001000001100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AE45; }

 p { color: rgb(100,174,69); }

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

<style>
 a { background-color: #64AE45; }

 a { background-color: rgb(100,174,69); }

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

<style>
 span { border-color: #64AE45; }

 span { border-color: rgb(100,174,69); }

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