Shades of Apple #5AAE45
Tints of Apple #5AAE45
RGB
CMYK
RGB Variations
Color information
#5AAE45 (or 0x5AAE45) is known color: Apple. HEX triplet: 5A, AE and 45. RGB value is (90,174,69). Sum of RGB (Red+Green+Blue) = 90+174+69=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE45 is #A551BA. Grayscale: #898989. Windows color (decimal): -10834363 or 4566618. OLE color: 4566618.
HSL color Cylindrical-coordinate representation of color #5AAE45: hue angle of 108º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AAE45 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 69 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.32 |
| HSL | 108º | 0.43% | 0.48% | - |
| HSV(B) | 108º | 0.6% | 0.68% | - |
| XYZ | 20.43 | 32.88 | 10.9 | - |
| YUV | 136.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 69 | 0.48 | 0 | 0.60 | 0.32 | 108 | 0.43 | 0.48 |
| Hex | 5A | AE | 45 | 30 | 0 | 3C | 20 | 6C | 2B | 30 |
| Octal | 132 | 256 | 105 | 60 | 0 | 74 | 40 | 154 | 53 | 60 |
| Binary | 1011010 | 10101110 | 1000101 | 110000 | 0 | 111100 | 100000 | 1101100 | 101011 | 110000 |
Color Harmonies of #5AAE45
Complementary color
Monochromatic Colors of #5AAE45
Black with #5AAE45
Text Example
Text Example
White with #5AAE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE45; }
p { color: rgb(90,174,69); }
H1.HeaderClassName
{
color: #5AAE45;
}
.AnyTagClassName
{
color: #5AAE45;
}
</style>
background-color css
<style>
a { background-color: #5AAE45; }
a { background-color: rgb(90,174,69); }
div.DivClassName
{
background-color: #5AAE45;
}
.BgClassName
{
background-color: #5AAE45;
}
</style>
border-color css
<style>
span { border-color: #5AAE45; }
span { border-color: rgb(90,174,69); }
td.TdClassName
{
border-color: #5AAE45;
}
.TagClassName
{
border-color: #5AAE45;
}
</style>