Shades of Limeade #5AA115
Tints of Limeade #5AA115
RGB
CMYK
RGB Variations
Color information
#5AA115 (or 0x5AA115) is known color: Limeade. HEX triplet: 5A, A1 and 15. RGB value is (90,161,21). Sum of RGB (Red+Green+Blue) = 90+161+21=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA115 is #A55EEA. Grayscale: #7C7C7C. Windows color (decimal): -10837739 or 1417562. OLE color: 1417562.
HSL color Cylindrical-coordinate representation of color #5AA115: hue angle of 90.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5AA115 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 21 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.37 |
| HSL | 90.43º | 0.77% | 0.36% | - |
| HSV(B) | 90.43º | 0.87% | 0.63% | - |
| XYZ | 17.1 | 27.72 | 5.16 | - |
| YUV | 123.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 21 | 0.44 | 0 | 0.87 | 0.37 | 90.43 | 0.77 | 0.36 |
| Hex | 5A | A1 | 15 | 2C | 0 | 57 | 25 | 5A | 4D | 24 |
| Octal | 132 | 241 | 25 | 54 | 0 | 127 | 45 | 132 | 115 | 44 |
| Binary | 1011010 | 10100001 | 10101 | 101100 | 0 | 1010111 | 100101 | 1011010 | 1001101 | 100100 |
Color Harmonies of #5AA115
Complementary color
Monochromatic Colors of #5AA115
Black with #5AA115
Text Example
Text Example
White with #5AA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA115; }
p { color: rgb(90,161,21); }
H1.HeaderClassName
{
color: #5AA115;
}
.AnyTagClassName
{
color: #5AA115;
}
</style>
background-color css
<style>
a { background-color: #5AA115; }
a { background-color: rgb(90,161,21); }
div.DivClassName
{
background-color: #5AA115;
}
.BgClassName
{
background-color: #5AA115;
}
</style>
border-color css
<style>
span { border-color: #5AA115; }
span { border-color: rgb(90,161,21); }
td.TdClassName
{
border-color: #5AA115;
}
.TagClassName
{
border-color: #5AA115;
}
</style>