Shades of Limeade #599A1C
Tints of Limeade #599A1C
RGB
CMYK
RGB Variations
Color information
#599A1C (or 0x599A1C) is known color: Limeade. HEX triplet: 59, 9A and 1C. RGB value is (89,154,28). Sum of RGB (Red+Green+Blue) = 89+154+28=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #599A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599A1C is #A665E3. Grayscale: #787878. Windows color (decimal): -10905060 or 1874521. OLE color: 1874521.
HSL color Cylindrical-coordinate representation of color #599A1C: hue angle of 90.95º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #599A1C is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 28 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.40 |
| HSL | 90.95º | 0.69% | 0.36% | - |
| HSV(B) | 90.95º | 0.82% | 0.6% | - |
| XYZ | 15.89 | 25.32 | 5.15 | - |
| YUV | 120.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 28 | 0.42 | 0 | 0.82 | 0.40 | 90.95 | 0.69 | 0.36 |
| Hex | 59 | 9A | 1C | 2A | 0 | 52 | 28 | 5B | 45 | 24 |
| Octal | 131 | 232 | 34 | 52 | 0 | 122 | 50 | 133 | 105 | 44 |
| Binary | 1011001 | 10011010 | 11100 | 101010 | 0 | 1010010 | 101000 | 1011011 | 1000101 | 100100 |
Color Harmonies of #599A1C
Complementary color
Monochromatic Colors of #599A1C
Black with #599A1C
Text Example
Text Example
White with #599A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A1C; }
p { color: rgb(89,154,28); }
H1.HeaderClassName
{
color: #599A1C;
}
.AnyTagClassName
{
color: #599A1C;
}
</style>
background-color css
<style>
a { background-color: #599A1C; }
a { background-color: rgb(89,154,28); }
div.DivClassName
{
background-color: #599A1C;
}
.BgClassName
{
background-color: #599A1C;
}
</style>
border-color css
<style>
span { border-color: #599A1C; }
span { border-color: rgb(89,154,28); }
td.TdClassName
{
border-color: #599A1C;
}
.TagClassName
{
border-color: #599A1C;
}
</style>