Shades of Vida Loca #5A9238
Tints of Vida Loca #5A9238
RGB
CMYK
RGB Variations
Color information
#5A9238 (or 0x5A9238) is known color: Vida Loca. HEX triplet: 5A, 92 and 38. RGB value is (90,146,56). Sum of RGB (Red+Green+Blue) = 90+146+56=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9238 is #A56DC7. Grayscale: #777777. Windows color (decimal): -10841544 or 3707482. OLE color: 3707482.
HSL color Cylindrical-coordinate representation of color #5A9238: hue angle of 97.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A9238 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 56 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.43 |
| HSL | 97.33º | 0.45% | 0.4% | - |
| HSV(B) | 97.33º | 0.62% | 0.57% | - |
| XYZ | 15.21 | 23.02 | 7.38 | - |
| YUV | 119 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 56 | 0.38 | 0 | 0.62 | 0.43 | 97.33 | 0.45 | 0.4 |
| Hex | 5A | 92 | 38 | 26 | 0 | 3E | 2B | 61 | 2D | 28 |
| Octal | 132 | 222 | 70 | 46 | 0 | 76 | 53 | 141 | 55 | 50 |
| Binary | 1011010 | 10010010 | 111000 | 100110 | 0 | 111110 | 101011 | 1100001 | 101101 | 101000 |
Color Harmonies of #5A9238
Complementary color
Monochromatic Colors of #5A9238
Black with #5A9238
Text Example
Text Example
White with #5A9238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9238; }
p { color: rgb(90,146,56); }
H1.HeaderClassName
{
color: #5A9238;
}
.AnyTagClassName
{
color: #5A9238;
}
</style>
background-color css
<style>
a { background-color: #5A9238; }
a { background-color: rgb(90,146,56); }
div.DivClassName
{
background-color: #5A9238;
}
.BgClassName
{
background-color: #5A9238;
}
</style>
border-color css
<style>
span { border-color: #5A9238; }
span { border-color: rgb(90,146,56); }
td.TdClassName
{
border-color: #5A9238;
}
.TagClassName
{
border-color: #5A9238;
}
</style>