Shades of Limeade #5AAA24
Tints of Limeade #5AAA24
RGB
CMYK
RGB Variations
Color information
#5AAA24 (or 0x5AAA24) is known color: Limeade. HEX triplet: 5A, AA and 24. RGB value is (90,170,36). Sum of RGB (Red+Green+Blue) = 90+170+36=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA24 is #A555DB. Grayscale: #838383. Windows color (decimal): -10835420 or 2402906. OLE color: 2402906.
HSL color Cylindrical-coordinate representation of color #5AAA24: hue angle of 95.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AAA24 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 36 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.33 |
| HSL | 95.82º | 0.65% | 0.4% | - |
| HSV(B) | 95.82º | 0.79% | 0.67% | - |
| XYZ | 18.91 | 31.05 | 6.67 | - |
| YUV | 130.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 36 | 0.47 | 0 | 0.79 | 0.33 | 95.82 | 0.65 | 0.4 |
| Hex | 5A | AA | 24 | 2F | 0 | 4F | 21 | 60 | 41 | 28 |
| Octal | 132 | 252 | 44 | 57 | 0 | 117 | 41 | 140 | 101 | 50 |
| Binary | 1011010 | 10101010 | 100100 | 101111 | 0 | 1001111 | 100001 | 1100000 | 1000001 | 101000 |
Color Harmonies of #5AAA24
Complementary color
Monochromatic Colors of #5AAA24
Black with #5AAA24
Text Example
Text Example
White with #5AAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA24; }
p { color: rgb(90,170,36); }
H1.HeaderClassName
{
color: #5AAA24;
}
.AnyTagClassName
{
color: #5AAA24;
}
</style>
background-color css
<style>
a { background-color: #5AAA24; }
a { background-color: rgb(90,170,36); }
div.DivClassName
{
background-color: #5AAA24;
}
.BgClassName
{
background-color: #5AAA24;
}
</style>
border-color css
<style>
span { border-color: #5AAA24; }
span { border-color: rgb(90,170,36); }
td.TdClassName
{
border-color: #5AAA24;
}
.TagClassName
{
border-color: #5AAA24;
}
</style>