Shades of Limeade #549A16
Tints of Limeade #549A16
RGB
CMYK
RGB Variations
Color information
#549A16 (or 0x549A16) is known color: Limeade. HEX triplet: 54, 9A and 16. RGB value is (84,154,22). Sum of RGB (Red+Green+Blue) = 84+154+22=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 154 (60.55% from 255 or 59.23% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 154 - color contains mainly: green. Hex color #549A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549A16 is #AB65E9. Grayscale: #767676. Windows color (decimal): -11232746 or 1481300. OLE color: 1481300.
HSL color Cylindrical-coordinate representation of color #549A16: hue angle of 91.82º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #549A16 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 22 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.40 |
| HSL | 91.82º | 0.75% | 0.35% | - |
| HSV(B) | 91.82º | 0.86% | 0.6% | - |
| XYZ | 15.36 | 25.05 | 4.79 | - |
| YUV | 118.02 | 73.81 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 22 | 0.45 | 0 | 0.86 | 0.40 | 91.82 | 0.75 | 0.35 |
| Hex | 54 | 9A | 16 | 2D | 0 | 56 | 28 | 5C | 4B | 23 |
| Octal | 124 | 232 | 26 | 55 | 0 | 126 | 50 | 134 | 113 | 43 |
| Binary | 1010100 | 10011010 | 10110 | 101101 | 0 | 1010110 | 101000 | 1011100 | 1001011 | 100011 |
Color Harmonies of #549A16
Complementary color
Monochromatic Colors of #549A16
Black with #549A16
Text Example
Text Example
White with #549A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A16; }
p { color: rgb(84,154,22); }
H1.HeaderClassName
{
color: #549A16;
}
.AnyTagClassName
{
color: #549A16;
}
</style>
background-color css
<style>
a { background-color: #549A16; }
a { background-color: rgb(84,154,22); }
div.DivClassName
{
background-color: #549A16;
}
.BgClassName
{
background-color: #549A16;
}
</style>
border-color css
<style>
span { border-color: #549A16; }
span { border-color: rgb(84,154,22); }
td.TdClassName
{
border-color: #549A16;
}
.TagClassName
{
border-color: #549A16;
}
</style>