Shades of Apple #60AA4C
Tints of Apple #60AA4C
RGB
CMYK
RGB Variations
Color information
#60AA4C (or 0x60AA4C) is known color: Apple. HEX triplet: 60, AA and 4C. RGB value is (96,170,76). Sum of RGB (Red+Green+Blue) = 96+170+76=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA4C is #9F55B3. Grayscale: #898989. Windows color (decimal): -10442164 or 5024352. OLE color: 5024352.
HSL color Cylindrical-coordinate representation of color #60AA4C: hue angle of 107.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60AA4C is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 76 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.33 |
| HSL | 107.23º | 0.38% | 0.48% | - |
| HSV(B) | 107.23º | 0.55% | 0.67% | - |
| XYZ | 20.5 | 31.76 | 11.89 | - |
| YUV | 137.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 76 | 0.44 | 0 | 0.55 | 0.33 | 107.23 | 0.38 | 0.48 |
| Hex | 60 | AA | 4C | 2C | 0 | 37 | 21 | 6B | 26 | 30 |
| Octal | 140 | 252 | 114 | 54 | 0 | 67 | 41 | 153 | 46 | 60 |
| Binary | 1100000 | 10101010 | 1001100 | 101100 | 0 | 110111 | 100001 | 1101011 | 100110 | 110000 |
Color Harmonies of #60AA4C
Complementary color
Monochromatic Colors of #60AA4C
Black with #60AA4C
Text Example
Text Example
White with #60AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA4C; }
p { color: rgb(96,170,76); }
H1.HeaderClassName
{
color: #60AA4C;
}
.AnyTagClassName
{
color: #60AA4C;
}
</style>
background-color css
<style>
a { background-color: #60AA4C; }
a { background-color: rgb(96,170,76); }
div.DivClassName
{
background-color: #60AA4C;
}
.BgClassName
{
background-color: #60AA4C;
}
</style>
border-color css
<style>
span { border-color: #60AA4C; }
span { border-color: rgb(96,170,76); }
td.TdClassName
{
border-color: #60AA4C;
}
.TagClassName
{
border-color: #60AA4C;
}
</style>