Shades of Limeade #55A009
Tints of Limeade #55A009
RGB
CMYK
RGB Variations
Color information
#55A009 (or 0x55A009) is known color: Limeade. HEX triplet: 55, A0 and 09. RGB value is (85,160,9). Sum of RGB (Red+Green+Blue) = 85+160+9=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #55A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A009 is #AA5FF6. Grayscale: #787878. Windows color (decimal): -11165687 or 630869. OLE color: 630869.
HSL color Cylindrical-coordinate representation of color #55A009: hue angle of 89.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55A009 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 9 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.37 |
| HSL | 89.8º | 0.89% | 0.33% | - |
| HSV(B) | 89.8º | 0.94% | 0.63% | - |
| XYZ | 16.37 | 27.09 | 4.63 | - |
| YUV | 120.36 | 65.15 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 9 | 0.47 | 0 | 0.94 | 0.37 | 89.8 | 0.89 | 0.33 |
| Hex | 55 | A0 | 9 | 2F | 0 | 5E | 25 | 5A | 59 | 21 |
| Octal | 125 | 240 | 11 | 57 | 0 | 136 | 45 | 132 | 131 | 41 |
| Binary | 1010101 | 10100000 | 1001 | 101111 | 0 | 1011110 | 100101 | 1011010 | 1011001 | 100001 |
Color Harmonies of #55A009
Complementary color
Monochromatic Colors of #55A009
Black with #55A009
Text Example
Text Example
White with #55A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A009; }
p { color: rgb(85,160,9); }
H1.HeaderClassName
{
color: #55A009;
}
.AnyTagClassName
{
color: #55A009;
}
</style>
background-color css
<style>
a { background-color: #55A009; }
a { background-color: rgb(85,160,9); }
div.DivClassName
{
background-color: #55A009;
}
.BgClassName
{
background-color: #55A009;
}
</style>
border-color css
<style>
span { border-color: #55A009; }
span { border-color: rgb(85,160,9); }
td.TdClassName
{
border-color: #55A009;
}
.TagClassName
{
border-color: #55A009;
}
</style>