Shades of Apple #5AAD3F
Tints of Apple #5AAD3F
RGB
CMYK
RGB Variations
Color information
#5AAD3F (or 0x5AAD3F) is known color: Apple. HEX triplet: 5A, AD and 3F. RGB value is (90,173,63). Sum of RGB (Red+Green+Blue) = 90+173+63=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAD3F is #A552C0. Grayscale: #888888. Windows color (decimal): -10834625 or 4173146. OLE color: 4173146.
HSL color Cylindrical-coordinate representation of color #5AAD3F: hue angle of 105.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AAD3F is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 63 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.32 |
| HSL | 105.27º | 0.47% | 0.46% | - |
| HSV(B) | 105.27º | 0.64% | 0.68% | - |
| XYZ | 20.06 | 32.42 | 9.9 | - |
| YUV | 135.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 63 | 0.48 | 0 | 0.64 | 0.32 | 105.27 | 0.47 | 0.46 |
| Hex | 5A | AD | 3F | 30 | 0 | 40 | 20 | 69 | 2F | 2E |
| Octal | 132 | 255 | 77 | 60 | 0 | 100 | 40 | 151 | 57 | 56 |
| Binary | 1011010 | 10101101 | 111111 | 110000 | 0 | 1000000 | 100000 | 1101001 | 101111 | 101110 |
Color Harmonies of #5AAD3F
Complementary color
Monochromatic Colors of #5AAD3F
Black with #5AAD3F
Text Example
Text Example
White with #5AAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAD3F; }
p { color: rgb(90,173,63); }
H1.HeaderClassName
{
color: #5AAD3F;
}
.AnyTagClassName
{
color: #5AAD3F;
}
</style>
background-color css
<style>
a { background-color: #5AAD3F; }
a { background-color: rgb(90,173,63); }
div.DivClassName
{
background-color: #5AAD3F;
}
.BgClassName
{
background-color: #5AAD3F;
}
</style>
border-color css
<style>
span { border-color: #5AAD3F; }
span { border-color: rgb(90,173,63); }
td.TdClassName
{
border-color: #5AAD3F;
}
.TagClassName
{
border-color: #5AAD3F;
}
</style>