#64AC4A

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

Shades of Apple #64AC4A

Tints of Apple #64AC4A

Color information

#64AC4A (or 0x64AC4A) is unknown color: approx Apple. HEX triplet: 64, AC and 4A. RGB value is (100,172,74). Sum of RGB (Red+Green+Blue) = 100+172+74=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC4A is #9B53B5. Grayscale: #8B8B8B. Windows color (decimal): -10179510 or 4893796. OLE color: 4893796.

HSL color Cylindrical-coordinate representation of color #64AC4A: hue angle of 104.08º 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 #64AC4A is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB10017274-
CMYK0.4200.570.33
HSL104.08º39.84%48.24%-
HSV(B)104.08º56.98%67.45%-
XYZ21.2432.7111.67-
YUV139.391.1599.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 172 (67.58% from 255) = 49.71%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=28.90%
G=49.71%
B=21.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100172740.4200.570.33104.0839.8448.24
Hex64AC4A2A03921682830
Octal14425411252071411505060
Binary110010010101100100101010101001110011000011101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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