Shades of Apple #59A144
Tints of Apple #59A144
RGB
CMYK
RGB Variations
Color information
#59A144 (or 0x59A144) is known color: Apple. HEX triplet: 59, A1 and 44. RGB value is (89,161,68). Sum of RGB (Red+Green+Blue) = 89+161+68=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #59A144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A144 is #A65EBB. Grayscale: #818181. Windows color (decimal): -10903228 or 4497753. OLE color: 4497753.
HSL color Cylindrical-coordinate representation of color #59A144: hue angle of 106.45º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59A144 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 68 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.37 |
| HSL | 106.45º | 0.41% | 0.45% | - |
| HSV(B) | 106.45º | 0.58% | 0.63% | - |
| XYZ | 17.91 | 28.03 | 9.94 | - |
| YUV | 128.87 | 93.65 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 68 | 0.45 | 0 | 0.58 | 0.37 | 106.45 | 0.41 | 0.45 |
| Hex | 59 | A1 | 44 | 2D | 0 | 3A | 25 | 6A | 29 | 2D |
| Octal | 131 | 241 | 104 | 55 | 0 | 72 | 45 | 152 | 51 | 55 |
| Binary | 1011001 | 10100001 | 1000100 | 101101 | 0 | 111010 | 100101 | 1101010 | 101001 | 101101 |
Color Harmonies of #59A144
Complementary color
Monochromatic Colors of #59A144
Black with #59A144
Text Example
Text Example
White with #59A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A144; }
p { color: rgb(89,161,68); }
H1.HeaderClassName
{
color: #59A144;
}
.AnyTagClassName
{
color: #59A144;
}
</style>
background-color css
<style>
a { background-color: #59A144; }
a { background-color: rgb(89,161,68); }
div.DivClassName
{
background-color: #59A144;
}
.BgClassName
{
background-color: #59A144;
}
</style>
border-color css
<style>
span { border-color: #59A144; }
span { border-color: rgb(89,161,68); }
td.TdClassName
{
border-color: #59A144;
}
.TagClassName
{
border-color: #59A144;
}
</style>