Shades of Limeade #5AA620
Tints of Limeade #5AA620
RGB
CMYK
RGB Variations
Color information
#5AA620 (or 0x5AA620) is known color: Limeade. HEX triplet: 5A, A6 and 20. RGB value is (90,166,32). Sum of RGB (Red+Green+Blue) = 90+166+32=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA620 is #A559DF. Grayscale: #808080. Windows color (decimal): -10836448 or 2139738. OLE color: 2139738.
HSL color Cylindrical-coordinate representation of color #5AA620: hue angle of 94.03º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AA620 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 166 | 32 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.35 |
| HSL | 94.03º | 0.68% | 0.39% | - |
| HSV(B) | 94.03º | 0.81% | 0.65% | - |
| XYZ | 18.11 | 29.55 | 6.12 | - |
| YUV | 128 | 73.82 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 166 | 32 | 0.46 | 0 | 0.81 | 0.35 | 94.03 | 0.68 | 0.39 |
| Hex | 5A | A6 | 20 | 2E | 0 | 51 | 23 | 5E | 44 | 27 |
| Octal | 132 | 246 | 40 | 56 | 0 | 121 | 43 | 136 | 104 | 47 |
| Binary | 1011010 | 10100110 | 100000 | 101110 | 0 | 1010001 | 100011 | 1011110 | 1000100 | 100111 |
Color Harmonies of #5AA620
Complementary color
Monochromatic Colors of #5AA620
Black with #5AA620
Text Example
Text Example
White with #5AA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA620; }
p { color: rgb(90,166,32); }
H1.HeaderClassName
{
color: #5AA620;
}
.AnyTagClassName
{
color: #5AA620;
}
</style>
background-color css
<style>
a { background-color: #5AA620; }
a { background-color: rgb(90,166,32); }
div.DivClassName
{
background-color: #5AA620;
}
.BgClassName
{
background-color: #5AA620;
}
</style>
border-color css
<style>
span { border-color: #5AA620; }
span { border-color: rgb(90,166,32); }
td.TdClassName
{
border-color: #5AA620;
}
.TagClassName
{
border-color: #5AA620;
}
</style>