Shades of Vida Loca #558A16
Tints of Vida Loca #558A16
RGB
CMYK
RGB Variations
Color information
#558A16 (or 0x558A16) is known color: Vida Loca. HEX triplet: 55, 8A and 16. RGB value is (85,138,22). Sum of RGB (Red+Green+Blue) = 85+138+22=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #558A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558A16 is #AA75E9. Grayscale: #6D6D6D. Windows color (decimal): -11171306 or 1477205. OLE color: 1477205.
HSL color Cylindrical-coordinate representation of color #558A16: hue angle of 87.41º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #558A16 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 22 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.46 |
| HSL | 87.41º | 0.73% | 0.31% | - |
| HSV(B) | 87.41º | 0.84% | 0.54% | - |
| XYZ | 12.98 | 20.17 | 3.97 | - |
| YUV | 108.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 22 | 0.38 | 0 | 0.84 | 0.46 | 87.41 | 0.73 | 0.31 |
| Hex | 55 | 8A | 16 | 26 | 0 | 54 | 2E | 57 | 48 | 1F |
| Octal | 125 | 212 | 26 | 46 | 0 | 124 | 56 | 127 | 110 | 37 |
| Binary | 1010101 | 10001010 | 10110 | 100110 | 0 | 1010100 | 101110 | 1010111 | 1001000 | 11111 |
Color Harmonies of #558A16
Complementary color
Monochromatic Colors of #558A16
Black with #558A16
Text Example
Text Example
White with #558A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A16; }
p { color: rgb(85,138,22); }
H1.HeaderClassName
{
color: #558A16;
}
.AnyTagClassName
{
color: #558A16;
}
</style>
background-color css
<style>
a { background-color: #558A16; }
a { background-color: rgb(85,138,22); }
div.DivClassName
{
background-color: #558A16;
}
.BgClassName
{
background-color: #558A16;
}
</style>
border-color css
<style>
span { border-color: #558A16; }
span { border-color: rgb(85,138,22); }
td.TdClassName
{
border-color: #558A16;
}
.TagClassName
{
border-color: #558A16;
}
</style>