Shades of Limeade #5A9410
Tints of Limeade #5A9410
RGB
CMYK
RGB Variations
Color information
#5A9410 (or 0x5A9410) is known color: Limeade. HEX triplet: 5A, 94 and 10. RGB value is (90,148,16). Sum of RGB (Red+Green+Blue) = 90+148+16=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9410 is #A56BEF. Grayscale: #747474. Windows color (decimal): -10841072 or 1086554. OLE color: 1086554.
HSL color Cylindrical-coordinate representation of color #5A9410: hue angle of 86.36º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A9410 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 148 | 16 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.42 |
| HSL | 86.36º | 0.8% | 0.32% | - |
| HSV(B) | 86.36º | 0.89% | 0.58% | - |
| XYZ | 14.9 | 23.39 | 4.22 | - |
| YUV | 115.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 148 | 16 | 0.39 | 0 | 0.89 | 0.42 | 86.36 | 0.8 | 0.32 |
| Hex | 5A | 94 | 10 | 27 | 0 | 59 | 2A | 56 | 50 | 20 |
| Octal | 132 | 224 | 20 | 47 | 0 | 131 | 52 | 126 | 120 | 40 |
| Binary | 1011010 | 10010100 | 10000 | 100111 | 0 | 1011001 | 101010 | 1010110 | 1010000 | 100000 |
Color Harmonies of #5A9410
Complementary color
Monochromatic Colors of #5A9410
Black with #5A9410
Text Example
Text Example
White with #5A9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9410; }
p { color: rgb(90,148,16); }
H1.HeaderClassName
{
color: #5A9410;
}
.AnyTagClassName
{
color: #5A9410;
}
</style>
background-color css
<style>
a { background-color: #5A9410; }
a { background-color: rgb(90,148,16); }
div.DivClassName
{
background-color: #5A9410;
}
.BgClassName
{
background-color: #5A9410;
}
</style>
border-color css
<style>
span { border-color: #5A9410; }
span { border-color: rgb(90,148,16); }
td.TdClassName
{
border-color: #5A9410;
}
.TagClassName
{
border-color: #5A9410;
}
</style>