Shades of Limeade #5A950E
Tints of Limeade #5A950E
RGB
CMYK
RGB Variations
Color information
#5A950E (or 0x5A950E) is known color: Limeade. HEX triplet: 5A, 95 and 0E. RGB value is (90,149,14). Sum of RGB (Red+Green+Blue) = 90+149+14=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #5A950E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A950E is #A56AF1. Grayscale: #747474. Windows color (decimal): -10840818 or 955738. OLE color: 955738.
HSL color Cylindrical-coordinate representation of color #5A950E: hue angle of 86.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A950E is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 14 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.42 |
| HSL | 86.22º | 0.83% | 0.32% | - |
| HSV(B) | 86.22º | 0.91% | 0.58% | - |
| XYZ | 15.04 | 23.7 | 4.2 | - |
| YUV | 115.97 | 70.45 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 14 | 0.40 | 0 | 0.91 | 0.42 | 86.22 | 0.83 | 0.32 |
| Hex | 5A | 95 | E | 28 | 0 | 5B | 2A | 56 | 53 | 20 |
| Octal | 132 | 225 | 16 | 50 | 0 | 133 | 52 | 126 | 123 | 40 |
| Binary | 1011010 | 10010101 | 1110 | 101000 | 0 | 1011011 | 101010 | 1010110 | 1010011 | 100000 |
Color Harmonies of #5A950E
Complementary color
Monochromatic Colors of #5A950E
Black with #5A950E
Text Example
Text Example
White with #5A950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A950E; }
p { color: rgb(90,149,14); }
H1.HeaderClassName
{
color: #5A950E;
}
.AnyTagClassName
{
color: #5A950E;
}
</style>
background-color css
<style>
a { background-color: #5A950E; }
a { background-color: rgb(90,149,14); }
div.DivClassName
{
background-color: #5A950E;
}
.BgClassName
{
background-color: #5A950E;
}
</style>
border-color css
<style>
span { border-color: #5A950E; }
span { border-color: rgb(90,149,14); }
td.TdClassName
{
border-color: #5A950E;
}
.TagClassName
{
border-color: #5A950E;
}
</style>