Shades of Limeade #5A950D
Tints of Limeade #5A950D
RGB
CMYK
RGB Variations
Color information
#5A950D (or 0x5A950D) is known color: Limeade. HEX triplet: 5A, 95 and 0D. RGB value is (90,149,13). Sum of RGB (Red+Green+Blue) = 90+149+13=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #5A950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A950D is #A56AF2. Grayscale: #747474. Windows color (decimal): -10840819 or 890202. OLE color: 890202.
HSL color Cylindrical-coordinate representation of color #5A950D: hue angle of 86.03º degrees, saturation: 0.84, 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 #5A950D is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 13 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.42 |
| HSL | 86.03º | 0.84% | 0.32% | - |
| HSV(B) | 86.03º | 0.91% | 0.58% | - |
| XYZ | 15.04 | 23.7 | 4.16 | - |
| YUV | 115.86 | 69.95 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 13 | 0.40 | 0 | 0.91 | 0.42 | 86.03 | 0.84 | 0.32 |
| Hex | 5A | 95 | D | 28 | 0 | 5B | 2A | 56 | 54 | 20 |
| Octal | 132 | 225 | 15 | 50 | 0 | 133 | 52 | 126 | 124 | 40 |
| Binary | 1011010 | 10010101 | 1101 | 101000 | 0 | 1011011 | 101010 | 1010110 | 1010100 | 100000 |
Color Harmonies of #5A950D
Complementary color
Monochromatic Colors of #5A950D
Black with #5A950D
Text Example
Text Example
White with #5A950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A950D; }
p { color: rgb(90,149,13); }
H1.HeaderClassName
{
color: #5A950D;
}
.AnyTagClassName
{
color: #5A950D;
}
</style>
background-color css
<style>
a { background-color: #5A950D; }
a { background-color: rgb(90,149,13); }
div.DivClassName
{
background-color: #5A950D;
}
.BgClassName
{
background-color: #5A950D;
}
</style>
border-color css
<style>
span { border-color: #5A950D; }
span { border-color: rgb(90,149,13); }
td.TdClassName
{
border-color: #5A950D;
}
.TagClassName
{
border-color: #5A950D;
}
</style>