Shades of Apple #5AB150
Tints of Apple #5AB150
RGB
CMYK
RGB Variations
Color information
#5AB150 (or 0x5AB150) is known color: Apple. HEX triplet: 5A, B1 and 50. RGB value is (90,177,80). Sum of RGB (Red+Green+Blue) = 90+177+80=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB150 is #A54EAF. Grayscale: #8C8C8C. Windows color (decimal): -10833584 or 5288282. OLE color: 5288282.
HSL color Cylindrical-coordinate representation of color #5AB150: hue angle of 113.81º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AB150 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 80 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.31 |
| HSL | 113.81º | 0.38% | 0.5% | - |
| HSV(B) | 113.81º | 0.55% | 0.69% | - |
| XYZ | 21.39 | 34.2 | 13.06 | - |
| YUV | 139.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 80 | 0.49 | 0 | 0.55 | 0.31 | 113.81 | 0.38 | 0.5 |
| Hex | 5A | B1 | 50 | 31 | 0 | 37 | 1F | 72 | 26 | 32 |
| Octal | 132 | 261 | 120 | 61 | 0 | 67 | 37 | 162 | 46 | 62 |
| Binary | 1011010 | 10110001 | 1010000 | 110001 | 0 | 110111 | 11111 | 1110010 | 100110 | 110010 |
Color Harmonies of #5AB150
Complementary color
Monochromatic Colors of #5AB150
Black with #5AB150
Text Example
Text Example
White with #5AB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB150; }
p { color: rgb(90,177,80); }
H1.HeaderClassName
{
color: #5AB150;
}
.AnyTagClassName
{
color: #5AB150;
}
</style>
background-color css
<style>
a { background-color: #5AB150; }
a { background-color: rgb(90,177,80); }
div.DivClassName
{
background-color: #5AB150;
}
.BgClassName
{
background-color: #5AB150;
}
</style>
border-color css
<style>
span { border-color: #5AB150; }
span { border-color: rgb(90,177,80); }
td.TdClassName
{
border-color: #5AB150;
}
.TagClassName
{
border-color: #5AB150;
}
</style>