Shades of Limeade #599A18
Tints of Limeade #599A18
RGB
CMYK
RGB Variations
Color information
#599A18 (or 0x599A18) is known color: Limeade. HEX triplet: 59, 9A and 18. RGB value is (89,154,24). Sum of RGB (Red+Green+Blue) = 89+154+24=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #599A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599A18 is #A665E7. Grayscale: #787878. Windows color (decimal): -10905064 or 1612377. OLE color: 1612377.
HSL color Cylindrical-coordinate representation of color #599A18: hue angle of 90º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #599A18 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 24 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.40 |
| HSL | 90º | 0.73% | 0.35% | - |
| HSV(B) | 90º | 0.84% | 0.6% | - |
| XYZ | 15.84 | 25.3 | 4.91 | - |
| YUV | 119.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 24 | 0.42 | 0 | 0.84 | 0.40 | 90 | 0.73 | 0.35 |
| Hex | 59 | 9A | 18 | 2A | 0 | 54 | 28 | 5A | 49 | 23 |
| Octal | 131 | 232 | 30 | 52 | 0 | 124 | 50 | 132 | 111 | 43 |
| Binary | 1011001 | 10011010 | 11000 | 101010 | 0 | 1010100 | 101000 | 1011010 | 1001001 | 100011 |
Color Harmonies of #599A18
Complementary color
Monochromatic Colors of #599A18
Black with #599A18
Text Example
Text Example
White with #599A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A18; }
p { color: rgb(89,154,24); }
H1.HeaderClassName
{
color: #599A18;
}
.AnyTagClassName
{
color: #599A18;
}
</style>
background-color css
<style>
a { background-color: #599A18; }
a { background-color: rgb(89,154,24); }
div.DivClassName
{
background-color: #599A18;
}
.BgClassName
{
background-color: #599A18;
}
</style>
border-color css
<style>
span { border-color: #599A18; }
span { border-color: rgb(89,154,24); }
td.TdClassName
{
border-color: #599A18;
}
.TagClassName
{
border-color: #599A18;
}
</style>