Shades of Apple #5AB152
Tints of Apple #5AB152
RGB
CMYK
RGB Variations
Color information
#5AB152 (or 0x5AB152) is known color: Apple. HEX triplet: 5A, B1 and 52. RGB value is (90,177,82). Sum of RGB (Red+Green+Blue) = 90+177+82=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB152 is #A54EAD. Grayscale: #8C8C8C. Windows color (decimal): -10833582 or 5419354. OLE color: 5419354.
HSL color Cylindrical-coordinate representation of color #5AB152: hue angle of 114.95º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AB152 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 82 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.31 |
| HSL | 114.95º | 0.38% | 0.51% | - |
| HSV(B) | 114.95º | 0.54% | 0.69% | - |
| XYZ | 21.46 | 34.23 | 13.46 | - |
| YUV | 140.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 82 | 0.49 | 0 | 0.54 | 0.31 | 114.95 | 0.38 | 0.51 |
| Hex | 5A | B1 | 52 | 31 | 0 | 36 | 1F | 73 | 26 | 33 |
| Octal | 132 | 261 | 122 | 61 | 0 | 66 | 37 | 163 | 46 | 63 |
| Binary | 1011010 | 10110001 | 1010010 | 110001 | 0 | 110110 | 11111 | 1110011 | 100110 | 110011 |
Color Harmonies of #5AB152
Complementary color
Monochromatic Colors of #5AB152
Black with #5AB152
Text Example
Text Example
White with #5AB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB152; }
p { color: rgb(90,177,82); }
H1.HeaderClassName
{
color: #5AB152;
}
.AnyTagClassName
{
color: #5AB152;
}
</style>
background-color css
<style>
a { background-color: #5AB152; }
a { background-color: rgb(90,177,82); }
div.DivClassName
{
background-color: #5AB152;
}
.BgClassName
{
background-color: #5AB152;
}
</style>
border-color css
<style>
span { border-color: #5AB152; }
span { border-color: rgb(90,177,82); }
td.TdClassName
{
border-color: #5AB152;
}
.TagClassName
{
border-color: #5AB152;
}
</style>