Shades of Vida Loca #5A8836
Tints of Vida Loca #5A8836
RGB
CMYK
RGB Variations
Color information
#5A8836 (or 0x5A8836) is known color: Vida Loca. HEX triplet: 5A, 88 and 36. RGB value is (90,136,54). Sum of RGB (Red+Green+Blue) = 90+136+54=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8836 is #A577C9. Grayscale: #717171. Windows color (decimal): -10844106 or 3573850. OLE color: 3573850.
HSL color Cylindrical-coordinate representation of color #5A8836: hue angle of 93.66º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A8836 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 54 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.47 |
| HSL | 93.66º | 0.43% | 0.37% | - |
| HSV(B) | 93.66º | 0.6% | 0.53% | - |
| XYZ | 13.69 | 20.05 | 6.64 | - |
| YUV | 112.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 54 | 0.34 | 0 | 0.60 | 0.47 | 93.66 | 0.43 | 0.37 |
| Hex | 5A | 88 | 36 | 22 | 0 | 3C | 2F | 5E | 2B | 25 |
| Octal | 132 | 210 | 66 | 42 | 0 | 74 | 57 | 136 | 53 | 45 |
| Binary | 1011010 | 10001000 | 110110 | 100010 | 0 | 111100 | 101111 | 1011110 | 101011 | 100101 |
Color Harmonies of #5A8836
Complementary color
Monochromatic Colors of #5A8836
Black with #5A8836
Text Example
Text Example
White with #5A8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8836; }
p { color: rgb(90,136,54); }
H1.HeaderClassName
{
color: #5A8836;
}
.AnyTagClassName
{
color: #5A8836;
}
</style>
background-color css
<style>
a { background-color: #5A8836; }
a { background-color: rgb(90,136,54); }
div.DivClassName
{
background-color: #5A8836;
}
.BgClassName
{
background-color: #5A8836;
}
</style>
border-color css
<style>
span { border-color: #5A8836; }
span { border-color: rgb(90,136,54); }
td.TdClassName
{
border-color: #5A8836;
}
.TagClassName
{
border-color: #5A8836;
}
</style>