Shades of Apple #60AF4A
Tints of Apple #60AF4A
RGB
CMYK
RGB Variations
Color information
#60AF4A (or 0x60AF4A) is known color: Apple. HEX triplet: 60, AF and 4A. RGB value is (96,175,74). Sum of RGB (Red+Green+Blue) = 96+175+74=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AF4A is #9F50B5. Grayscale: #8C8C8C. Windows color (decimal): -10440886 or 4894560. OLE color: 4894560.
HSL color Cylindrical-coordinate representation of color #60AF4A: hue angle of 106.93º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60AF4A is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 74 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.31 |
| HSL | 106.93º | 0.41% | 0.49% | - |
| HSV(B) | 106.93º | 0.58% | 0.69% | - |
| XYZ | 21.39 | 33.64 | 11.84 | - |
| YUV | 139.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 74 | 0.45 | 0 | 0.58 | 0.31 | 106.93 | 0.41 | 0.49 |
| Hex | 60 | AF | 4A | 2D | 0 | 3A | 1F | 6B | 29 | 31 |
| Octal | 140 | 257 | 112 | 55 | 0 | 72 | 37 | 153 | 51 | 61 |
| Binary | 1100000 | 10101111 | 1001010 | 101101 | 0 | 111010 | 11111 | 1101011 | 101001 | 110001 |
Color Harmonies of #60AF4A
Complementary color
Monochromatic Colors of #60AF4A
Black with #60AF4A
Text Example
Text Example
White with #60AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF4A; }
p { color: rgb(96,175,74); }
H1.HeaderClassName
{
color: #60AF4A;
}
.AnyTagClassName
{
color: #60AF4A;
}
</style>
background-color css
<style>
a { background-color: #60AF4A; }
a { background-color: rgb(96,175,74); }
div.DivClassName
{
background-color: #60AF4A;
}
.BgClassName
{
background-color: #60AF4A;
}
</style>
border-color css
<style>
span { border-color: #60AF4A; }
span { border-color: rgb(96,175,74); }
td.TdClassName
{
border-color: #60AF4A;
}
.TagClassName
{
border-color: #60AF4A;
}
</style>