Shades of Apple #60AC32
Tints of Apple #60AC32
RGB
CMYK
RGB Variations
Color information
#60AC32 (or 0x60AC32) is known color: Apple. HEX triplet: 60, AC and 32. RGB value is (96,172,50). Sum of RGB (Red+Green+Blue) = 96+172+50=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC32 is #9F53CD. Grayscale: #878787. Windows color (decimal): -10441678 or 3320928. OLE color: 3320928.
HSL color Cylindrical-coordinate representation of color #60AC32: hue angle of 97.38º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60AC32 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 50 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.33 |
| HSL | 97.38º | 0.55% | 0.44% | - |
| HSV(B) | 97.38º | 0.71% | 0.67% | - |
| XYZ | 20.15 | 32.22 | 8.17 | - |
| YUV | 135.37 | 79.82 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 50 | 0.44 | 0 | 0.71 | 0.33 | 97.38 | 0.55 | 0.44 |
| Hex | 60 | AC | 32 | 2C | 0 | 47 | 21 | 61 | 37 | 2C |
| Octal | 140 | 254 | 62 | 54 | 0 | 107 | 41 | 141 | 67 | 54 |
| Binary | 1100000 | 10101100 | 110010 | 101100 | 0 | 1000111 | 100001 | 1100001 | 110111 | 101100 |
Color Harmonies of #60AC32
Complementary color
Monochromatic Colors of #60AC32
Black with #60AC32
Text Example
Text Example
White with #60AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC32; }
p { color: rgb(96,172,50); }
H1.HeaderClassName
{
color: #60AC32;
}
.AnyTagClassName
{
color: #60AC32;
}
</style>
background-color css
<style>
a { background-color: #60AC32; }
a { background-color: rgb(96,172,50); }
div.DivClassName
{
background-color: #60AC32;
}
.BgClassName
{
background-color: #60AC32;
}
</style>
border-color css
<style>
span { border-color: #60AC32; }
span { border-color: rgb(96,172,50); }
td.TdClassName
{
border-color: #60AC32;
}
.TagClassName
{
border-color: #60AC32;
}
</style>