Shades of Apple #59A141
Tints of Apple #59A141
RGB
CMYK
RGB Variations
Color information
#59A141 (or 0x59A141) is known color: Apple. HEX triplet: 59, A1 and 41. RGB value is (89,161,65). Sum of RGB (Red+Green+Blue) = 89+161+65=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #59A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A141 is #A65EBE. Grayscale: #808080. Windows color (decimal): -10903231 or 4301145. OLE color: 4301145.
HSL color Cylindrical-coordinate representation of color #59A141: hue angle of 105º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59A141 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 65 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.37 |
| HSL | 105º | 0.42% | 0.44% | - |
| HSV(B) | 105º | 0.6% | 0.63% | - |
| XYZ | 17.82 | 28 | 9.47 | - |
| YUV | 128.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 65 | 0.45 | 0 | 0.60 | 0.37 | 105 | 0.42 | 0.44 |
| Hex | 59 | A1 | 41 | 2D | 0 | 3C | 25 | 69 | 2A | 2C |
| Octal | 131 | 241 | 101 | 55 | 0 | 74 | 45 | 151 | 52 | 54 |
| Binary | 1011001 | 10100001 | 1000001 | 101101 | 0 | 111100 | 100101 | 1101001 | 101010 | 101100 |
Color Harmonies of #59A141
Complementary color
Monochromatic Colors of #59A141
Black with #59A141
Text Example
Text Example
White with #59A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A141; }
p { color: rgb(89,161,65); }
H1.HeaderClassName
{
color: #59A141;
}
.AnyTagClassName
{
color: #59A141;
}
</style>
background-color css
<style>
a { background-color: #59A141; }
a { background-color: rgb(89,161,65); }
div.DivClassName
{
background-color: #59A141;
}
.BgClassName
{
background-color: #59A141;
}
</style>
border-color css
<style>
span { border-color: #59A141; }
span { border-color: rgb(89,161,65); }
td.TdClassName
{
border-color: #59A141;
}
.TagClassName
{
border-color: #59A141;
}
</style>