Shades of Apple #5AB449
Tints of Apple #5AB449
RGB
CMYK
RGB Variations
Color information
#5AB449 (or 0x5AB449) is known color: Apple. HEX triplet: 5A, B4 and 49. RGB value is (90,180,73). Sum of RGB (Red+Green+Blue) = 90+180+73=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB449 is #A54BB6. Grayscale: #8D8D8D. Windows color (decimal): -10832823 or 4830298. OLE color: 4830298.
HSL color Cylindrical-coordinate representation of color #5AB449: hue angle of 110.47º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB449 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 73 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.29 |
| HSL | 110.47º | 0.42% | 0.5% | - |
| HSV(B) | 110.47º | 0.59% | 0.71% | - |
| XYZ | 21.74 | 35.3 | 11.97 | - |
| YUV | 140.89 | 89.68 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 73 | 0.50 | 0 | 0.59 | 0.29 | 110.47 | 0.42 | 0.5 |
| Hex | 5A | B4 | 49 | 32 | 0 | 3B | 1D | 6E | 2A | 32 |
| Octal | 132 | 264 | 111 | 62 | 0 | 73 | 35 | 156 | 52 | 62 |
| Binary | 1011010 | 10110100 | 1001001 | 110010 | 0 | 111011 | 11101 | 1101110 | 101010 | 110010 |
Color Harmonies of #5AB449
Complementary color
Monochromatic Colors of #5AB449
Black with #5AB449
Text Example
Text Example
White with #5AB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB449; }
p { color: rgb(90,180,73); }
H1.HeaderClassName
{
color: #5AB449;
}
.AnyTagClassName
{
color: #5AB449;
}
</style>
background-color css
<style>
a { background-color: #5AB449; }
a { background-color: rgb(90,180,73); }
div.DivClassName
{
background-color: #5AB449;
}
.BgClassName
{
background-color: #5AB449;
}
</style>
border-color css
<style>
span { border-color: #5AB449; }
span { border-color: rgb(90,180,73); }
td.TdClassName
{
border-color: #5AB449;
}
.TagClassName
{
border-color: #5AB449;
}
</style>