Shades of Limeade #5AAB2F
Tints of Limeade #5AAB2F
RGB
CMYK
RGB Variations
Color information
#5AAB2F (or 0x5AAB2F) is known color: Limeade. HEX triplet: 5A, AB and 2F. RGB value is (90,171,47). Sum of RGB (Red+Green+Blue) = 90+171+47=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB2F is #A554D0. Grayscale: #858585. Windows color (decimal): -10835153 or 3124058. OLE color: 3124058.
HSL color Cylindrical-coordinate representation of color #5AAB2F: hue angle of 99.19º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AAB2F is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 47 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.33 |
| HSL | 99.19º | 0.57% | 0.43% | - |
| HSV(B) | 99.19º | 0.73% | 0.67% | - |
| XYZ | 19.29 | 31.5 | 7.75 | - |
| YUV | 132.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 47 | 0.47 | 0 | 0.73 | 0.33 | 99.19 | 0.57 | 0.43 |
| Hex | 5A | AB | 2F | 2F | 0 | 49 | 21 | 63 | 39 | 2B |
| Octal | 132 | 253 | 57 | 57 | 0 | 111 | 41 | 143 | 71 | 53 |
| Binary | 1011010 | 10101011 | 101111 | 101111 | 0 | 1001001 | 100001 | 1100011 | 111001 | 101011 |
Color Harmonies of #5AAB2F
Complementary color
Monochromatic Colors of #5AAB2F
Black with #5AAB2F
Text Example
Text Example
White with #5AAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB2F; }
p { color: rgb(90,171,47); }
H1.HeaderClassName
{
color: #5AAB2F;
}
.AnyTagClassName
{
color: #5AAB2F;
}
</style>
background-color css
<style>
a { background-color: #5AAB2F; }
a { background-color: rgb(90,171,47); }
div.DivClassName
{
background-color: #5AAB2F;
}
.BgClassName
{
background-color: #5AAB2F;
}
</style>
border-color css
<style>
span { border-color: #5AAB2F; }
span { border-color: rgb(90,171,47); }
td.TdClassName
{
border-color: #5AAB2F;
}
.TagClassName
{
border-color: #5AAB2F;
}
</style>