Shades of Apple #5AB146
Tints of Apple #5AB146
RGB
CMYK
RGB Variations
Color information
#5AB146 (or 0x5AB146) is known color: Apple. HEX triplet: 5A, B1 and 46. RGB value is (90,177,70). Sum of RGB (Red+Green+Blue) = 90+177+70=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB146 is #A54EB9. Grayscale: #8B8B8B. Windows color (decimal): -10833594 or 4632922. OLE color: 4632922.
HSL color Cylindrical-coordinate representation of color #5AB146: hue angle of 108.79º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AB146 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 70 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.31 |
| HSL | 108.79º | 0.43% | 0.48% | - |
| HSV(B) | 108.79º | 0.6% | 0.69% | - |
| XYZ | 21.04 | 34.06 | 11.26 | - |
| YUV | 138.79 | 89.18 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 70 | 0.49 | 0 | 0.60 | 0.31 | 108.79 | 0.43 | 0.48 |
| Hex | 5A | B1 | 46 | 31 | 0 | 3C | 1F | 6D | 2B | 30 |
| Octal | 132 | 261 | 106 | 61 | 0 | 74 | 37 | 155 | 53 | 60 |
| Binary | 1011010 | 10110001 | 1000110 | 110001 | 0 | 111100 | 11111 | 1101101 | 101011 | 110000 |
Color Harmonies of #5AB146
Complementary color
Monochromatic Colors of #5AB146
Black with #5AB146
Text Example
Text Example
White with #5AB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB146; }
p { color: rgb(90,177,70); }
H1.HeaderClassName
{
color: #5AB146;
}
.AnyTagClassName
{
color: #5AB146;
}
</style>
background-color css
<style>
a { background-color: #5AB146; }
a { background-color: rgb(90,177,70); }
div.DivClassName
{
background-color: #5AB146;
}
.BgClassName
{
background-color: #5AB146;
}
</style>
border-color css
<style>
span { border-color: #5AB146; }
span { border-color: rgb(90,177,70); }
td.TdClassName
{
border-color: #5AB146;
}
.TagClassName
{
border-color: #5AB146;
}
</style>