Shades of Limeade #519A1A
Tints of Limeade #519A1A
RGB
CMYK
RGB Variations
Color information
#519A1A (or 0x519A1A) is known color: Limeade. HEX triplet: 51, 9A and 1A. RGB value is (81,154,26). Sum of RGB (Red+Green+Blue) = 81+154+26=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #519A1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A1A is #AE65E5. Grayscale: #767676. Windows color (decimal): -11429350 or 1743441. OLE color: 1743441.
HSL color Cylindrical-coordinate representation of color #519A1A: hue angle of 94.22º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #519A1A is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 26 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.40 |
| HSL | 94.22º | 0.71% | 0.35% | - |
| HSV(B) | 94.22º | 0.83% | 0.6% | - |
| XYZ | 15.14 | 24.94 | 4.99 | - |
| YUV | 117.58 | 76.32 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 26 | 0.47 | 0 | 0.83 | 0.40 | 94.22 | 0.71 | 0.35 |
| Hex | 51 | 9A | 1A | 2F | 0 | 53 | 28 | 5E | 47 | 23 |
| Octal | 121 | 232 | 32 | 57 | 0 | 123 | 50 | 136 | 107 | 43 |
| Binary | 1010001 | 10011010 | 11010 | 101111 | 0 | 1010011 | 101000 | 1011110 | 1000111 | 100011 |
Color Harmonies of #519A1A
Complementary color
Monochromatic Colors of #519A1A
Black with #519A1A
Text Example
Text Example
White with #519A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A1A; }
p { color: rgb(81,154,26); }
H1.HeaderClassName
{
color: #519A1A;
}
.AnyTagClassName
{
color: #519A1A;
}
</style>
background-color css
<style>
a { background-color: #519A1A; }
a { background-color: rgb(81,154,26); }
div.DivClassName
{
background-color: #519A1A;
}
.BgClassName
{
background-color: #519A1A;
}
</style>
border-color css
<style>
span { border-color: #519A1A; }
span { border-color: rgb(81,154,26); }
td.TdClassName
{
border-color: #519A1A;
}
.TagClassName
{
border-color: #519A1A;
}
</style>