Shades of Limeade #549C09
Tints of Limeade #549C09
RGB
CMYK
RGB Variations
Color information
#549C09 (or 0x549C09) is known color: Limeade. HEX triplet: 54, 9C and 09. RGB value is (84,156,9). Sum of RGB (Red+Green+Blue) = 84+156+9=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 156 (61.33% from 255 or 62.65% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 156 - color contains mainly: green. Hex color #549C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549C09 is #AB63F6. Grayscale: #767676. Windows color (decimal): -11232247 or 629844. OLE color: 629844.
HSL color Cylindrical-coordinate representation of color #549C09: hue angle of 89.39º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #549C09 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 9 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.39 |
| HSL | 89.39º | 0.89% | 0.32% | - |
| HSV(B) | 89.39º | 0.94% | 0.61% | - |
| XYZ | 15.59 | 25.68 | 4.39 | - |
| YUV | 117.71 | 66.65 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 9 | 0.46 | 0 | 0.94 | 0.39 | 89.39 | 0.89 | 0.32 |
| Hex | 54 | 9C | 9 | 2E | 0 | 5E | 27 | 59 | 59 | 20 |
| Octal | 124 | 234 | 11 | 56 | 0 | 136 | 47 | 131 | 131 | 40 |
| Binary | 1010100 | 10011100 | 1001 | 101110 | 0 | 1011110 | 100111 | 1011001 | 1011001 | 100000 |
Color Harmonies of #549C09
Complementary color
Monochromatic Colors of #549C09
Black with #549C09
Text Example
Text Example
White with #549C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C09; }
p { color: rgb(84,156,9); }
H1.HeaderClassName
{
color: #549C09;
}
.AnyTagClassName
{
color: #549C09;
}
</style>
background-color css
<style>
a { background-color: #549C09; }
a { background-color: rgb(84,156,9); }
div.DivClassName
{
background-color: #549C09;
}
.BgClassName
{
background-color: #549C09;
}
</style>
border-color css
<style>
span { border-color: #549C09; }
span { border-color: rgb(84,156,9); }
td.TdClassName
{
border-color: #549C09;
}
.TagClassName
{
border-color: #549C09;
}
</style>