Shades of Apple #60A14A
Tints of Apple #60A14A
RGB
CMYK
RGB Variations
Color information
#60A14A (or 0x60A14A) is known color: Apple. HEX triplet: 60, A1 and 4A. RGB value is (96,161,74). Sum of RGB (Red+Green+Blue) = 96+161+74=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #60A14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A14A is #9F5EB5. Grayscale: #838383. Windows color (decimal): -10444470 or 4890976. OLE color: 4890976.
HSL color Cylindrical-coordinate representation of color #60A14A: hue angle of 104.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60A14A is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 161 | 74 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.37 |
| HSL | 104.83º | 0.37% | 0.46% | - |
| HSV(B) | 104.83º | 0.54% | 0.63% | - |
| XYZ | 18.8 | 28.47 | 10.98 | - |
| YUV | 131.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 74 | 0.40 | 0 | 0.54 | 0.37 | 104.83 | 0.37 | 0.46 |
| Hex | 60 | A1 | 4A | 28 | 0 | 36 | 25 | 69 | 25 | 2E |
| Octal | 140 | 241 | 112 | 50 | 0 | 66 | 45 | 151 | 45 | 56 |
| Binary | 1100000 | 10100001 | 1001010 | 101000 | 0 | 110110 | 100101 | 1101001 | 100101 | 101110 |
Color Harmonies of #60A14A
Complementary color
Monochromatic Colors of #60A14A
Black with #60A14A
Text Example
Text Example
White with #60A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A14A; }
p { color: rgb(96,161,74); }
H1.HeaderClassName
{
color: #60A14A;
}
.AnyTagClassName
{
color: #60A14A;
}
</style>
background-color css
<style>
a { background-color: #60A14A; }
a { background-color: rgb(96,161,74); }
div.DivClassName
{
background-color: #60A14A;
}
.BgClassName
{
background-color: #60A14A;
}
</style>
border-color css
<style>
span { border-color: #60A14A; }
span { border-color: rgb(96,161,74); }
td.TdClassName
{
border-color: #60A14A;
}
.TagClassName
{
border-color: #60A14A;
}
</style>