Shades of Limeade #549A10
Tints of Limeade #549A10
RGB
CMYK
RGB Variations
Color information
#549A10 (or 0x549A10) is known color: Limeade. HEX triplet: 54, 9A and 10. RGB value is (84,154,16). Sum of RGB (Red+Green+Blue) = 84+154+16=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 154 (60.55% from 255 or 60.63% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 154 - color contains mainly: green. Hex color #549A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549A10 is #AB65EF. Grayscale: #757575. Windows color (decimal): -11232752 or 1088084. OLE color: 1088084.
HSL color Cylindrical-coordinate representation of color #549A10: hue angle of 90.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #549A10 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 16 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.40 |
| HSL | 90.43º | 0.81% | 0.33% | - |
| HSV(B) | 90.43º | 0.9% | 0.6% | - |
| XYZ | 15.31 | 25.03 | 4.52 | - |
| YUV | 117.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 16 | 0.45 | 0 | 0.90 | 0.40 | 90.43 | 0.81 | 0.33 |
| Hex | 54 | 9A | 10 | 2D | 0 | 5A | 28 | 5A | 51 | 21 |
| Octal | 124 | 232 | 20 | 55 | 0 | 132 | 50 | 132 | 121 | 41 |
| Binary | 1010100 | 10011010 | 10000 | 101101 | 0 | 1011010 | 101000 | 1011010 | 1010001 | 100001 |
Color Harmonies of #549A10
Complementary color
Monochromatic Colors of #549A10
Black with #549A10
Text Example
Text Example
White with #549A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A10; }
p { color: rgb(84,154,16); }
H1.HeaderClassName
{
color: #549A10;
}
.AnyTagClassName
{
color: #549A10;
}
</style>
background-color css
<style>
a { background-color: #549A10; }
a { background-color: rgb(84,154,16); }
div.DivClassName
{
background-color: #549A10;
}
.BgClassName
{
background-color: #549A10;
}
</style>
border-color css
<style>
span { border-color: #549A10; }
span { border-color: rgb(84,154,16); }
td.TdClassName
{
border-color: #549A10;
}
.TagClassName
{
border-color: #549A10;
}
</style>