Shades of Apple #60AD4A
Tints of Apple #60AD4A
RGB
CMYK
RGB Variations
Color information
#60AD4A (or 0x60AD4A) is known color: Apple. HEX triplet: 60, AD and 4A. RGB value is (96,173,74). Sum of RGB (Red+Green+Blue) = 96+173+74=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AD4A is #9F52B5. Grayscale: #8B8B8B. Windows color (decimal): -10441398 or 4894048. OLE color: 4894048.
HSL color Cylindrical-coordinate representation of color #60AD4A: hue angle of 106.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60AD4A is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 74 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.32 |
| HSL | 106.67º | 0.4% | 0.48% | - |
| HSV(B) | 106.67º | 0.57% | 0.68% | - |
| XYZ | 21 | 32.87 | 11.72 | - |
| YUV | 138.69 | 91.49 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 74 | 0.45 | 0 | 0.57 | 0.32 | 106.67 | 0.4 | 0.48 |
| Hex | 60 | AD | 4A | 2D | 0 | 39 | 20 | 6B | 28 | 30 |
| Octal | 140 | 255 | 112 | 55 | 0 | 71 | 40 | 153 | 50 | 60 |
| Binary | 1100000 | 10101101 | 1001010 | 101101 | 0 | 111001 | 100000 | 1101011 | 101000 | 110000 |
Color Harmonies of #60AD4A
Complementary color
Monochromatic Colors of #60AD4A
Black with #60AD4A
Text Example
Text Example
White with #60AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD4A; }
p { color: rgb(96,173,74); }
H1.HeaderClassName
{
color: #60AD4A;
}
.AnyTagClassName
{
color: #60AD4A;
}
</style>
background-color css
<style>
a { background-color: #60AD4A; }
a { background-color: rgb(96,173,74); }
div.DivClassName
{
background-color: #60AD4A;
}
.BgClassName
{
background-color: #60AD4A;
}
</style>
border-color css
<style>
span { border-color: #60AD4A; }
span { border-color: rgb(96,173,74); }
td.TdClassName
{
border-color: #60AD4A;
}
.TagClassName
{
border-color: #60AD4A;
}
</style>