#64AC3F

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

Shades of Apple #64AC3F

Tints of Apple #64AC3F

Color information

#64AC3F (or 0x64AC3F) is unknown color: approx Apple. HEX triplet: 64, AC and 3F. RGB value is (100,172,63). Sum of RGB (Red+Green+Blue) = 100+172+63=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC3F is #9B53C0. Grayscale: #8A8A8A. Windows color (decimal): -10179521 or 4172900. OLE color: 4172900.

HSL color Cylindrical-coordinate representation of color #64AC3F: hue angle of 99.63º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64AC3F is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB10017263-
CMYK0.4200.630.33
HSL99.63º46.38%46.08%-
HSV(B)99.63º63.37%67.45%-
XYZ20.9132.579.89-
YUV138.0585.65100.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 172 (67.58% from 255) = 51.34%
BLUE value IS 63 (25% from 255) = 18.81%
R=29.85%
G=51.34%
B=18.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100172630.4200.630.3399.6346.3846.08
Hex64AC3F2A03F21642e2e
Octal1442547752077411445656
Binary11001001010110011111110101001111111000011100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,63); }

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

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

 a { background-color: rgb(100,172,63); }

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

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

 span { border-color: rgb(100,172,63); }

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