Shades of Limeade #5A9518
Tints of Limeade #5A9518
RGB
CMYK
RGB Variations
Color information
#5A9518 (or 0x5A9518) is known color: Limeade. HEX triplet: 5A, 95 and 18. RGB value is (90,149,24). Sum of RGB (Red+Green+Blue) = 90+149+24=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9518 is #A56AE7. Grayscale: #757575. Windows color (decimal): -10840808 or 1611098. OLE color: 1611098.
HSL color Cylindrical-coordinate representation of color #5A9518: hue angle of 88.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A9518 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 24 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.42 |
| HSL | 88.32º | 0.72% | 0.34% | - |
| HSV(B) | 88.32º | 0.84% | 0.58% | - |
| XYZ | 15.13 | 23.73 | 4.65 | - |
| YUV | 117.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 24 | 0.40 | 0 | 0.84 | 0.42 | 88.32 | 0.72 | 0.34 |
| Hex | 5A | 95 | 18 | 28 | 0 | 54 | 2A | 58 | 48 | 22 |
| Octal | 132 | 225 | 30 | 50 | 0 | 124 | 52 | 130 | 110 | 42 |
| Binary | 1011010 | 10010101 | 11000 | 101000 | 0 | 1010100 | 101010 | 1011000 | 1001000 | 100010 |
Color Harmonies of #5A9518
Complementary color
Monochromatic Colors of #5A9518
Black with #5A9518
Text Example
Text Example
White with #5A9518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9518; }
p { color: rgb(90,149,24); }
H1.HeaderClassName
{
color: #5A9518;
}
.AnyTagClassName
{
color: #5A9518;
}
</style>
background-color css
<style>
a { background-color: #5A9518; }
a { background-color: rgb(90,149,24); }
div.DivClassName
{
background-color: #5A9518;
}
.BgClassName
{
background-color: #5A9518;
}
</style>
border-color css
<style>
span { border-color: #5A9518; }
span { border-color: rgb(90,149,24); }
td.TdClassName
{
border-color: #5A9518;
}
.TagClassName
{
border-color: #5A9518;
}
</style>