Shades of Limeade #5AA518
Tints of Limeade #5AA518
RGB
CMYK
RGB Variations
Color information
#5AA518 (or 0x5AA518) is known color: Limeade. HEX triplet: 5A, A5 and 18. RGB value is (90,165,24). Sum of RGB (Red+Green+Blue) = 90+165+24=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA518 is #A55AE7. Grayscale: #7E7E7E. Windows color (decimal): -10836712 or 1615194. OLE color: 1615194.
HSL color Cylindrical-coordinate representation of color #5AA518: hue angle of 91.91º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AA518 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 165 | 24 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.35 |
| HSL | 91.91º | 0.75% | 0.37% | - |
| HSV(B) | 91.91º | 0.85% | 0.65% | - |
| XYZ | 17.84 | 29.15 | 5.55 | - |
| YUV | 126.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 165 | 24 | 0.45 | 0 | 0.85 | 0.35 | 91.91 | 0.75 | 0.37 |
| Hex | 5A | A5 | 18 | 2D | 0 | 55 | 23 | 5C | 4B | 25 |
| Octal | 132 | 245 | 30 | 55 | 0 | 125 | 43 | 134 | 113 | 45 |
| Binary | 1011010 | 10100101 | 11000 | 101101 | 0 | 1010101 | 100011 | 1011100 | 1001011 | 100101 |
Color Harmonies of #5AA518
Complementary color
Monochromatic Colors of #5AA518
Black with #5AA518
Text Example
Text Example
White with #5AA518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA518; }
p { color: rgb(90,165,24); }
H1.HeaderClassName
{
color: #5AA518;
}
.AnyTagClassName
{
color: #5AA518;
}
</style>
background-color css
<style>
a { background-color: #5AA518; }
a { background-color: rgb(90,165,24); }
div.DivClassName
{
background-color: #5AA518;
}
.BgClassName
{
background-color: #5AA518;
}
</style>
border-color css
<style>
span { border-color: #5AA518; }
span { border-color: rgb(90,165,24); }
td.TdClassName
{
border-color: #5AA518;
}
.TagClassName
{
border-color: #5AA518;
}
</style>