Shades of Apple #59A94A
Tints of Apple #59A94A
RGB
CMYK
RGB Variations
Color information
#59A94A (or 0x59A94A) is known color: Apple. HEX triplet: 59, A9 and 4A. RGB value is (89,169,74). Sum of RGB (Red+Green+Blue) = 89+169+74=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #59A94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A94A is #A656B5. Grayscale: #868686. Windows color (decimal): -10901174 or 4893017. OLE color: 4893017.
HSL color Cylindrical-coordinate representation of color #59A94A: hue angle of 110.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59A94A is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 169 | 74 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.34 |
| HSL | 110.53º | 0.39% | 0.48% | - |
| HSV(B) | 110.53º | 0.56% | 0.66% | - |
| XYZ | 19.54 | 30.99 | 11.43 | - |
| YUV | 134.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 169 | 74 | 0.47 | 0 | 0.56 | 0.34 | 110.53 | 0.39 | 0.48 |
| Hex | 59 | A9 | 4A | 2F | 0 | 38 | 22 | 6F | 27 | 30 |
| Octal | 131 | 251 | 112 | 57 | 0 | 70 | 42 | 157 | 47 | 60 |
| Binary | 1011001 | 10101001 | 1001010 | 101111 | 0 | 111000 | 100010 | 1101111 | 100111 | 110000 |
Color Harmonies of #59A94A
Complementary color
Monochromatic Colors of #59A94A
Black with #59A94A
Text Example
Text Example
White with #59A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A94A; }
p { color: rgb(89,169,74); }
H1.HeaderClassName
{
color: #59A94A;
}
.AnyTagClassName
{
color: #59A94A;
}
</style>
background-color css
<style>
a { background-color: #59A94A; }
a { background-color: rgb(89,169,74); }
div.DivClassName
{
background-color: #59A94A;
}
.BgClassName
{
background-color: #59A94A;
}
</style>
border-color css
<style>
span { border-color: #59A94A; }
span { border-color: rgb(89,169,74); }
td.TdClassName
{
border-color: #59A94A;
}
.TagClassName
{
border-color: #59A94A;
}
</style>