Shades of Apple #5AB546
Tints of Apple #5AB546
RGB
CMYK
RGB Variations
Color information
#5AB546 (or 0x5AB546) is known color: Apple. HEX triplet: 5A, B5 and 46. RGB value is (90,181,70). Sum of RGB (Red+Green+Blue) = 90+181+70=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB546 is #A54AB9. Grayscale: #8D8D8D. Windows color (decimal): -10832570 or 4633946. OLE color: 4633946.
HSL color Cylindrical-coordinate representation of color #5AB546: hue angle of 109.19º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AB546 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 70 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.29 |
| HSL | 109.19º | 0.44% | 0.49% | - |
| HSV(B) | 109.19º | 0.61% | 0.71% | - |
| XYZ | 21.85 | 35.66 | 11.53 | - |
| YUV | 141.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 70 | 0.50 | 0 | 0.61 | 0.29 | 109.19 | 0.44 | 0.49 |
| Hex | 5A | B5 | 46 | 32 | 0 | 3D | 1D | 6D | 2C | 31 |
| Octal | 132 | 265 | 106 | 62 | 0 | 75 | 35 | 155 | 54 | 61 |
| Binary | 1011010 | 10110101 | 1000110 | 110010 | 0 | 111101 | 11101 | 1101101 | 101100 | 110001 |
Color Harmonies of #5AB546
Complementary color
Monochromatic Colors of #5AB546
Black with #5AB546
Text Example
Text Example
White with #5AB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB546; }
p { color: rgb(90,181,70); }
H1.HeaderClassName
{
color: #5AB546;
}
.AnyTagClassName
{
color: #5AB546;
}
</style>
background-color css
<style>
a { background-color: #5AB546; }
a { background-color: rgb(90,181,70); }
div.DivClassName
{
background-color: #5AB546;
}
.BgClassName
{
background-color: #5AB546;
}
</style>
border-color css
<style>
span { border-color: #5AB546; }
span { border-color: rgb(90,181,70); }
td.TdClassName
{
border-color: #5AB546;
}
.TagClassName
{
border-color: #5AB546;
}
</style>