Shades of Apple #60AB3E
Tints of Apple #60AB3E
RGB
CMYK
RGB Variations
Color information
#60AB3E (or 0x60AB3E) is known color: Apple. HEX triplet: 60, AB and 3E. RGB value is (96,171,62). Sum of RGB (Red+Green+Blue) = 96+171+62=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AB3E is #9F54C1. Grayscale: #888888. Windows color (decimal): -10441922 or 4107104. OLE color: 4107104.
HSL color Cylindrical-coordinate representation of color #60AB3E: hue angle of 101.28º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60AB3E is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 62 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.33 |
| HSL | 101.28º | 0.47% | 0.46% | - |
| HSV(B) | 101.28º | 0.64% | 0.67% | - |
| XYZ | 20.26 | 31.96 | 9.66 | - |
| YUV | 136.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 62 | 0.44 | 0 | 0.64 | 0.33 | 101.28 | 0.47 | 0.46 |
| Hex | 60 | AB | 3E | 2C | 0 | 40 | 21 | 65 | 2F | 2E |
| Octal | 140 | 253 | 76 | 54 | 0 | 100 | 41 | 145 | 57 | 56 |
| Binary | 1100000 | 10101011 | 111110 | 101100 | 0 | 1000000 | 100001 | 1100101 | 101111 | 101110 |
Color Harmonies of #60AB3E
Complementary color
Monochromatic Colors of #60AB3E
Black with #60AB3E
Text Example
Text Example
White with #60AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB3E; }
p { color: rgb(96,171,62); }
H1.HeaderClassName
{
color: #60AB3E;
}
.AnyTagClassName
{
color: #60AB3E;
}
</style>
background-color css
<style>
a { background-color: #60AB3E; }
a { background-color: rgb(96,171,62); }
div.DivClassName
{
background-color: #60AB3E;
}
.BgClassName
{
background-color: #60AB3E;
}
</style>
border-color css
<style>
span { border-color: #60AB3E; }
span { border-color: rgb(96,171,62); }
td.TdClassName
{
border-color: #60AB3E;
}
.TagClassName
{
border-color: #60AB3E;
}
</style>