Shades of Apple #64AC44
Tints of Apple #64AC44
RGB
CMYK
RGB Variations
Color information
#64AC44 (or 0x64AC44) is known color: Apple. HEX triplet: 64, AC and 44. RGB value is (100,172,68). Sum of RGB (Red+Green+Blue) = 100+172+68=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC44 is #9B53BB. Grayscale: #8A8A8A. Windows color (decimal): -10179516 or 4500580. OLE color: 4500580.
HSL color Cylindrical-coordinate representation of color #64AC44: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AC44 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 68 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.33 |
| HSL | 101.54º | 0.43% | 0.47% | - |
| HSV(B) | 101.54º | 0.6% | 0.67% | - |
| XYZ | 21.05 | 32.63 | 10.66 | - |
| YUV | 138.62 | 88.15 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 68 | 0.42 | 0 | 0.60 | 0.33 | 101.54 | 0.43 | 0.47 |
| Hex | 64 | AC | 44 | 2A | 0 | 3C | 21 | 66 | 2B | 2F |
| Octal | 144 | 254 | 104 | 52 | 0 | 74 | 41 | 146 | 53 | 57 |
| Binary | 1100100 | 10101100 | 1000100 | 101010 | 0 | 111100 | 100001 | 1100110 | 101011 | 101111 |
Color Harmonies of #64AC44
Complementary color
Monochromatic Colors of #64AC44
Black with #64AC44
Text Example
Text Example
White with #64AC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC44; }
p { color: rgb(100,172,68); }
H1.HeaderClassName
{
color: #64AC44;
}
.AnyTagClassName
{
color: #64AC44;
}
</style>
background-color css
<style>
a { background-color: #64AC44; }
a { background-color: rgb(100,172,68); }
div.DivClassName
{
background-color: #64AC44;
}
.BgClassName
{
background-color: #64AC44;
}
</style>
border-color css
<style>
span { border-color: #64AC44; }
span { border-color: rgb(100,172,68); }
td.TdClassName
{
border-color: #64AC44;
}
.TagClassName
{
border-color: #64AC44;
}
</style>