Shades of Apple #60AC4B
Tints of Apple #60AC4B
RGB
CMYK
RGB Variations
Color information
#60AC4B (or 0x60AC4B) is known color: Apple. HEX triplet: 60, AC and 4B. RGB value is (96,172,75). Sum of RGB (Red+Green+Blue) = 96+172+75=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC4B is #9F53B4. Grayscale: #8A8A8A. Windows color (decimal): -10441653 or 4959328. OLE color: 4959328.
HSL color Cylindrical-coordinate representation of color #60AC4B: hue angle of 107.01º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60AC4B is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 75 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.33 |
| HSL | 107.01º | 0.39% | 0.48% | - |
| HSV(B) | 107.01º | 0.56% | 0.67% | - |
| XYZ | 20.85 | 32.5 | 11.83 | - |
| YUV | 138.22 | 92.32 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 75 | 0.44 | 0 | 0.56 | 0.33 | 107.01 | 0.39 | 0.48 |
| Hex | 60 | AC | 4B | 2C | 0 | 38 | 21 | 6B | 27 | 30 |
| Octal | 140 | 254 | 113 | 54 | 0 | 70 | 41 | 153 | 47 | 60 |
| Binary | 1100000 | 10101100 | 1001011 | 101100 | 0 | 111000 | 100001 | 1101011 | 100111 | 110000 |
Color Harmonies of #60AC4B
Complementary color
Monochromatic Colors of #60AC4B
Black with #60AC4B
Text Example
Text Example
White with #60AC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC4B; }
p { color: rgb(96,172,75); }
H1.HeaderClassName
{
color: #60AC4B;
}
.AnyTagClassName
{
color: #60AC4B;
}
</style>
background-color css
<style>
a { background-color: #60AC4B; }
a { background-color: rgb(96,172,75); }
div.DivClassName
{
background-color: #60AC4B;
}
.BgClassName
{
background-color: #60AC4B;
}
</style>
border-color css
<style>
span { border-color: #60AC4B; }
span { border-color: rgb(96,172,75); }
td.TdClassName
{
border-color: #60AC4B;
}
.TagClassName
{
border-color: #60AC4B;
}
</style>