Shades of Limeade #5A980A
Tints of Limeade #5A980A
RGB
CMYK
RGB Variations
Color information
#5A980A (or 0x5A980A) is known color: Limeade. HEX triplet: 5A, 98 and 0A. RGB value is (90,152,10). Sum of RGB (Red+Green+Blue) = 90+152+10=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #5A980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A980A is #A567F5. Grayscale: #757575. Windows color (decimal): -10840054 or 694362. OLE color: 694362.
HSL color Cylindrical-coordinate representation of color #5A980A: hue angle of 86.2º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A980A is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 10 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.40 |
| HSL | 86.2º | 0.88% | 0.32% | - |
| HSV(B) | 86.2º | 0.93% | 0.6% | - |
| XYZ | 15.5 | 24.65 | 4.23 | - |
| YUV | 117.27 | 67.46 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 10 | 0.41 | 0 | 0.93 | 0.40 | 86.2 | 0.88 | 0.32 |
| Hex | 5A | 98 | A | 29 | 0 | 5D | 28 | 56 | 58 | 20 |
| Octal | 132 | 230 | 12 | 51 | 0 | 135 | 50 | 126 | 130 | 40 |
| Binary | 1011010 | 10011000 | 1010 | 101001 | 0 | 1011101 | 101000 | 1010110 | 1011000 | 100000 |
Color Harmonies of #5A980A
Complementary color
Monochromatic Colors of #5A980A
Black with #5A980A
Text Example
Text Example
White with #5A980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A980A; }
p { color: rgb(90,152,10); }
H1.HeaderClassName
{
color: #5A980A;
}
.AnyTagClassName
{
color: #5A980A;
}
</style>
background-color css
<style>
a { background-color: #5A980A; }
a { background-color: rgb(90,152,10); }
div.DivClassName
{
background-color: #5A980A;
}
.BgClassName
{
background-color: #5A980A;
}
</style>
border-color css
<style>
span { border-color: #5A980A; }
span { border-color: rgb(90,152,10); }
td.TdClassName
{
border-color: #5A980A;
}
.TagClassName
{
border-color: #5A980A;
}
</style>