Shades of Apple #5AB048
Tints of Apple #5AB048
RGB
CMYK
RGB Variations
Color information
#5AB048 (or 0x5AB048) is known color: Apple. HEX triplet: 5A, B0 and 48. RGB value is (90,176,72). Sum of RGB (Red+Green+Blue) = 90+176+72=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB048 is #A54FB7. Grayscale: #8A8A8A. Windows color (decimal): -10833848 or 4763738. OLE color: 4763738.
HSL color Cylindrical-coordinate representation of color #5AB048: hue angle of 109.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB048 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 72 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.31 |
| HSL | 109.62º | 0.42% | 0.49% | - |
| HSV(B) | 109.62º | 0.59% | 0.69% | - |
| XYZ | 20.91 | 33.69 | 11.53 | - |
| YUV | 138.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 72 | 0.49 | 0 | 0.59 | 0.31 | 109.62 | 0.42 | 0.49 |
| Hex | 5A | B0 | 48 | 31 | 0 | 3B | 1F | 6E | 2A | 31 |
| Octal | 132 | 260 | 110 | 61 | 0 | 73 | 37 | 156 | 52 | 61 |
| Binary | 1011010 | 10110000 | 1001000 | 110001 | 0 | 111011 | 11111 | 1101110 | 101010 | 110001 |
Color Harmonies of #5AB048
Complementary color
Monochromatic Colors of #5AB048
Black with #5AB048
Text Example
Text Example
White with #5AB048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB048; }
p { color: rgb(90,176,72); }
H1.HeaderClassName
{
color: #5AB048;
}
.AnyTagClassName
{
color: #5AB048;
}
</style>
background-color css
<style>
a { background-color: #5AB048; }
a { background-color: rgb(90,176,72); }
div.DivClassName
{
background-color: #5AB048;
}
.BgClassName
{
background-color: #5AB048;
}
</style>
border-color css
<style>
span { border-color: #5AB048; }
span { border-color: rgb(90,176,72); }
td.TdClassName
{
border-color: #5AB048;
}
.TagClassName
{
border-color: #5AB048;
}
</style>