Shades of Apple #5AAD33
Tints of Apple #5AAD33
RGB
CMYK
RGB Variations
Color information
#5AAD33 (or 0x5AAD33) is known color: Apple. HEX triplet: 5A, AD and 33. RGB value is (90,173,51). Sum of RGB (Red+Green+Blue) = 90+173+51=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAD33 is #A552CC. Grayscale: #868686. Windows color (decimal): -10834637 or 3386714. OLE color: 3386714.
HSL color Cylindrical-coordinate representation of color #5AAD33: hue angle of 100.82º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AAD33 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 51 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.32 |
| HSL | 100.82º | 0.54% | 0.44% | - |
| HSV(B) | 100.82º | 0.71% | 0.68% | - |
| XYZ | 19.76 | 32.3 | 8.33 | - |
| YUV | 134.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 51 | 0.48 | 0 | 0.71 | 0.32 | 100.82 | 0.54 | 0.44 |
| Hex | 5A | AD | 33 | 30 | 0 | 47 | 20 | 65 | 36 | 2C |
| Octal | 132 | 255 | 63 | 60 | 0 | 107 | 40 | 145 | 66 | 54 |
| Binary | 1011010 | 10101101 | 110011 | 110000 | 0 | 1000111 | 100000 | 1100101 | 110110 | 101100 |
Color Harmonies of #5AAD33
Complementary color
Monochromatic Colors of #5AAD33
Black with #5AAD33
Text Example
Text Example
White with #5AAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAD33; }
p { color: rgb(90,173,51); }
H1.HeaderClassName
{
color: #5AAD33;
}
.AnyTagClassName
{
color: #5AAD33;
}
</style>
background-color css
<style>
a { background-color: #5AAD33; }
a { background-color: rgb(90,173,51); }
div.DivClassName
{
background-color: #5AAD33;
}
.BgClassName
{
background-color: #5AAD33;
}
</style>
border-color css
<style>
span { border-color: #5AAD33; }
span { border-color: rgb(90,173,51); }
td.TdClassName
{
border-color: #5AAD33;
}
.TagClassName
{
border-color: #5AAD33;
}
</style>