Shades of Limeade #5AA321
Tints of Limeade #5AA321
RGB
CMYK
RGB Variations
Color information
#5AA321 (or 0x5AA321) is known color: Limeade. HEX triplet: 5A, A3 and 21. RGB value is (90,163,33). Sum of RGB (Red+Green+Blue) = 90+163+33=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA321 is #A55CDE. Grayscale: #7E7E7E. Windows color (decimal): -10837215 or 2204506. OLE color: 2204506.
HSL color Cylindrical-coordinate representation of color #5AA321: hue angle of 93.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AA321 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 163 | 33 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.36 |
| HSL | 93.69º | 0.66% | 0.38% | - |
| HSV(B) | 93.69º | 0.8% | 0.64% | - |
| XYZ | 17.59 | 28.48 | 6.01 | - |
| YUV | 126.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 163 | 33 | 0.45 | 0 | 0.80 | 0.36 | 93.69 | 0.66 | 0.38 |
| Hex | 5A | A3 | 21 | 2D | 0 | 50 | 24 | 5E | 42 | 26 |
| Octal | 132 | 243 | 41 | 55 | 0 | 120 | 44 | 136 | 102 | 46 |
| Binary | 1011010 | 10100011 | 100001 | 101101 | 0 | 1010000 | 100100 | 1011110 | 1000010 | 100110 |
Color Harmonies of #5AA321
Complementary color
Monochromatic Colors of #5AA321
Black with #5AA321
Text Example
Text Example
White with #5AA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA321; }
p { color: rgb(90,163,33); }
H1.HeaderClassName
{
color: #5AA321;
}
.AnyTagClassName
{
color: #5AA321;
}
</style>
background-color css
<style>
a { background-color: #5AA321; }
a { background-color: rgb(90,163,33); }
div.DivClassName
{
background-color: #5AA321;
}
.BgClassName
{
background-color: #5AA321;
}
</style>
border-color css
<style>
span { border-color: #5AA321; }
span { border-color: rgb(90,163,33); }
td.TdClassName
{
border-color: #5AA321;
}
.TagClassName
{
border-color: #5AA321;
}
</style>