Shades of Limeade #5AA917
Tints of Limeade #5AA917
RGB
CMYK
RGB Variations
Color information
#5AA917 (or 0x5AA917) is known color: Limeade. HEX triplet: 5A, A9 and 17. RGB value is (90,169,23). Sum of RGB (Red+Green+Blue) = 90+169+23=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 169 (66.41% from 255 or 59.93% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA917 is #A556E8. Grayscale: #818181. Windows color (decimal): -10835689 or 1550682. OLE color: 1550682.
HSL color Cylindrical-coordinate representation of color #5AA917: hue angle of 92.47º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AA917 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 169 | 23 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.34 |
| HSL | 92.47º | 0.76% | 0.38% | - |
| HSV(B) | 92.47º | 0.86% | 0.66% | - |
| XYZ | 18.56 | 30.61 | 5.74 | - |
| YUV | 128.74 | 68.33 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 169 | 23 | 0.47 | 0 | 0.86 | 0.34 | 92.47 | 0.76 | 0.38 |
| Hex | 5A | A9 | 17 | 2F | 0 | 56 | 22 | 5C | 4C | 26 |
| Octal | 132 | 251 | 27 | 57 | 0 | 126 | 42 | 134 | 114 | 46 |
| Binary | 1011010 | 10101001 | 10111 | 101111 | 0 | 1010110 | 100010 | 1011100 | 1001100 | 100110 |
Color Harmonies of #5AA917
Complementary color
Monochromatic Colors of #5AA917
Black with #5AA917
Text Example
Text Example
White with #5AA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA917; }
p { color: rgb(90,169,23); }
H1.HeaderClassName
{
color: #5AA917;
}
.AnyTagClassName
{
color: #5AA917;
}
</style>
background-color css
<style>
a { background-color: #5AA917; }
a { background-color: rgb(90,169,23); }
div.DivClassName
{
background-color: #5AA917;
}
.BgClassName
{
background-color: #5AA917;
}
</style>
border-color css
<style>
span { border-color: #5AA917; }
span { border-color: rgb(90,169,23); }
td.TdClassName
{
border-color: #5AA917;
}
.TagClassName
{
border-color: #5AA917;
}
</style>