Shades of Apple #64AC46
Tints of Apple #64AC46
RGB
CMYK
RGB Variations
Color information
#64AC46 (or 0x64AC46) is known color: Apple. HEX triplet: 64, AC and 46. RGB value is (100,172,70). Sum of RGB (Red+Green+Blue) = 100+172+70=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC46 is #9B53B9. Grayscale: #8B8B8B. Windows color (decimal): -10179514 or 4631652. OLE color: 4631652.
HSL color Cylindrical-coordinate representation of color #64AC46: hue angle of 102.35º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64AC46 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 70 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.33 |
| HSL | 102.35º | 0.42% | 0.47% | - |
| HSV(B) | 102.35º | 0.59% | 0.67% | - |
| XYZ | 21.11 | 32.66 | 10.98 | - |
| YUV | 138.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 70 | 0.42 | 0 | 0.59 | 0.33 | 102.35 | 0.42 | 0.47 |
| Hex | 64 | AC | 46 | 2A | 0 | 3B | 21 | 66 | 2A | 2F |
| Octal | 144 | 254 | 106 | 52 | 0 | 73 | 41 | 146 | 52 | 57 |
| Binary | 1100100 | 10101100 | 1000110 | 101010 | 0 | 111011 | 100001 | 1100110 | 101010 | 101111 |
Color Harmonies of #64AC46
Complementary color
Monochromatic Colors of #64AC46
Black with #64AC46
Text Example
Text Example
White with #64AC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC46; }
p { color: rgb(100,172,70); }
H1.HeaderClassName
{
color: #64AC46;
}
.AnyTagClassName
{
color: #64AC46;
}
</style>
background-color css
<style>
a { background-color: #64AC46; }
a { background-color: rgb(100,172,70); }
div.DivClassName
{
background-color: #64AC46;
}
.BgClassName
{
background-color: #64AC46;
}
</style>
border-color css
<style>
span { border-color: #64AC46; }
span { border-color: rgb(100,172,70); }
td.TdClassName
{
border-color: #64AC46;
}
.TagClassName
{
border-color: #64AC46;
}
</style>