Shades of Apple #5AB746
Tints of Apple #5AB746
RGB
CMYK
RGB Variations
Color information
#5AB746 (or 0x5AB746) is known color: Apple. HEX triplet: 5A, B7 and 46. RGB value is (90,183,70). Sum of RGB (Red+Green+Blue) = 90+183+70=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB746 is #A548B9. Grayscale: #8E8E8E. Windows color (decimal): -10832058 or 4634458. OLE color: 4634458.
HSL color Cylindrical-coordinate representation of color #5AB746: hue angle of 109.38º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB746 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 70 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.28 |
| HSL | 109.38º | 0.45% | 0.5% | - |
| HSV(B) | 109.38º | 0.62% | 0.72% | - |
| XYZ | 22.26 | 36.48 | 11.66 | - |
| YUV | 142.31 | 87.19 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 70 | 0.51 | 0 | 0.62 | 0.28 | 109.38 | 0.45 | 0.5 |
| Hex | 5A | B7 | 46 | 33 | 0 | 3E | 1C | 6D | 2D | 32 |
| Octal | 132 | 267 | 106 | 63 | 0 | 76 | 34 | 155 | 55 | 62 |
| Binary | 1011010 | 10110111 | 1000110 | 110011 | 0 | 111110 | 11100 | 1101101 | 101101 | 110010 |
Color Harmonies of #5AB746
Complementary color
Monochromatic Colors of #5AB746
Black with #5AB746
Text Example
Text Example
White with #5AB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB746; }
p { color: rgb(90,183,70); }
H1.HeaderClassName
{
color: #5AB746;
}
.AnyTagClassName
{
color: #5AB746;
}
</style>
background-color css
<style>
a { background-color: #5AB746; }
a { background-color: rgb(90,183,70); }
div.DivClassName
{
background-color: #5AB746;
}
.BgClassName
{
background-color: #5AB746;
}
</style>
border-color css
<style>
span { border-color: #5AB746; }
span { border-color: rgb(90,183,70); }
td.TdClassName
{
border-color: #5AB746;
}
.TagClassName
{
border-color: #5AB746;
}
</style>