Shades of Limeade #599A1F
Tints of Limeade #599A1F
RGB
CMYK
RGB Variations
Color information
#599A1F (or 0x599A1F) is known color: Limeade. HEX triplet: 59, 9A and 1F. RGB value is (89,154,31). Sum of RGB (Red+Green+Blue) = 89+154+31=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #599A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599A1F is #A665E0. Grayscale: #787878. Windows color (decimal): -10905057 or 2071129. OLE color: 2071129.
HSL color Cylindrical-coordinate representation of color #599A1F: hue angle of 91.71º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #599A1F is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 31 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.40 |
| HSL | 91.71º | 0.66% | 0.36% | - |
| HSV(B) | 91.71º | 0.8% | 0.6% | - |
| XYZ | 15.92 | 25.33 | 5.35 | - |
| YUV | 120.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 31 | 0.42 | 0 | 0.80 | 0.40 | 91.71 | 0.66 | 0.36 |
| Hex | 59 | 9A | 1F | 2A | 0 | 50 | 28 | 5C | 42 | 24 |
| Octal | 131 | 232 | 37 | 52 | 0 | 120 | 50 | 134 | 102 | 44 |
| Binary | 1011001 | 10011010 | 11111 | 101010 | 0 | 1010000 | 101000 | 1011100 | 1000010 | 100100 |
Color Harmonies of #599A1F
Complementary color
Monochromatic Colors of #599A1F
Black with #599A1F
Text Example
Text Example
White with #599A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A1F; }
p { color: rgb(89,154,31); }
H1.HeaderClassName
{
color: #599A1F;
}
.AnyTagClassName
{
color: #599A1F;
}
</style>
background-color css
<style>
a { background-color: #599A1F; }
a { background-color: rgb(89,154,31); }
div.DivClassName
{
background-color: #599A1F;
}
.BgClassName
{
background-color: #599A1F;
}
</style>
border-color css
<style>
span { border-color: #599A1F; }
span { border-color: rgb(89,154,31); }
td.TdClassName
{
border-color: #599A1F;
}
.TagClassName
{
border-color: #599A1F;
}
</style>