Shades of Limeade #5A942C
Tints of Limeade #5A942C
RGB
CMYK
RGB Variations
Color information
#5A942C (or 0x5A942C) is known color: Limeade. HEX triplet: 5A, 94 and 2C. RGB value is (90,148,44). Sum of RGB (Red+Green+Blue) = 90+148+44=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #5A942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A942C is #A56BD3. Grayscale: #777777. Windows color (decimal): -10841044 or 2921562. OLE color: 2921562.
HSL color Cylindrical-coordinate representation of color #5A942C: hue angle of 93.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A942C is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 148 | 44 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.42 |
| HSL | 93.46º | 0.54% | 0.38% | - |
| HSV(B) | 93.46º | 0.7% | 0.58% | - |
| XYZ | 15.26 | 23.54 | 6.12 | - |
| YUV | 118.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 148 | 44 | 0.39 | 0 | 0.70 | 0.42 | 93.46 | 0.54 | 0.38 |
| Hex | 5A | 94 | 2C | 27 | 0 | 46 | 2A | 5D | 36 | 26 |
| Octal | 132 | 224 | 54 | 47 | 0 | 106 | 52 | 135 | 66 | 46 |
| Binary | 1011010 | 10010100 | 101100 | 100111 | 0 | 1000110 | 101010 | 1011101 | 110110 | 100110 |
Color Harmonies of #5A942C
Complementary color
Monochromatic Colors of #5A942C
Black with #5A942C
Text Example
Text Example
White with #5A942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A942C; }
p { color: rgb(90,148,44); }
H1.HeaderClassName
{
color: #5A942C;
}
.AnyTagClassName
{
color: #5A942C;
}
</style>
background-color css
<style>
a { background-color: #5A942C; }
a { background-color: rgb(90,148,44); }
div.DivClassName
{
background-color: #5A942C;
}
.BgClassName
{
background-color: #5A942C;
}
</style>
border-color css
<style>
span { border-color: #5A942C; }
span { border-color: rgb(90,148,44); }
td.TdClassName
{
border-color: #5A942C;
}
.TagClassName
{
border-color: #5A942C;
}
</style>