Shades of Vida Loca #5A872E
Tints of Vida Loca #5A872E
RGB
CMYK
RGB Variations
Color information
#5A872E (or 0x5A872E) is known color: Vida Loca. HEX triplet: 5A, 87 and 2E. RGB value is (90,135,46). Sum of RGB (Red+Green+Blue) = 90+135+46=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #5A872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A872E is #A578D1. Grayscale: #6F6F6F. Windows color (decimal): -10844370 or 3049306. OLE color: 3049306.
HSL color Cylindrical-coordinate representation of color #5A872E: hue angle of 90.34º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A872E is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 46 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.47 |
| HSL | 90.34º | 0.49% | 0.35% | - |
| HSV(B) | 90.34º | 0.66% | 0.53% | - |
| XYZ | 13.37 | 19.7 | 5.68 | - |
| YUV | 111.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 46 | 0.33 | 0 | 0.66 | 0.47 | 90.34 | 0.49 | 0.35 |
| Hex | 5A | 87 | 2E | 21 | 0 | 42 | 2F | 5A | 31 | 23 |
| Octal | 132 | 207 | 56 | 41 | 0 | 102 | 57 | 132 | 61 | 43 |
| Binary | 1011010 | 10000111 | 101110 | 100001 | 0 | 1000010 | 101111 | 1011010 | 110001 | 100011 |
Color Harmonies of #5A872E
Complementary color
Monochromatic Colors of #5A872E
Black with #5A872E
Text Example
Text Example
White with #5A872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A872E; }
p { color: rgb(90,135,46); }
H1.HeaderClassName
{
color: #5A872E;
}
.AnyTagClassName
{
color: #5A872E;
}
</style>
background-color css
<style>
a { background-color: #5A872E; }
a { background-color: rgb(90,135,46); }
div.DivClassName
{
background-color: #5A872E;
}
.BgClassName
{
background-color: #5A872E;
}
</style>
border-color css
<style>
span { border-color: #5A872E; }
span { border-color: rgb(90,135,46); }
td.TdClassName
{
border-color: #5A872E;
}
.TagClassName
{
border-color: #5A872E;
}
</style>