Shades of Vida Loca #5A8A31
Tints of Vida Loca #5A8A31
RGB
CMYK
RGB Variations
Color information
#5A8A31 (or 0x5A8A31) is known color: Vida Loca. HEX triplet: 5A, 8A and 31. RGB value is (90,138,49). Sum of RGB (Red+Green+Blue) = 90+138+49=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8A31 is #A575CE. Grayscale: #717171. Windows color (decimal): -10843599 or 3246682. OLE color: 3246682.
HSL color Cylindrical-coordinate representation of color #5A8A31: hue angle of 92.36º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A8A31 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 49 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.46 |
| HSL | 92.36º | 0.48% | 0.37% | - |
| HSV(B) | 92.36º | 0.64% | 0.54% | - |
| XYZ | 13.86 | 20.57 | 6.15 | - |
| YUV | 113.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 49 | 0.35 | 0 | 0.64 | 0.46 | 92.36 | 0.48 | 0.37 |
| Hex | 5A | 8A | 31 | 23 | 0 | 40 | 2E | 5C | 30 | 25 |
| Octal | 132 | 212 | 61 | 43 | 0 | 100 | 56 | 134 | 60 | 45 |
| Binary | 1011010 | 10001010 | 110001 | 100011 | 0 | 1000000 | 101110 | 1011100 | 110000 | 100101 |
Color Harmonies of #5A8A31
Complementary color
Monochromatic Colors of #5A8A31
Black with #5A8A31
Text Example
Text Example
White with #5A8A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A31; }
p { color: rgb(90,138,49); }
H1.HeaderClassName
{
color: #5A8A31;
}
.AnyTagClassName
{
color: #5A8A31;
}
</style>
background-color css
<style>
a { background-color: #5A8A31; }
a { background-color: rgb(90,138,49); }
div.DivClassName
{
background-color: #5A8A31;
}
.BgClassName
{
background-color: #5A8A31;
}
</style>
border-color css
<style>
span { border-color: #5A8A31; }
span { border-color: rgb(90,138,49); }
td.TdClassName
{
border-color: #5A8A31;
}
.TagClassName
{
border-color: #5A8A31;
}
</style>