Shades of Apple #5ABA54
Tints of Apple #5ABA54
RGB
CMYK
RGB Variations
Color information
#5ABA54 (or 0x5ABA54) is known color: Apple. HEX triplet: 5A, BA and 54. RGB value is (90,186,84). Sum of RGB (Red+Green+Blue) = 90+186+84=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABA54 is #A545AB. Grayscale: #919191. Windows color (decimal): -10831276 or 5552730. OLE color: 5552730.
HSL color Cylindrical-coordinate representation of color #5ABA54: hue angle of 116.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABA54 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 84 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.27 |
| HSL | 116.47º | 0.43% | 0.53% | - |
| HSV(B) | 116.47º | 0.55% | 0.73% | - |
| XYZ | 23.38 | 37.93 | 14.48 | - |
| YUV | 145.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 84 | 0.52 | 0 | 0.55 | 0.27 | 116.47 | 0.43 | 0.53 |
| Hex | 5A | BA | 54 | 34 | 0 | 37 | 1B | 74 | 2A | 35 |
| Octal | 132 | 272 | 124 | 64 | 0 | 67 | 33 | 164 | 52 | 65 |
| Binary | 1011010 | 10111010 | 1010100 | 110100 | 0 | 110111 | 11011 | 1110100 | 101010 | 110101 |
Color Harmonies of #5ABA54
Complementary color
Monochromatic Colors of #5ABA54
Black with #5ABA54
Text Example
Text Example
White with #5ABA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA54; }
p { color: rgb(90,186,84); }
H1.HeaderClassName
{
color: #5ABA54;
}
.AnyTagClassName
{
color: #5ABA54;
}
</style>
background-color css
<style>
a { background-color: #5ABA54; }
a { background-color: rgb(90,186,84); }
div.DivClassName
{
background-color: #5ABA54;
}
.BgClassName
{
background-color: #5ABA54;
}
</style>
border-color css
<style>
span { border-color: #5ABA54; }
span { border-color: rgb(90,186,84); }
td.TdClassName
{
border-color: #5ABA54;
}
.TagClassName
{
border-color: #5ABA54;
}
</style>