Shades of Apple #60A252
Tints of Apple #60A252
RGB
CMYK
RGB Variations
Color information
#60A252 (or 0x60A252) is known color: Apple. HEX triplet: 60, A2 and 52. RGB value is (96,162,82). Sum of RGB (Red+Green+Blue) = 96+162+82=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #60A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A252 is #9F5DAD. Grayscale: #858585. Windows color (decimal): -10444206 or 5415520. OLE color: 5415520.
HSL color Cylindrical-coordinate representation of color #60A252: hue angle of 109.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60A252 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 162 | 82 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.36 |
| HSL | 109.5º | 0.33% | 0.48% | - |
| HSV(B) | 109.5º | 0.49% | 0.64% | - |
| XYZ | 19.27 | 28.94 | 12.55 | - |
| YUV | 133.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 82 | 0.41 | 0 | 0.49 | 0.36 | 109.5 | 0.33 | 0.48 |
| Hex | 60 | A2 | 52 | 29 | 0 | 31 | 24 | 6E | 21 | 30 |
| Octal | 140 | 242 | 122 | 51 | 0 | 61 | 44 | 156 | 41 | 60 |
| Binary | 1100000 | 10100010 | 1010010 | 101001 | 0 | 110001 | 100100 | 1101110 | 100001 | 110000 |
Color Harmonies of #60A252
Complementary color
Monochromatic Colors of #60A252
Black with #60A252
Text Example
Text Example
White with #60A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A252; }
p { color: rgb(96,162,82); }
H1.HeaderClassName
{
color: #60A252;
}
.AnyTagClassName
{
color: #60A252;
}
</style>
background-color css
<style>
a { background-color: #60A252; }
a { background-color: rgb(96,162,82); }
div.DivClassName
{
background-color: #60A252;
}
.BgClassName
{
background-color: #60A252;
}
</style>
border-color css
<style>
span { border-color: #60A252; }
span { border-color: rgb(96,162,82); }
td.TdClassName
{
border-color: #60A252;
}
.TagClassName
{
border-color: #60A252;
}
</style>