Shades of Apple #59AA3C
Tints of Apple #59AA3C
RGB
CMYK
RGB Variations
Color information
#59AA3C (or 0x59AA3C) is known color: Apple. HEX triplet: 59, AA and 3C. RGB value is (89,170,60). Sum of RGB (Red+Green+Blue) = 89+170+60=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59AA3C is #A655C3. Grayscale: #858585. Windows color (decimal): -10900932 or 3975769. OLE color: 3975769.
HSL color Cylindrical-coordinate representation of color #59AA3C: hue angle of 104.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59AA3C is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 60 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.33 |
| HSL | 104.18º | 0.48% | 0.45% | - |
| HSV(B) | 104.18º | 0.65% | 0.67% | - |
| XYZ | 19.31 | 31.2 | 9.28 | - |
| YUV | 133.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 60 | 0.48 | 0 | 0.65 | 0.33 | 104.18 | 0.48 | 0.45 |
| Hex | 59 | AA | 3C | 30 | 0 | 41 | 21 | 68 | 30 | 2D |
| Octal | 131 | 252 | 74 | 60 | 0 | 101 | 41 | 150 | 60 | 55 |
| Binary | 1011001 | 10101010 | 111100 | 110000 | 0 | 1000001 | 100001 | 1101000 | 110000 | 101101 |
Color Harmonies of #59AA3C
Complementary color
Monochromatic Colors of #59AA3C
Black with #59AA3C
Text Example
Text Example
White with #59AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AA3C; }
p { color: rgb(89,170,60); }
H1.HeaderClassName
{
color: #59AA3C;
}
.AnyTagClassName
{
color: #59AA3C;
}
</style>
background-color css
<style>
a { background-color: #59AA3C; }
a { background-color: rgb(89,170,60); }
div.DivClassName
{
background-color: #59AA3C;
}
.BgClassName
{
background-color: #59AA3C;
}
</style>
border-color css
<style>
span { border-color: #59AA3C; }
span { border-color: rgb(89,170,60); }
td.TdClassName
{
border-color: #59AA3C;
}
.TagClassName
{
border-color: #59AA3C;
}
</style>