Shades of Limeade #5AAB28
Tints of Limeade #5AAB28
RGB
CMYK
RGB Variations
Color information
#5AAB28 (or 0x5AAB28) is known color: Limeade. HEX triplet: 5A, AB and 28. RGB value is (90,171,40). Sum of RGB (Red+Green+Blue) = 90+171+40=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB28 is #A554D7. Grayscale: #848484. Windows color (decimal): -10835160 or 2665306. OLE color: 2665306.
HSL color Cylindrical-coordinate representation of color #5AAB28: hue angle of 97.1º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5AAB28 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 40 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.33 |
| HSL | 97.1º | 0.62% | 0.41% | - |
| HSV(B) | 97.1º | 0.77% | 0.67% | - |
| XYZ | 19.16 | 31.45 | 7.07 | - |
| YUV | 131.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 40 | 0.47 | 0 | 0.77 | 0.33 | 97.1 | 0.62 | 0.41 |
| Hex | 5A | AB | 28 | 2F | 0 | 4D | 21 | 61 | 3E | 29 |
| Octal | 132 | 253 | 50 | 57 | 0 | 115 | 41 | 141 | 76 | 51 |
| Binary | 1011010 | 10101011 | 101000 | 101111 | 0 | 1001101 | 100001 | 1100001 | 111110 | 101001 |
Color Harmonies of #5AAB28
Complementary color
Monochromatic Colors of #5AAB28
Black with #5AAB28
Text Example
Text Example
White with #5AAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB28; }
p { color: rgb(90,171,40); }
H1.HeaderClassName
{
color: #5AAB28;
}
.AnyTagClassName
{
color: #5AAB28;
}
</style>
background-color css
<style>
a { background-color: #5AAB28; }
a { background-color: rgb(90,171,40); }
div.DivClassName
{
background-color: #5AAB28;
}
.BgClassName
{
background-color: #5AAB28;
}
</style>
border-color css
<style>
span { border-color: #5AAB28; }
span { border-color: rgb(90,171,40); }
td.TdClassName
{
border-color: #5AAB28;
}
.TagClassName
{
border-color: #5AAB28;
}
</style>