Shades of Apple #60AD34
Tints of Apple #60AD34
RGB
CMYK
RGB Variations
Color information
#60AD34 (or 0x60AD34) is known color: Apple. HEX triplet: 60, AD and 34. RGB value is (96,173,52). Sum of RGB (Red+Green+Blue) = 96+173+52=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AD34 is #9F52CB. Grayscale: #888888. Windows color (decimal): -10441420 or 3452256. OLE color: 3452256.
HSL color Cylindrical-coordinate representation of color #60AD34: hue angle of 98.18º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60AD34 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 52 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.32 |
| HSL | 98.18º | 0.54% | 0.44% | - |
| HSV(B) | 98.18º | 0.7% | 0.68% | - |
| XYZ | 20.39 | 32.62 | 8.47 | - |
| YUV | 136.18 | 80.49 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 52 | 0.45 | 0 | 0.70 | 0.32 | 98.18 | 0.54 | 0.44 |
| Hex | 60 | AD | 34 | 2D | 0 | 46 | 20 | 62 | 36 | 2C |
| Octal | 140 | 255 | 64 | 55 | 0 | 106 | 40 | 142 | 66 | 54 |
| Binary | 1100000 | 10101101 | 110100 | 101101 | 0 | 1000110 | 100000 | 1100010 | 110110 | 101100 |
Color Harmonies of #60AD34
Complementary color
Monochromatic Colors of #60AD34
Black with #60AD34
Text Example
Text Example
White with #60AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD34; }
p { color: rgb(96,173,52); }
H1.HeaderClassName
{
color: #60AD34;
}
.AnyTagClassName
{
color: #60AD34;
}
</style>
background-color css
<style>
a { background-color: #60AD34; }
a { background-color: rgb(96,173,52); }
div.DivClassName
{
background-color: #60AD34;
}
.BgClassName
{
background-color: #60AD34;
}
</style>
border-color css
<style>
span { border-color: #60AD34; }
span { border-color: rgb(96,173,52); }
td.TdClassName
{
border-color: #60AD34;
}
.TagClassName
{
border-color: #60AD34;
}
</style>