Shades of Apple #60AC34
Tints of Apple #60AC34
RGB
CMYK
RGB Variations
Color information
#60AC34 (or 0x60AC34) is known color: Apple. HEX triplet: 60, AC and 34. RGB value is (96,172,52). Sum of RGB (Red+Green+Blue) = 96+172+52=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC34 is #9F53CB. Grayscale: #878787. Windows color (decimal): -10441676 or 3452000. OLE color: 3452000.
HSL color Cylindrical-coordinate representation of color #60AC34: hue angle of 98º 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 #60AC34 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 52 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.33 |
| HSL | 98º | 0.54% | 0.44% | - |
| HSV(B) | 98º | 0.7% | 0.67% | - |
| XYZ | 20.2 | 32.24 | 8.41 | - |
| YUV | 135.6 | 80.82 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 52 | 0.44 | 0 | 0.70 | 0.33 | 98 | 0.54 | 0.44 |
| Hex | 60 | AC | 34 | 2C | 0 | 46 | 21 | 62 | 36 | 2C |
| Octal | 140 | 254 | 64 | 54 | 0 | 106 | 41 | 142 | 66 | 54 |
| Binary | 1100000 | 10101100 | 110100 | 101100 | 0 | 1000110 | 100001 | 1100010 | 110110 | 101100 |
Color Harmonies of #60AC34
Complementary color
Monochromatic Colors of #60AC34
Black with #60AC34
Text Example
Text Example
White with #60AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC34; }
p { color: rgb(96,172,52); }
H1.HeaderClassName
{
color: #60AC34;
}
.AnyTagClassName
{
color: #60AC34;
}
</style>
background-color css
<style>
a { background-color: #60AC34; }
a { background-color: rgb(96,172,52); }
div.DivClassName
{
background-color: #60AC34;
}
.BgClassName
{
background-color: #60AC34;
}
</style>
border-color css
<style>
span { border-color: #60AC34; }
span { border-color: rgb(96,172,52); }
td.TdClassName
{
border-color: #60AC34;
}
.TagClassName
{
border-color: #60AC34;
}
</style>