Shades of Limeade #5A9D17
Tints of Limeade #5A9D17
RGB
CMYK
RGB Variations
Color information
#5A9D17 (or 0x5A9D17) is known color: Limeade. HEX triplet: 5A, 9D and 17. RGB value is (90,157,23). Sum of RGB (Red+Green+Blue) = 90+157+23=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9D17 is #A562E8. Grayscale: #7A7A7A. Windows color (decimal): -10838761 or 1547610. OLE color: 1547610.
HSL color Cylindrical-coordinate representation of color #5A9D17: hue angle of 90º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A9D17 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 157 | 23 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.38 |
| HSL | 90º | 0.74% | 0.35% | - |
| HSV(B) | 90º | 0.85% | 0.62% | - |
| XYZ | 16.43 | 26.35 | 5.03 | - |
| YUV | 121.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 23 | 0.43 | 0 | 0.85 | 0.38 | 90 | 0.74 | 0.35 |
| Hex | 5A | 9D | 17 | 2B | 0 | 55 | 26 | 5A | 4A | 23 |
| Octal | 132 | 235 | 27 | 53 | 0 | 125 | 46 | 132 | 112 | 43 |
| Binary | 1011010 | 10011101 | 10111 | 101011 | 0 | 1010101 | 100110 | 1011010 | 1001010 | 100011 |
Color Harmonies of #5A9D17
Complementary color
Monochromatic Colors of #5A9D17
Black with #5A9D17
Text Example
Text Example
White with #5A9D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9D17; }
p { color: rgb(90,157,23); }
H1.HeaderClassName
{
color: #5A9D17;
}
.AnyTagClassName
{
color: #5A9D17;
}
</style>
background-color css
<style>
a { background-color: #5A9D17; }
a { background-color: rgb(90,157,23); }
div.DivClassName
{
background-color: #5A9D17;
}
.BgClassName
{
background-color: #5A9D17;
}
</style>
border-color css
<style>
span { border-color: #5A9D17; }
span { border-color: rgb(90,157,23); }
td.TdClassName
{
border-color: #5A9D17;
}
.TagClassName
{
border-color: #5A9D17;
}
</style>