Shades of Apple #60AD58
Tints of Apple #60AD58
RGB
CMYK
RGB Variations
Color information
#60AD58 (or 0x60AD58) is known color: Apple. HEX triplet: 60, AD and 58. RGB value is (96,173,88). Sum of RGB (Red+Green+Blue) = 96+173+88=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD58 is #9F52A7. Grayscale: #8C8C8C. Windows color (decimal): -10441384 or 5811552. OLE color: 5811552.
HSL color Cylindrical-coordinate representation of color #60AD58: hue angle of 114.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60AD58 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 88 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.32 |
| HSL | 114.35º | 0.34% | 0.51% | - |
| HSV(B) | 114.35º | 0.49% | 0.68% | - |
| XYZ | 21.53 | 33.08 | 14.48 | - |
| YUV | 140.29 | 98.49 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 88 | 0.45 | 0 | 0.49 | 0.32 | 114.35 | 0.34 | 0.51 |
| Hex | 60 | AD | 58 | 2D | 0 | 31 | 20 | 72 | 22 | 33 |
| Octal | 140 | 255 | 130 | 55 | 0 | 61 | 40 | 162 | 42 | 63 |
| Binary | 1100000 | 10101101 | 1011000 | 101101 | 0 | 110001 | 100000 | 1110010 | 100010 | 110011 |
Color Harmonies of #60AD58
Complementary color
Monochromatic Colors of #60AD58
Black with #60AD58
Text Example
Text Example
White with #60AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD58; }
p { color: rgb(96,173,88); }
H1.HeaderClassName
{
color: #60AD58;
}
.AnyTagClassName
{
color: #60AD58;
}
</style>
background-color css
<style>
a { background-color: #60AD58; }
a { background-color: rgb(96,173,88); }
div.DivClassName
{
background-color: #60AD58;
}
.BgClassName
{
background-color: #60AD58;
}
</style>
border-color css
<style>
span { border-color: #60AD58; }
span { border-color: rgb(96,173,88); }
td.TdClassName
{
border-color: #60AD58;
}
.TagClassName
{
border-color: #60AD58;
}
</style>