Shades of Limeade #54A009
Tints of Limeade #54A009
RGB
CMYK
RGB Variations
Color information
#54A009 (or 0x54A009) is known color: Limeade. HEX triplet: 54, A0 and 09. RGB value is (84,160,9). Sum of RGB (Red+Green+Blue) = 84+160+9=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #54A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A009 is #AB5FF6. Grayscale: #787878. Windows color (decimal): -11231223 or 630868. OLE color: 630868.
HSL color Cylindrical-coordinate representation of color #54A009: hue angle of 90.2º 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 #54A009 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 160 | 9 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.37 |
| HSL | 90.2º | 0.89% | 0.33% | - |
| HSV(B) | 90.2º | 0.94% | 0.63% | - |
| XYZ | 16.28 | 27.05 | 4.62 | - |
| YUV | 120.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 9 | 0.48 | 0 | 0.94 | 0.37 | 90.2 | 0.89 | 0.33 |
| Hex | 54 | A0 | 9 | 30 | 0 | 5E | 25 | 5A | 59 | 21 |
| Octal | 124 | 240 | 11 | 60 | 0 | 136 | 45 | 132 | 131 | 41 |
| Binary | 1010100 | 10100000 | 1001 | 110000 | 0 | 1011110 | 100101 | 1011010 | 1011001 | 100001 |
Color Harmonies of #54A009
Complementary color
Monochromatic Colors of #54A009
Black with #54A009
Text Example
Text Example
White with #54A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A009; }
p { color: rgb(84,160,9); }
H1.HeaderClassName
{
color: #54A009;
}
.AnyTagClassName
{
color: #54A009;
}
</style>
background-color css
<style>
a { background-color: #54A009; }
a { background-color: rgb(84,160,9); }
div.DivClassName
{
background-color: #54A009;
}
.BgClassName
{
background-color: #54A009;
}
</style>
border-color css
<style>
span { border-color: #54A009; }
span { border-color: rgb(84,160,9); }
td.TdClassName
{
border-color: #54A009;
}
.TagClassName
{
border-color: #54A009;
}
</style>