Shades of Limeade #549C1A
Tints of Limeade #549C1A
RGB
CMYK
RGB Variations
Color information
#549C1A (or 0x549C1A) is known color: Limeade. HEX triplet: 54, 9C and 1A. RGB value is (84,156,26). Sum of RGB (Red+Green+Blue) = 84+156+26=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #549C1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C1A is #AB63E5. Grayscale: #787878. Windows color (decimal): -11232230 or 1743956. OLE color: 1743956.
HSL color Cylindrical-coordinate representation of color #549C1A: hue angle of 93.23º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #549C1A is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 26 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.39 |
| HSL | 93.23º | 0.71% | 0.36% | - |
| HSV(B) | 93.23º | 0.83% | 0.61% | - |
| XYZ | 15.73 | 25.74 | 5.12 | - |
| YUV | 119.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 26 | 0.46 | 0 | 0.83 | 0.39 | 93.23 | 0.71 | 0.36 |
| Hex | 54 | 9C | 1A | 2E | 0 | 53 | 27 | 5D | 47 | 24 |
| Octal | 124 | 234 | 32 | 56 | 0 | 123 | 47 | 135 | 107 | 44 |
| Binary | 1010100 | 10011100 | 11010 | 101110 | 0 | 1010011 | 100111 | 1011101 | 1000111 | 100100 |
Color Harmonies of #549C1A
Complementary color
Monochromatic Colors of #549C1A
Black with #549C1A
Text Example
Text Example
White with #549C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C1A; }
p { color: rgb(84,156,26); }
H1.HeaderClassName
{
color: #549C1A;
}
.AnyTagClassName
{
color: #549C1A;
}
</style>
background-color css
<style>
a { background-color: #549C1A; }
a { background-color: rgb(84,156,26); }
div.DivClassName
{
background-color: #549C1A;
}
.BgClassName
{
background-color: #549C1A;
}
</style>
border-color css
<style>
span { border-color: #549C1A; }
span { border-color: rgb(84,156,26); }
td.TdClassName
{
border-color: #549C1A;
}
.TagClassName
{
border-color: #549C1A;
}
</style>