Shades of Limeade #5AAD2C
Tints of Limeade #5AAD2C
RGB
CMYK
RGB Variations
Color information
#5AAD2C (or 0x5AAD2C) is known color: Limeade. HEX triplet: 5A, AD and 2C. RGB value is (90,173,44). Sum of RGB (Red+Green+Blue) = 90+173+44=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAD2C is #A552D3. Grayscale: #858585. Windows color (decimal): -10834644 or 2927962. OLE color: 2927962.
HSL color Cylindrical-coordinate representation of color #5AAD2C: hue angle of 98.6º degrees, saturation: 0.59, 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 #5AAD2C is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 44 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.32 |
| HSL | 98.6º | 0.59% | 0.43% | - |
| HSV(B) | 98.6º | 0.75% | 0.68% | - |
| XYZ | 19.61 | 32.24 | 7.57 | - |
| YUV | 133.48 | 77.5 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 44 | 0.48 | 0 | 0.75 | 0.32 | 98.6 | 0.59 | 0.43 |
| Hex | 5A | AD | 2C | 30 | 0 | 4B | 20 | 63 | 3B | 2B |
| Octal | 132 | 255 | 54 | 60 | 0 | 113 | 40 | 143 | 73 | 53 |
| Binary | 1011010 | 10101101 | 101100 | 110000 | 0 | 1001011 | 100000 | 1100011 | 111011 | 101011 |
Color Harmonies of #5AAD2C
Complementary color
Monochromatic Colors of #5AAD2C
Black with #5AAD2C
Text Example
Text Example
White with #5AAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAD2C; }
p { color: rgb(90,173,44); }
H1.HeaderClassName
{
color: #5AAD2C;
}
.AnyTagClassName
{
color: #5AAD2C;
}
</style>
background-color css
<style>
a { background-color: #5AAD2C; }
a { background-color: rgb(90,173,44); }
div.DivClassName
{
background-color: #5AAD2C;
}
.BgClassName
{
background-color: #5AAD2C;
}
</style>
border-color css
<style>
span { border-color: #5AAD2C; }
span { border-color: rgb(90,173,44); }
td.TdClassName
{
border-color: #5AAD2C;
}
.TagClassName
{
border-color: #5AAD2C;
}
</style>