Shades of Limeade #5A9619
Tints of Limeade #5A9619
RGB
CMYK
RGB Variations
Color information
#5A9619 (or 0x5A9619) is known color: Limeade. HEX triplet: 5A, 96 and 19. RGB value is (90,150,25). Sum of RGB (Red+Green+Blue) = 90+150+25=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9619 is #A569E6. Grayscale: #767676. Windows color (decimal): -10840551 or 1676890. OLE color: 1676890.
HSL color Cylindrical-coordinate representation of color #5A9619: hue angle of 88.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A9619 is Cyan = 0.4, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 150 | 25 | - |
| CMYK | 0.4 | 0 | 0.83 | 0.41 |
| HSL | 88.8º | 0.71% | 0.34% | - |
| HSV(B) | 88.8º | 0.83% | 0.59% | - |
| XYZ | 15.3 | 24.06 | 4.76 | - |
| YUV | 117.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 25 | 0.4 | 0 | 0.83 | 0.41 | 88.8 | 0.71 | 0.34 |
| Hex | 5A | 96 | 19 | 28 | 0 | 53 | 29 | 59 | 47 | 22 |
| Octal | 132 | 226 | 31 | 50 | 0 | 123 | 51 | 131 | 107 | 42 |
| Binary | 1011010 | 10010110 | 11001 | 101000 | 0 | 1010011 | 101001 | 1011001 | 1000111 | 100010 |
Color Harmonies of #5A9619
Complementary color
Monochromatic Colors of #5A9619
Black with #5A9619
Text Example
Text Example
White with #5A9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9619; }
p { color: rgb(90,150,25); }
H1.HeaderClassName
{
color: #5A9619;
}
.AnyTagClassName
{
color: #5A9619;
}
</style>
background-color css
<style>
a { background-color: #5A9619; }
a { background-color: rgb(90,150,25); }
div.DivClassName
{
background-color: #5A9619;
}
.BgClassName
{
background-color: #5A9619;
}
</style>
border-color css
<style>
span { border-color: #5A9619; }
span { border-color: rgb(90,150,25); }
td.TdClassName
{
border-color: #5A9619;
}
.TagClassName
{
border-color: #5A9619;
}
</style>