Shades of Limeade #5AA028
Tints of Limeade #5AA028
RGB
CMYK
RGB Variations
Color information
#5AA028 (or 0x5AA028) is known color: Limeade. HEX triplet: 5A, A0 and 28. RGB value is (90,160,40). Sum of RGB (Red+Green+Blue) = 90+160+40=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA028 is #A55FD7. Grayscale: #7D7D7D. Windows color (decimal): -10837976 or 2662490. OLE color: 2662490.
HSL color Cylindrical-coordinate representation of color #5AA028: hue angle of 95º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AA028 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 160 | 40 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.37 |
| HSL | 95º | 0.6% | 0.39% | - |
| HSV(B) | 95º | 0.75% | 0.63% | - |
| XYZ | 17.17 | 27.47 | 6.4 | - |
| YUV | 125.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 160 | 40 | 0.44 | 0 | 0.75 | 0.37 | 95 | 0.6 | 0.39 |
| Hex | 5A | A0 | 28 | 2C | 0 | 4B | 25 | 5F | 3C | 27 |
| Octal | 132 | 240 | 50 | 54 | 0 | 113 | 45 | 137 | 74 | 47 |
| Binary | 1011010 | 10100000 | 101000 | 101100 | 0 | 1001011 | 100101 | 1011111 | 111100 | 100111 |
Color Harmonies of #5AA028
Complementary color
Monochromatic Colors of #5AA028
Black with #5AA028
Text Example
Text Example
White with #5AA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA028; }
p { color: rgb(90,160,40); }
H1.HeaderClassName
{
color: #5AA028;
}
.AnyTagClassName
{
color: #5AA028;
}
</style>
background-color css
<style>
a { background-color: #5AA028; }
a { background-color: rgb(90,160,40); }
div.DivClassName
{
background-color: #5AA028;
}
.BgClassName
{
background-color: #5AA028;
}
</style>
border-color css
<style>
span { border-color: #5AA028; }
span { border-color: rgb(90,160,40); }
td.TdClassName
{
border-color: #5AA028;
}
.TagClassName
{
border-color: #5AA028;
}
</style>