Shades of Vida Loca #5A802E
Tints of Vida Loca #5A802E
RGB
CMYK
RGB Variations
Color information
#5A802E (or 0x5A802E) is known color: Vida Loca. HEX triplet: 5A, 80 and 2E. RGB value is (90,128,46). Sum of RGB (Red+Green+Blue) = 90+128+46=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #5A802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A802E is #A57FD1. Grayscale: #6B6B6B. Windows color (decimal): -10846162 or 3047514. OLE color: 3047514.
HSL color Cylindrical-coordinate representation of color #5A802E: hue angle of 87.8º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A802E is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 128 | 46 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.50 |
| HSL | 87.8º | 0.47% | 0.34% | - |
| HSV(B) | 87.8º | 0.64% | 0.5% | - |
| XYZ | 12.43 | 17.81 | 5.37 | - |
| YUV | 107.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 46 | 0.30 | 0 | 0.64 | 0.50 | 87.8 | 0.47 | 0.34 |
| Hex | 5A | 80 | 2E | 1E | 0 | 40 | 32 | 58 | 2F | 22 |
| Octal | 132 | 200 | 56 | 36 | 0 | 100 | 62 | 130 | 57 | 42 |
| Binary | 1011010 | 10000000 | 101110 | 11110 | 0 | 1000000 | 110010 | 1011000 | 101111 | 100010 |
Color Harmonies of #5A802E
Complementary color
Monochromatic Colors of #5A802E
Black with #5A802E
Text Example
Text Example
White with #5A802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A802E; }
p { color: rgb(90,128,46); }
H1.HeaderClassName
{
color: #5A802E;
}
.AnyTagClassName
{
color: #5A802E;
}
</style>
background-color css
<style>
a { background-color: #5A802E; }
a { background-color: rgb(90,128,46); }
div.DivClassName
{
background-color: #5A802E;
}
.BgClassName
{
background-color: #5A802E;
}
</style>
border-color css
<style>
span { border-color: #5A802E; }
span { border-color: rgb(90,128,46); }
td.TdClassName
{
border-color: #5A802E;
}
.TagClassName
{
border-color: #5A802E;
}
</style>