Shades of Vida Loca #5A9236
Tints of Vida Loca #5A9236
RGB
CMYK
RGB Variations
Color information
#5A9236 (or 0x5A9236) is known color: Vida Loca. HEX triplet: 5A, 92 and 36. RGB value is (90,146,54). Sum of RGB (Red+Green+Blue) = 90+146+54=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9236 is #A56DC9. Grayscale: #777777. Windows color (decimal): -10841546 or 3576410. OLE color: 3576410.
HSL color Cylindrical-coordinate representation of color #5A9236: hue angle of 96.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A9236 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 54 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.43 |
| HSL | 96.52º | 0.46% | 0.39% | - |
| HSV(B) | 96.52º | 0.63% | 0.57% | - |
| XYZ | 15.16 | 23 | 7.13 | - |
| YUV | 118.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 54 | 0.38 | 0 | 0.63 | 0.43 | 96.52 | 0.46 | 0.39 |
| Hex | 5A | 92 | 36 | 26 | 0 | 3F | 2B | 61 | 2E | 27 |
| Octal | 132 | 222 | 66 | 46 | 0 | 77 | 53 | 141 | 56 | 47 |
| Binary | 1011010 | 10010010 | 110110 | 100110 | 0 | 111111 | 101011 | 1100001 | 101110 | 100111 |
Color Harmonies of #5A9236
Complementary color
Monochromatic Colors of #5A9236
Black with #5A9236
Text Example
Text Example
White with #5A9236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9236; }
p { color: rgb(90,146,54); }
H1.HeaderClassName
{
color: #5A9236;
}
.AnyTagClassName
{
color: #5A9236;
}
</style>
background-color css
<style>
a { background-color: #5A9236; }
a { background-color: rgb(90,146,54); }
div.DivClassName
{
background-color: #5A9236;
}
.BgClassName
{
background-color: #5A9236;
}
</style>
border-color css
<style>
span { border-color: #5A9236; }
span { border-color: rgb(90,146,54); }
td.TdClassName
{
border-color: #5A9236;
}
.TagClassName
{
border-color: #5A9236;
}
</style>