Shades of Apple #60AC33
Tints of Apple #60AC33
RGB
CMYK
RGB Variations
Color information
#60AC33 (or 0x60AC33) is known color: Apple. HEX triplet: 60, AC and 33. RGB value is (96,172,51). Sum of RGB (Red+Green+Blue) = 96+172+51=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC33 is #9F53CC. Grayscale: #878787. Windows color (decimal): -10441677 or 3386464. OLE color: 3386464.
HSL color Cylindrical-coordinate representation of color #60AC33: hue angle of 97.69º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60AC33 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 51 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.33 |
| HSL | 97.69º | 0.54% | 0.44% | - |
| HSV(B) | 97.69º | 0.7% | 0.67% | - |
| XYZ | 20.17 | 32.23 | 8.29 | - |
| YUV | 135.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 51 | 0.44 | 0 | 0.70 | 0.33 | 97.69 | 0.54 | 0.44 |
| Hex | 60 | AC | 33 | 2C | 0 | 46 | 21 | 62 | 36 | 2C |
| Octal | 140 | 254 | 63 | 54 | 0 | 106 | 41 | 142 | 66 | 54 |
| Binary | 1100000 | 10101100 | 110011 | 101100 | 0 | 1000110 | 100001 | 1100010 | 110110 | 101100 |
Color Harmonies of #60AC33
Complementary color
Monochromatic Colors of #60AC33
Black with #60AC33
Text Example
Text Example
White with #60AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC33; }
p { color: rgb(96,172,51); }
H1.HeaderClassName
{
color: #60AC33;
}
.AnyTagClassName
{
color: #60AC33;
}
</style>
background-color css
<style>
a { background-color: #60AC33; }
a { background-color: rgb(96,172,51); }
div.DivClassName
{
background-color: #60AC33;
}
.BgClassName
{
background-color: #60AC33;
}
</style>
border-color css
<style>
span { border-color: #60AC33; }
span { border-color: rgb(96,172,51); }
td.TdClassName
{
border-color: #60AC33;
}
.TagClassName
{
border-color: #60AC33;
}
</style>