Shades of Limeade #599A0C
Tints of Limeade #599A0C
RGB
CMYK
RGB Variations
Color information
#599A0C (or 0x599A0C) is known color: Limeade. HEX triplet: 59, 9A and 0C. RGB value is (89,154,12). Sum of RGB (Red+Green+Blue) = 89+154+12=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 154 (60.55% from 255 or 60.39% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 154 - color contains mainly: green. Hex color #599A0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599A0C is #A665F3. Grayscale: #767676. Windows color (decimal): -10905076 or 825945. OLE color: 825945.
HSL color Cylindrical-coordinate representation of color #599A0C: hue angle of 87.46º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #599A0C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 12 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.40 |
| HSL | 87.46º | 0.86% | 0.33% | - |
| HSV(B) | 87.46º | 0.92% | 0.6% | - |
| XYZ | 15.74 | 25.26 | 4.39 | - |
| YUV | 118.38 | 67.97 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 12 | 0.42 | 0 | 0.92 | 0.40 | 87.46 | 0.86 | 0.33 |
| Hex | 59 | 9A | C | 2A | 0 | 5C | 28 | 57 | 56 | 21 |
| Octal | 131 | 232 | 14 | 52 | 0 | 134 | 50 | 127 | 126 | 41 |
| Binary | 1011001 | 10011010 | 1100 | 101010 | 0 | 1011100 | 101000 | 1010111 | 1010110 | 100001 |
Color Harmonies of #599A0C
Complementary color
Monochromatic Colors of #599A0C
Black with #599A0C
Text Example
Text Example
White with #599A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A0C; }
p { color: rgb(89,154,12); }
H1.HeaderClassName
{
color: #599A0C;
}
.AnyTagClassName
{
color: #599A0C;
}
</style>
background-color css
<style>
a { background-color: #599A0C; }
a { background-color: rgb(89,154,12); }
div.DivClassName
{
background-color: #599A0C;
}
.BgClassName
{
background-color: #599A0C;
}
</style>
border-color css
<style>
span { border-color: #599A0C; }
span { border-color: rgb(89,154,12); }
td.TdClassName
{
border-color: #599A0C;
}
.TagClassName
{
border-color: #599A0C;
}
</style>