Shades of Apple #60AD46
Tints of Apple #60AD46
RGB
CMYK
RGB Variations
Color information
#60AD46 (or 0x60AD46) is known color: Apple. HEX triplet: 60, AD and 46. RGB value is (96,173,70). Sum of RGB (Red+Green+Blue) = 96+173+70=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AD46 is #9F52B9. Grayscale: #8A8A8A. Windows color (decimal): -10441402 or 4631904. OLE color: 4631904.
HSL color Cylindrical-coordinate representation of color #60AD46: hue angle of 104.85º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60AD46 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 70 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.32 |
| HSL | 104.85º | 0.42% | 0.48% | - |
| HSV(B) | 104.85º | 0.6% | 0.68% | - |
| XYZ | 20.87 | 32.82 | 11.03 | - |
| YUV | 138.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 70 | 0.45 | 0 | 0.60 | 0.32 | 104.85 | 0.42 | 0.48 |
| Hex | 60 | AD | 46 | 2D | 0 | 3C | 20 | 69 | 2A | 30 |
| Octal | 140 | 255 | 106 | 55 | 0 | 74 | 40 | 151 | 52 | 60 |
| Binary | 1100000 | 10101101 | 1000110 | 101101 | 0 | 111100 | 100000 | 1101001 | 101010 | 110000 |
Color Harmonies of #60AD46
Complementary color
Monochromatic Colors of #60AD46
Black with #60AD46
Text Example
Text Example
White with #60AD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD46; }
p { color: rgb(96,173,70); }
H1.HeaderClassName
{
color: #60AD46;
}
.AnyTagClassName
{
color: #60AD46;
}
</style>
background-color css
<style>
a { background-color: #60AD46; }
a { background-color: rgb(96,173,70); }
div.DivClassName
{
background-color: #60AD46;
}
.BgClassName
{
background-color: #60AD46;
}
</style>
border-color css
<style>
span { border-color: #60AD46; }
span { border-color: rgb(96,173,70); }
td.TdClassName
{
border-color: #60AD46;
}
.TagClassName
{
border-color: #60AD46;
}
</style>