Shades of Limeade #5A9524
Tints of Limeade #5A9524
RGB
CMYK
RGB Variations
Color information
#5A9524 (or 0x5A9524) is known color: Limeade. HEX triplet: 5A, 95 and 24. RGB value is (90,149,36). Sum of RGB (Red+Green+Blue) = 90+149+36=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9524 is #A56ADB. Grayscale: #767676. Windows color (decimal): -10840796 or 2397530. OLE color: 2397530.
HSL color Cylindrical-coordinate representation of color #5A9524: hue angle of 91.33º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A9524 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 36 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.42 |
| HSL | 91.33º | 0.61% | 0.36% | - |
| HSV(B) | 91.33º | 0.76% | 0.58% | - |
| XYZ | 15.28 | 23.8 | 5.46 | - |
| YUV | 118.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 36 | 0.40 | 0 | 0.76 | 0.42 | 91.33 | 0.61 | 0.36 |
| Hex | 5A | 95 | 24 | 28 | 0 | 4C | 2A | 5B | 3D | 24 |
| Octal | 132 | 225 | 44 | 50 | 0 | 114 | 52 | 133 | 75 | 44 |
| Binary | 1011010 | 10010101 | 100100 | 101000 | 0 | 1001100 | 101010 | 1011011 | 111101 | 100100 |
Color Harmonies of #5A9524
Complementary color
Monochromatic Colors of #5A9524
Black with #5A9524
Text Example
Text Example
White with #5A9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9524; }
p { color: rgb(90,149,36); }
H1.HeaderClassName
{
color: #5A9524;
}
.AnyTagClassName
{
color: #5A9524;
}
</style>
background-color css
<style>
a { background-color: #5A9524; }
a { background-color: rgb(90,149,36); }
div.DivClassName
{
background-color: #5A9524;
}
.BgClassName
{
background-color: #5A9524;
}
</style>
border-color css
<style>
span { border-color: #5A9524; }
span { border-color: rgb(90,149,36); }
td.TdClassName
{
border-color: #5A9524;
}
.TagClassName
{
border-color: #5A9524;
}
</style>