Shades of Vida Loca #5A872F
Tints of Vida Loca #5A872F
RGB
CMYK
RGB Variations
Color information
#5A872F (or 0x5A872F) is known color: Vida Loca. HEX triplet: 5A, 87 and 2F. RGB value is (90,135,47). Sum of RGB (Red+Green+Blue) = 90+135+47=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #5A872F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A872F is #A578D0. Grayscale: #6F6F6F. Windows color (decimal): -10844369 or 3114842. OLE color: 3114842.
HSL color Cylindrical-coordinate representation of color #5A872F: hue angle of 90.68º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A872F is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 47 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.47 |
| HSL | 90.68º | 0.48% | 0.36% | - |
| HSV(B) | 90.68º | 0.65% | 0.53% | - |
| XYZ | 13.39 | 19.71 | 5.79 | - |
| YUV | 111.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 47 | 0.33 | 0 | 0.65 | 0.47 | 90.68 | 0.48 | 0.36 |
| Hex | 5A | 87 | 2F | 21 | 0 | 41 | 2F | 5B | 30 | 24 |
| Octal | 132 | 207 | 57 | 41 | 0 | 101 | 57 | 133 | 60 | 44 |
| Binary | 1011010 | 10000111 | 101111 | 100001 | 0 | 1000001 | 101111 | 1011011 | 110000 | 100100 |
Color Harmonies of #5A872F
Complementary color
Monochromatic Colors of #5A872F
Black with #5A872F
Text Example
Text Example
White with #5A872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A872F; }
p { color: rgb(90,135,47); }
H1.HeaderClassName
{
color: #5A872F;
}
.AnyTagClassName
{
color: #5A872F;
}
</style>
background-color css
<style>
a { background-color: #5A872F; }
a { background-color: rgb(90,135,47); }
div.DivClassName
{
background-color: #5A872F;
}
.BgClassName
{
background-color: #5A872F;
}
</style>
border-color css
<style>
span { border-color: #5A872F; }
span { border-color: rgb(90,135,47); }
td.TdClassName
{
border-color: #5A872F;
}
.TagClassName
{
border-color: #5A872F;
}
</style>