Shades of Vida Loca #598A14
Tints of Vida Loca #598A14
RGB
CMYK
RGB Variations
Color information
#598A14 (or 0x598A14) is known color: Vida Loca. HEX triplet: 59, 8A and 14. RGB value is (89,138,20). Sum of RGB (Red+Green+Blue) = 89+138+20=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #598A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598A14 is #A675EB. Grayscale: #6E6E6E. Windows color (decimal): -10909164 or 1346137. OLE color: 1346137.
HSL color Cylindrical-coordinate representation of color #598A14: hue angle of 84.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #598A14 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 138 | 20 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.46 |
| HSL | 84.92º | 0.75% | 0.31% | - |
| HSV(B) | 84.92º | 0.86% | 0.54% | - |
| XYZ | 13.33 | 20.35 | 3.89 | - |
| YUV | 109.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 20 | 0.36 | 0 | 0.86 | 0.46 | 84.92 | 0.75 | 0.31 |
| Hex | 59 | 8A | 14 | 24 | 0 | 56 | 2E | 55 | 4B | 1F |
| Octal | 131 | 212 | 24 | 44 | 0 | 126 | 56 | 125 | 113 | 37 |
| Binary | 1011001 | 10001010 | 10100 | 100100 | 0 | 1010110 | 101110 | 1010101 | 1001011 | 11111 |
Color Harmonies of #598A14
Complementary color
Monochromatic Colors of #598A14
Black with #598A14
Text Example
Text Example
White with #598A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598A14; }
p { color: rgb(89,138,20); }
H1.HeaderClassName
{
color: #598A14;
}
.AnyTagClassName
{
color: #598A14;
}
</style>
background-color css
<style>
a { background-color: #598A14; }
a { background-color: rgb(89,138,20); }
div.DivClassName
{
background-color: #598A14;
}
.BgClassName
{
background-color: #598A14;
}
</style>
border-color css
<style>
span { border-color: #598A14; }
span { border-color: rgb(89,138,20); }
td.TdClassName
{
border-color: #598A14;
}
.TagClassName
{
border-color: #598A14;
}
</style>