Shades of Limeade #5AAE2B
Tints of Limeade #5AAE2B
RGB
CMYK
RGB Variations
Color information
#5AAE2B (or 0x5AAE2B) is known color: Limeade. HEX triplet: 5A, AE and 2B. RGB value is (90,174,43). Sum of RGB (Red+Green+Blue) = 90+174+43=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE2B is #A551D4. Grayscale: #868686. Windows color (decimal): -10834389 or 2862682. OLE color: 2862682.
HSL color Cylindrical-coordinate representation of color #5AAE2B: hue angle of 98.47º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AAE2B is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 43 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.32 |
| HSL | 98.47º | 0.6% | 0.43% | - |
| HSV(B) | 98.47º | 0.75% | 0.68% | - |
| XYZ | 19.79 | 32.62 | 7.54 | - |
| YUV | 133.95 | 76.67 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 43 | 0.48 | 0 | 0.75 | 0.32 | 98.47 | 0.6 | 0.43 |
| Hex | 5A | AE | 2B | 30 | 0 | 4B | 20 | 62 | 3C | 2B |
| Octal | 132 | 256 | 53 | 60 | 0 | 113 | 40 | 142 | 74 | 53 |
| Binary | 1011010 | 10101110 | 101011 | 110000 | 0 | 1001011 | 100000 | 1100010 | 111100 | 101011 |
Color Harmonies of #5AAE2B
Complementary color
Monochromatic Colors of #5AAE2B
Black with #5AAE2B
Text Example
Text Example
White with #5AAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE2B; }
p { color: rgb(90,174,43); }
H1.HeaderClassName
{
color: #5AAE2B;
}
.AnyTagClassName
{
color: #5AAE2B;
}
</style>
background-color css
<style>
a { background-color: #5AAE2B; }
a { background-color: rgb(90,174,43); }
div.DivClassName
{
background-color: #5AAE2B;
}
.BgClassName
{
background-color: #5AAE2B;
}
</style>
border-color css
<style>
span { border-color: #5AAE2B; }
span { border-color: rgb(90,174,43); }
td.TdClassName
{
border-color: #5AAE2B;
}
.TagClassName
{
border-color: #5AAE2B;
}
</style>