Shades of Apple #5AAB40
Tints of Apple #5AAB40
RGB
CMYK
RGB Variations
Color information
#5AAB40 (or 0x5AAB40) is known color: Apple. HEX triplet: 5A, AB and 40. RGB value is (90,171,64). Sum of RGB (Red+Green+Blue) = 90+171+64=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB40 is #A554BF. Grayscale: #868686. Windows color (decimal): -10835136 or 4238170. OLE color: 4238170.
HSL color Cylindrical-coordinate representation of color #5AAB40: hue angle of 105.42º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AAB40 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 64 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.33 |
| HSL | 105.42º | 0.46% | 0.46% | - |
| HSV(B) | 105.42º | 0.63% | 0.67% | - |
| XYZ | 19.7 | 31.67 | 9.92 | - |
| YUV | 134.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 64 | 0.47 | 0 | 0.63 | 0.33 | 105.42 | 0.46 | 0.46 |
| Hex | 5A | AB | 40 | 2F | 0 | 3F | 21 | 69 | 2E | 2E |
| Octal | 132 | 253 | 100 | 57 | 0 | 77 | 41 | 151 | 56 | 56 |
| Binary | 1011010 | 10101011 | 1000000 | 101111 | 0 | 111111 | 100001 | 1101001 | 101110 | 101110 |
Color Harmonies of #5AAB40
Complementary color
Monochromatic Colors of #5AAB40
Black with #5AAB40
Text Example
Text Example
White with #5AAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB40; }
p { color: rgb(90,171,64); }
H1.HeaderClassName
{
color: #5AAB40;
}
.AnyTagClassName
{
color: #5AAB40;
}
</style>
background-color css
<style>
a { background-color: #5AAB40; }
a { background-color: rgb(90,171,64); }
div.DivClassName
{
background-color: #5AAB40;
}
.BgClassName
{
background-color: #5AAB40;
}
</style>
border-color css
<style>
span { border-color: #5AAB40; }
span { border-color: rgb(90,171,64); }
td.TdClassName
{
border-color: #5AAB40;
}
.TagClassName
{
border-color: #5AAB40;
}
</style>