Shades of Apple #5AAB47
Tints of Apple #5AAB47
RGB
CMYK
RGB Variations
Color information
#5AAB47 (or 0x5AAB47) is known color: Apple. HEX triplet: 5A, AB and 47. RGB value is (90,171,71). Sum of RGB (Red+Green+Blue) = 90+171+71=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB47 is #A554B8. Grayscale: #878787. Windows color (decimal): -10835129 or 4696922. OLE color: 4696922.
HSL color Cylindrical-coordinate representation of color #5AAB47: hue angle of 108.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AAB47 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 71 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.33 |
| HSL | 108.6º | 0.41% | 0.47% | - |
| HSV(B) | 108.6º | 0.58% | 0.67% | - |
| XYZ | 19.92 | 31.75 | 11.04 | - |
| YUV | 135.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 71 | 0.47 | 0 | 0.58 | 0.33 | 108.6 | 0.41 | 0.47 |
| Hex | 5A | AB | 47 | 2F | 0 | 3A | 21 | 6D | 29 | 2F |
| Octal | 132 | 253 | 107 | 57 | 0 | 72 | 41 | 155 | 51 | 57 |
| Binary | 1011010 | 10101011 | 1000111 | 101111 | 0 | 111010 | 100001 | 1101101 | 101001 | 101111 |
Color Harmonies of #5AAB47
Complementary color
Monochromatic Colors of #5AAB47
Black with #5AAB47
Text Example
Text Example
White with #5AAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB47; }
p { color: rgb(90,171,71); }
H1.HeaderClassName
{
color: #5AAB47;
}
.AnyTagClassName
{
color: #5AAB47;
}
</style>
background-color css
<style>
a { background-color: #5AAB47; }
a { background-color: rgb(90,171,71); }
div.DivClassName
{
background-color: #5AAB47;
}
.BgClassName
{
background-color: #5AAB47;
}
</style>
border-color css
<style>
span { border-color: #5AAB47; }
span { border-color: rgb(90,171,71); }
td.TdClassName
{
border-color: #5AAB47;
}
.TagClassName
{
border-color: #5AAB47;
}
</style>