Shades of Limeade #509A09
Tints of Limeade #509A09
RGB
CMYK
RGB Variations
Color information
#509A09 (or 0x509A09) is known color: Limeade. HEX triplet: 50, 9A and 09. RGB value is (80,154,9). Sum of RGB (Red+Green+Blue) = 80+154+9=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 154 (60.55% from 255 or 63.37% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 154 - color contains mainly: green. Hex color #509A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509A09 is #AF65F6. Grayscale: #737373. Windows color (decimal): -11494903 or 629328. OLE color: 629328.
HSL color Cylindrical-coordinate representation of color #509A09: hue angle of 90.62º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #509A09 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 9 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.40 |
| HSL | 90.62º | 0.89% | 0.32% | - |
| HSV(B) | 90.62º | 0.94% | 0.6% | - |
| XYZ | 14.91 | 24.84 | 4.27 | - |
| YUV | 115.34 | 67.98 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 9 | 0.48 | 0 | 0.94 | 0.40 | 90.62 | 0.89 | 0.32 |
| Hex | 50 | 9A | 9 | 30 | 0 | 5E | 28 | 5B | 59 | 20 |
| Octal | 120 | 232 | 11 | 60 | 0 | 136 | 50 | 133 | 131 | 40 |
| Binary | 1010000 | 10011010 | 1001 | 110000 | 0 | 1011110 | 101000 | 1011011 | 1011001 | 100000 |
Color Harmonies of #509A09
Complementary color
Monochromatic Colors of #509A09
Black with #509A09
Text Example
Text Example
White with #509A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A09; }
p { color: rgb(80,154,9); }
H1.HeaderClassName
{
color: #509A09;
}
.AnyTagClassName
{
color: #509A09;
}
</style>
background-color css
<style>
a { background-color: #509A09; }
a { background-color: rgb(80,154,9); }
div.DivClassName
{
background-color: #509A09;
}
.BgClassName
{
background-color: #509A09;
}
</style>
border-color css
<style>
span { border-color: #509A09; }
span { border-color: rgb(80,154,9); }
td.TdClassName
{
border-color: #509A09;
}
.TagClassName
{
border-color: #509A09;
}
</style>