Shades of Apple #5AAE30
Tints of Apple #5AAE30
RGB
CMYK
RGB Variations
Color information
#5AAE30 (or 0x5AAE30) is known color: Apple. HEX triplet: 5A, AE and 30. RGB value is (90,174,48). Sum of RGB (Red+Green+Blue) = 90+174+48=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE30 is #A551CF. Grayscale: #868686. Windows color (decimal): -10834384 or 3190362. OLE color: 3190362.
HSL color Cylindrical-coordinate representation of color #5AAE30: hue angle of 100º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AAE30 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 48 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.32 |
| HSL | 100º | 0.57% | 0.44% | - |
| HSV(B) | 100º | 0.72% | 0.68% | - |
| XYZ | 19.89 | 32.66 | 8.05 | - |
| YUV | 134.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 48 | 0.48 | 0 | 0.72 | 0.32 | 100 | 0.57 | 0.44 |
| Hex | 5A | AE | 30 | 30 | 0 | 48 | 20 | 64 | 39 | 2C |
| Octal | 132 | 256 | 60 | 60 | 0 | 110 | 40 | 144 | 71 | 54 |
| Binary | 1011010 | 10101110 | 110000 | 110000 | 0 | 1001000 | 100000 | 1100100 | 111001 | 101100 |
Color Harmonies of #5AAE30
Complementary color
Monochromatic Colors of #5AAE30
Black with #5AAE30
Text Example
Text Example
White with #5AAE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE30; }
p { color: rgb(90,174,48); }
H1.HeaderClassName
{
color: #5AAE30;
}
.AnyTagClassName
{
color: #5AAE30;
}
</style>
background-color css
<style>
a { background-color: #5AAE30; }
a { background-color: rgb(90,174,48); }
div.DivClassName
{
background-color: #5AAE30;
}
.BgClassName
{
background-color: #5AAE30;
}
</style>
border-color css
<style>
span { border-color: #5AAE30; }
span { border-color: rgb(90,174,48); }
td.TdClassName
{
border-color: #5AAE30;
}
.TagClassName
{
border-color: #5AAE30;
}
</style>