Shades of Apple #64AC3C
Tints of Apple #64AC3C
RGB
CMYK
RGB Variations
Color information
#64AC3C (or 0x64AC3C) is known color: Apple. HEX triplet: 64, AC and 3C. RGB value is (100,172,60). Sum of RGB (Red+Green+Blue) = 100+172+60=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC3C is #9B53C3. Grayscale: #8A8A8A. Windows color (decimal): -10179524 or 3976292. OLE color: 3976292.
HSL color Cylindrical-coordinate representation of color #64AC3C: hue angle of 98.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64AC3C is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 60 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.33 |
| HSL | 98.57º | 0.48% | 0.45% | - |
| HSV(B) | 98.57º | 0.65% | 0.67% | - |
| XYZ | 20.82 | 32.54 | 9.46 | - |
| YUV | 137.7 | 84.15 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 60 | 0.42 | 0 | 0.65 | 0.33 | 98.57 | 0.48 | 0.45 |
| Hex | 64 | AC | 3C | 2A | 0 | 41 | 21 | 63 | 30 | 2D |
| Octal | 144 | 254 | 74 | 52 | 0 | 101 | 41 | 143 | 60 | 55 |
| Binary | 1100100 | 10101100 | 111100 | 101010 | 0 | 1000001 | 100001 | 1100011 | 110000 | 101101 |
Color Harmonies of #64AC3C
Complementary color
Monochromatic Colors of #64AC3C
Black with #64AC3C
Text Example
Text Example
White with #64AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC3C; }
p { color: rgb(100,172,60); }
H1.HeaderClassName
{
color: #64AC3C;
}
.AnyTagClassName
{
color: #64AC3C;
}
</style>
background-color css
<style>
a { background-color: #64AC3C; }
a { background-color: rgb(100,172,60); }
div.DivClassName
{
background-color: #64AC3C;
}
.BgClassName
{
background-color: #64AC3C;
}
</style>
border-color css
<style>
span { border-color: #64AC3C; }
span { border-color: rgb(100,172,60); }
td.TdClassName
{
border-color: #64AC3C;
}
.TagClassName
{
border-color: #64AC3C;
}
</style>