Shades of Apple #60AC41
Tints of Apple #60AC41
RGB
CMYK
RGB Variations
Color information
#60AC41 (or 0x60AC41) is known color: Apple. HEX triplet: 60, AC and 41. RGB value is (96,172,65). Sum of RGB (Red+Green+Blue) = 96+172+65=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC41 is #9F53BE. Grayscale: #898989. Windows color (decimal): -10441663 or 4303968. OLE color: 4303968.
HSL color Cylindrical-coordinate representation of color #60AC41: hue angle of 102.62º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AC41 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 65 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.33 |
| HSL | 102.62º | 0.45% | 0.46% | - |
| HSV(B) | 102.62º | 0.62% | 0.67% | - |
| XYZ | 20.53 | 32.37 | 10.17 | - |
| YUV | 137.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 65 | 0.44 | 0 | 0.62 | 0.33 | 102.62 | 0.45 | 0.46 |
| Hex | 60 | AC | 41 | 2C | 0 | 3E | 21 | 67 | 2D | 2E |
| Octal | 140 | 254 | 101 | 54 | 0 | 76 | 41 | 147 | 55 | 56 |
| Binary | 1100000 | 10101100 | 1000001 | 101100 | 0 | 111110 | 100001 | 1100111 | 101101 | 101110 |
Color Harmonies of #60AC41
Complementary color
Monochromatic Colors of #60AC41
Black with #60AC41
Text Example
Text Example
White with #60AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC41; }
p { color: rgb(96,172,65); }
H1.HeaderClassName
{
color: #60AC41;
}
.AnyTagClassName
{
color: #60AC41;
}
</style>
background-color css
<style>
a { background-color: #60AC41; }
a { background-color: rgb(96,172,65); }
div.DivClassName
{
background-color: #60AC41;
}
.BgClassName
{
background-color: #60AC41;
}
</style>
border-color css
<style>
span { border-color: #60AC41; }
span { border-color: rgb(96,172,65); }
td.TdClassName
{
border-color: #60AC41;
}
.TagClassName
{
border-color: #60AC41;
}
</style>