Shades of Limeade #5A9B17
Tints of Limeade #5A9B17
RGB
CMYK
RGB Variations
Color information
#5A9B17 (or 0x5A9B17) is known color: Limeade. HEX triplet: 5A, 9B and 17. RGB value is (90,155,23). Sum of RGB (Red+Green+Blue) = 90+155+23=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9B17 is #A564E8. Grayscale: #787878. Windows color (decimal): -10839273 or 1547098. OLE color: 1547098.
HSL color Cylindrical-coordinate representation of color #5A9B17: hue angle of 89.55º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A9B17 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 23 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.39 |
| HSL | 89.55º | 0.74% | 0.35% | - |
| HSV(B) | 89.55º | 0.85% | 0.61% | - |
| XYZ | 16.09 | 25.68 | 4.92 | - |
| YUV | 120.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 23 | 0.42 | 0 | 0.85 | 0.39 | 89.55 | 0.74 | 0.35 |
| Hex | 5A | 9B | 17 | 2A | 0 | 55 | 27 | 5A | 4A | 23 |
| Octal | 132 | 233 | 27 | 52 | 0 | 125 | 47 | 132 | 112 | 43 |
| Binary | 1011010 | 10011011 | 10111 | 101010 | 0 | 1010101 | 100111 | 1011010 | 1001010 | 100011 |
Color Harmonies of #5A9B17
Complementary color
Monochromatic Colors of #5A9B17
Black with #5A9B17
Text Example
Text Example
White with #5A9B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B17; }
p { color: rgb(90,155,23); }
H1.HeaderClassName
{
color: #5A9B17;
}
.AnyTagClassName
{
color: #5A9B17;
}
</style>
background-color css
<style>
a { background-color: #5A9B17; }
a { background-color: rgb(90,155,23); }
div.DivClassName
{
background-color: #5A9B17;
}
.BgClassName
{
background-color: #5A9B17;
}
</style>
border-color css
<style>
span { border-color: #5A9B17; }
span { border-color: rgb(90,155,23); }
td.TdClassName
{
border-color: #5A9B17;
}
.TagClassName
{
border-color: #5A9B17;
}
</style>