Shades of Vida Loca #5A842B
Tints of Vida Loca #5A842B
RGB
CMYK
RGB Variations
Color information
#5A842B (or 0x5A842B) is known color: Vida Loca. HEX triplet: 5A, 84 and 2B. RGB value is (90,132,43). Sum of RGB (Red+Green+Blue) = 90+132+43=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #5A842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A842B is #A57BD4. Grayscale: #6D6D6D. Windows color (decimal): -10845141 or 2851930. OLE color: 2851930.
HSL color Cylindrical-coordinate representation of color #5A842B: hue angle of 88.31º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A842B is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 43 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.48 |
| HSL | 88.31º | 0.51% | 0.34% | - |
| HSV(B) | 88.31º | 0.67% | 0.52% | - |
| XYZ | 12.9 | 18.85 | 5.24 | - |
| YUV | 109.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 43 | 0.32 | 0 | 0.67 | 0.48 | 88.31 | 0.51 | 0.34 |
| Hex | 5A | 84 | 2B | 20 | 0 | 43 | 30 | 58 | 33 | 22 |
| Octal | 132 | 204 | 53 | 40 | 0 | 103 | 60 | 130 | 63 | 42 |
| Binary | 1011010 | 10000100 | 101011 | 100000 | 0 | 1000011 | 110000 | 1011000 | 110011 | 100010 |
Color Harmonies of #5A842B
Complementary color
Monochromatic Colors of #5A842B
Black with #5A842B
Text Example
Text Example
White with #5A842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A842B; }
p { color: rgb(90,132,43); }
H1.HeaderClassName
{
color: #5A842B;
}
.AnyTagClassName
{
color: #5A842B;
}
</style>
background-color css
<style>
a { background-color: #5A842B; }
a { background-color: rgb(90,132,43); }
div.DivClassName
{
background-color: #5A842B;
}
.BgClassName
{
background-color: #5A842B;
}
</style>
border-color css
<style>
span { border-color: #5A842B; }
span { border-color: rgb(90,132,43); }
td.TdClassName
{
border-color: #5A842B;
}
.TagClassName
{
border-color: #5A842B;
}
</style>