Shades of Apple #59AA4A
Tints of Apple #59AA4A
RGB
CMYK
RGB Variations
Color information
#59AA4A (or 0x59AA4A) is known color: Apple. HEX triplet: 59, AA and 4A. RGB value is (89,170,74). Sum of RGB (Red+Green+Blue) = 89+170+74=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59AA4A is #A655B5. Grayscale: #878787. Windows color (decimal): -10900918 or 4893273. OLE color: 4893273.
HSL color Cylindrical-coordinate representation of color #59AA4A: hue angle of 110.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59AA4A is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 74 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.33 |
| HSL | 110.63º | 0.39% | 0.48% | - |
| HSV(B) | 110.63º | 0.56% | 0.67% | - |
| XYZ | 19.73 | 31.37 | 11.49 | - |
| YUV | 134.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 74 | 0.48 | 0 | 0.56 | 0.33 | 110.63 | 0.39 | 0.48 |
| Hex | 59 | AA | 4A | 30 | 0 | 38 | 21 | 6F | 27 | 30 |
| Octal | 131 | 252 | 112 | 60 | 0 | 70 | 41 | 157 | 47 | 60 |
| Binary | 1011001 | 10101010 | 1001010 | 110000 | 0 | 111000 | 100001 | 1101111 | 100111 | 110000 |
Color Harmonies of #59AA4A
Complementary color
Monochromatic Colors of #59AA4A
Black with #59AA4A
Text Example
Text Example
White with #59AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AA4A; }
p { color: rgb(89,170,74); }
H1.HeaderClassName
{
color: #59AA4A;
}
.AnyTagClassName
{
color: #59AA4A;
}
</style>
background-color css
<style>
a { background-color: #59AA4A; }
a { background-color: rgb(89,170,74); }
div.DivClassName
{
background-color: #59AA4A;
}
.BgClassName
{
background-color: #59AA4A;
}
</style>
border-color css
<style>
span { border-color: #59AA4A; }
span { border-color: rgb(89,170,74); }
td.TdClassName
{
border-color: #59AA4A;
}
.TagClassName
{
border-color: #59AA4A;
}
</style>