Shades of Limeade #5AAE28
Tints of Limeade #5AAE28
RGB
CMYK
RGB Variations
Color information
#5AAE28 (or 0x5AAE28) is known color: Limeade. HEX triplet: 5A, AE and 28. RGB value is (90,174,40). Sum of RGB (Red+Green+Blue) = 90+174+40=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE28 is #A551D7. Grayscale: #868686. Windows color (decimal): -10834392 or 2666074. OLE color: 2666074.
HSL color Cylindrical-coordinate representation of color #5AAE28: hue angle of 97.61º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5AAE28 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 40 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.32 |
| HSL | 97.61º | 0.63% | 0.42% | - |
| HSV(B) | 97.61º | 0.77% | 0.68% | - |
| XYZ | 19.74 | 32.6 | 7.26 | - |
| YUV | 133.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 40 | 0.48 | 0 | 0.77 | 0.32 | 97.61 | 0.63 | 0.42 |
| Hex | 5A | AE | 28 | 30 | 0 | 4D | 20 | 62 | 3F | 2A |
| Octal | 132 | 256 | 50 | 60 | 0 | 115 | 40 | 142 | 77 | 52 |
| Binary | 1011010 | 10101110 | 101000 | 110000 | 0 | 1001101 | 100000 | 1100010 | 111111 | 101010 |
Color Harmonies of #5AAE28
Complementary color
Monochromatic Colors of #5AAE28
Black with #5AAE28
Text Example
Text Example
White with #5AAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE28; }
p { color: rgb(90,174,40); }
H1.HeaderClassName
{
color: #5AAE28;
}
.AnyTagClassName
{
color: #5AAE28;
}
</style>
background-color css
<style>
a { background-color: #5AAE28; }
a { background-color: rgb(90,174,40); }
div.DivClassName
{
background-color: #5AAE28;
}
.BgClassName
{
background-color: #5AAE28;
}
</style>
border-color css
<style>
span { border-color: #5AAE28; }
span { border-color: rgb(90,174,40); }
td.TdClassName
{
border-color: #5AAE28;
}
.TagClassName
{
border-color: #5AAE28;
}
</style>